Please Log in or Create an account to join the conversation.
krileon wrote: Regarding the admin menu please insure your J1.6 or J1.7 installation did not have a pre-1.4 release installed as this would bug the menu links. To fix this please navigate to your database and run the below query. Once done install CB 1.7 again and the issue should be resolved.
Code:DELETE FROM `jos_menu` WHERE `path` LIKE '%comprofiler%';
Please change the prefix (jos) in the above query if your database is using a different prefix. Once done please review the _menu table to ensure the CB menu links were deleted appropriately.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: Regarding the admin menu please insure your J1.6 or J1.7 installation did not have a pre-1.4 release installed as this would bug the menu links. To fix this please navigate to your database and run the below query. Once done install CB 1.7 again and the issue should be resolved.
Code:DELETE FROM `jos_menu` WHERE `path` LIKE '%comprofiler%';
Please change the prefix (jos) in the above query if your database is using a different prefix. Once done please review the _menu table to ensure the CB menu links were deleted appropriately.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.