Page 1 of 1

Error building Admin Menus - Possible solution

Posted: 11 Jul 2012, 11:21
by kacraj
I had the same problem, did some search in the database and found the following problem.

Joomla 2.5.6
Tables: #__menu, #__extensions

There was no component_id [component_id FK to #__extensions.id] of Phoca Gallery in the #__menu table.

I got the extension ID of Phoca Gallery from the #__extensions table and added the value in #__menu table.

This solved my Issue.

Re: Error building Admin Menus - Possible solution

Posted: 12 Jul 2012, 18:16
by Jan
Ok