Upgrade fails: 0.11 beta1 to 0.12 beta1
Posted: Sun Feb 05, 2006 1:30 pm
My test server has FreeBSD 6.0, PostgreSQL 8.1.2, PHP 4.4.2, Mathopd 1.5p5.
config.php has dmbs='postgres7' but 'postgres8' also works.
CMSMS 0.11 beta1 works fine, but now it's time to upgrade...
The web server process user owns all the files, and has full read/write access to all files and all database tables...
OK, so we load up /install/upgrade.php in the web browser (Firefox 1.5.0.1 on FreeBSD 6.0). It begins well enough...
... but "click here to complete" doesn't seem to work...
The page doesn't hang - it just stops.
Server error log shows:
Any thoughts?
Thanks!!
config.php has dmbs='postgres7' but 'postgres8' also works.
CMSMS 0.11 beta1 works fine, but now it's time to upgrade...
The web server process user owns all the files, and has full read/write access to all files and all database tables...
OK, so we load up /install/upgrade.php in the web browser (Firefox 1.5.0.1 on FreeBSD 6.0). It begins well enough...
Code: Select all
Welcome to the CMS Upgrade System!
In order to upgrade properly, upgrade needs to have write access to your config.php file. This is so any extra settings that have been introduced in this version can be set to their defaults.
Upgrading config.php...[done]
Cleaning cache dirs...[done]
CMS is in need of an upgrade.
You are now running schema version 12 and you need to be upgraded to version 18.
Please click here to complete it.
Code: Select all
Upgrade System
Upgrading config.php...[done]
Cleaning cache dirs...[done]
Converting templates using headtags...
Server error log shows:
Code: Select all
PHP Fatal error: Call to undefined function: rowcount() in /usr/testweb/www.example.com/install/upgrades/upgrade.12.to.13.php on line 8
Thanks!!