Error uninstalling modules

Any ideas??

Uninstallation of: SitesFailed

 
-- Changing database:
-- -- There are errors in the following MySQL queries:
-- -- Error:
SET @iCategId = (SELECT `ID` FROM `sys_options_cats` WHERE `name` = 'Sites');
Quote · 24 Nov 2012

Sounds like it's having problems finding the Sites category to remove it.

Try running these querys from phpMyAdmin

SET @iMaxOrder = (SELECT `menu_order` + 1 FROM `sys_options_cats` ORDER BY `menu_order` DESC LIMIT 1);
INSERT INTO `sys_options_cats` (`name`, `menu_order`) VALUES ('Sites', @iMaxOrder);


Then try the uninstall again.


https://www.deanbassett.com
Quote · 24 Nov 2012

Any idea what would have caused this? I am having some issues running the above query, getting the following: If I have done this wrong apologies, havent used myphpadmin much still pretty much learning :(

 

query.jpg · 245K · 257 views
Quote · 25 Nov 2012

 I think you should run your query in SQL tab.

Any idea what would have caused this? I am having some issues running the above query, getting the following: If I have done this wrong apologies, havent used myphpadmin much still pretty much learning :(

 

 

so much to do....
Quote · 25 Nov 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.