Error building Admin Menus - Possible solution
Posted: 11 Jul 2012, 11:21
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.
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.