pepperstreet wrote: Great news!
One short question: The Release-Article mentioned CB substitution improvements.
Whats new or what has changed?
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.
shakensoul wrote: Is it safe to upgrade from 1.3.1 to 1.7 on Joomla 1.5.23 ?
Any precautions to be taken apart from backup of the database and files ?
I believe in 'If it ain't broken, don't fix it!'
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.