I get an error that reads:
Fatal Error: Call to undefined function:
set_all_pages_hierarchy_position() in install/upgrades/upgrade.6.to.7.php
Anyone knows what is the problem and how to fix it?
cheers.
Getting an error from 0.6.3 to 0.8.2 upgrade
Getting an error from 0.6.3 to 0.8.2 upgrade
Comment line 25 out in install/upgrades/upgrade.6.to.7.php. Sorry about that. I never did the 0.1-0.8 upgrade test before release.
Is that mean that it can't read menu?
Hi,
Do you have a solution or I have to live with my old version of cms made simple?
By the way, It's a great cms... congrats.
Do you have a solution or I have to live with my old version of cms made simple?
By the way, It's a great cms... congrats.
Getting an error from 0.6.3 to 0.8.2 upgrade
Sorry, my comment above probably didn't make sense.
In a text editor, open up install/upgrades/upgrade.6.to.7.php. Go to line 25. It should look something like this:
Modify the line to look like this:
Save the file and try the upgrade again. It should work fine.
Let me know if that helps.
In a text editor, open up install/upgrades/upgrade.6.to.7.php. Go to line 25. It should look something like this:
Code: Select all
set_all_pages_hierarchy_position();
Code: Select all
#set_all_pages_hierarchy_position();
Let me know if that helps.