Page 1 of 1
Getting an error from 0.6.3 to 0.8.2 upgrade
Posted: Fri Jan 21, 2005 5:04 pm
by webby57
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
Posted: Fri Jan 21, 2005 5:14 pm
by Ted
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?
Posted: Fri Jan 21, 2005 5:25 pm
by webby57
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.
not 0.1 to 0.8
Posted: Fri Jan 21, 2005 5:57 pm
by webby57
It's 0.6 to 0.8
Getting an error from 0.6.3 to 0.8.2 upgrade
Posted: Fri Jan 21, 2005 6:28 pm
by Ted
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:
Code: Select all
set_all_pages_hierarchy_position();
Modify the line to look like this:
Code: Select all
#set_all_pages_hierarchy_position();
Save the file and try the upgrade again. It should work fine.
Let me know if that helps.
tks
Posted: Fri Jan 21, 2005 9:33 pm
by Anonymous
Many tks.