Hi
After running the upgrade I got this?
SET @iMenuFilesTop = (SELECT `ID` FROM `sys_menu_top` WHERE `Parent` = 0 AND `Type` = 'top' AND `Name` = 'Sounds');: Subquery returns more than 1 row
How do i fix this or is everything ok ?
Hi
After running the upgrade I got this? SET @iMenuFilesTop = (SELECT `ID` FROM `sys_menu_top` WHERE `Parent` = 0 AND `Type` = 'top' AND `Name` = 'Sounds');: Subquery returns more than 1 row How do i fix this or is everything ok ? |
You have two entries for "Sounds" in "sys_menu_top" table ... to fix it delete one of them from the table, make sure it is the right one ;) http://www.boonex.com/market/posts/paansystems - your resource for Dolphin Pro |
ok I'll give this a try...Lets hope it works fingers crossed And thank you for your help, I may need your help again if thats ok ? |
Is there any way of knowing which one to delete from the database ? |
hmmm, compare both ... if both are equal it is unimportant wich one to delete. and yes, if you have futher question please contact me here or per PM Is there any way of knowing which one to delete from the database ?
http://www.boonex.com/market/posts/paansystems - your resource for Dolphin Pro |
Many thanks |
you are welcome! Many thanks
http://www.boonex.com/market/posts/paansystems - your resource for Dolphin Pro |