upgrade from 1.1-RC4 to 1.2.8 fatal error
Posted: Mon 18. Dec 2006, 22:24
Ok I got the files from http://www.phpwcms.de/forum/viewtopic.php?t=11933 and am following the instructions from http://www.phpwcms-docu.de/update_to_dev._1.1.x.phtml
I've done the first three steps in the instructions, I am not too sure about a few lines in the conf.inc.php file:
Line 41 the root, what is supposed to go there? It isn't a parameter in the old config file, and am I supposed to leave all the server variable codes or do i simply write out the paths without all that code arround it?
Something is wrong because I get this message when I try to run the upgrade page http://firsttimesellers.com/phpWCMS/setup/upgrade.php
It seems to be saying some files are missing, but they are there, I checked. So it would seem there is a problem in my configuration file, I guess. But I'm not a programmer, I don't have a clue what all this code is. I'll keep trying, but this is very upsetting. My site no longer functions! 
I've done the first three steps in the instructions, I am not too sure about a few lines in the conf.inc.php file:
Code: Select all
$phpwcms['site']= 'http://'.$_SERVER['firsttimesellers.com'].'/';
$phpwcms['admin_email'] = 'myemailhere';
// paths
$phpwcms['DOC_ROOT'] = $_SERVER['phpWCMS'];
$phpwcms['root']= '';
Something is wrong because I get this message when I try to run the upgrade page http://firsttimesellers.com/phpWCMS/setup/upgrade.php
Code: Select all
Warning: main(/www/include/inc_lib/dbcon.inc.php) [function.main]: failed to open stream: No such file or directory in /home/first/public_html/phpWCMS/setup/upgrade.php on line 25
Fatal error: main() [function.require]: Failed opening required '/www/include/inc_lib/dbcon.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/first/public_html/phpWCMS/setup/upgrade.php on line 25
