I followed the instructions in UPGRADE file: copied the files in folder /usr/local/oreon, run the php file and wanted to go to oreon web interface to finish the upgrade. I got this:
Warning: main(../functions.php): failed to open stream: No such file or directory in /usr/local/oreon/www/install/upgrade.php on line 20
Warning: main(): Failed opening '../functions.php' for inclusion (include_path='.:/usr/share/pear') in /usr/local/oreon/www/install/upgrade.php on line 20
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /usr/local/oreon/www/install/upgrade.php:20) in /usr/local/oreon/www/class/Session.class.php on line 29
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/local/oreon/www/install/upgrade.php:20) in /usr/local/oreon/www/class/Session.class.php on line 29
Fatal error: Call to undefined function: aff_header() in /usr/local/oreon/www/install/upgrade.php on line 40
I tried clean install too, but the same error.
Warning: main(../functions.php): failed to open stream: No such file or directory in /usr/local/oreon/www/install/upgrade.php on line 20
Warning: main(): Failed opening '../functions.php' for inclusion (include_path='.:/usr/share/pear') in /usr/local/oreon/www/install/upgrade.php on line 20
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /usr/local/oreon/www/install/upgrade.php:20) in /usr/local/oreon/www/class/Session.class.php on line 29
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/local/oreon/www/install/upgrade.php:20) in /usr/local/oreon/www/class/Session.class.php on line 29
Fatal error: Call to undefined function: aff_header() in /usr/local/oreon/www/install/upgrade.php on line 40
I tried clean install too, but the same error.
Comment