Forums / Install & configuration / Fatal Error Upgrading eZ 3.5.0
Jesus Mayordomo
Thursday 18 October 2007 5:35:50 am
Hi,
We are having trouble trying to upgrade an eZ 3.5.0 to 3.5.2 (as a prior step for upgrading to 3.6, 3.7...)
We have followed the steps as stated at http://ez.no/doc/ez_publish/upgrading/upgrading_to_3_5/from_3_5_x_to_3_5_y but when we try to execute the first upgrade script we got the following error:
php -d include_path=/home/jcadenas/ceppl.org:. ./update/common/scripts/updatetoplevel.php -s gestio Content-type: text/htmlX-Powered-By: PHP/4.3.9
PHP is currently using the 'cgi' interface. Make sure it is using the 'cli' interface. PHP Warning: in_array(): Wrong datatype for second argument in /home/jcadenas/ceppl.org/kernel/classes/ezscript.php on line 1084 PHP Warning: in_array(): Wrong datatype for second argument in /home/jcadenas/ceppl.org/kernel/classes/ezscript.php on line 1084 PHP Warning: in_array(): Wrong datatype for second argument in /home/jcadenas/ceppl.org/kernel/classes/ezscript.php on line 1084 PHP Warning: in_array(): Wrong datatype for second argument in /home/jcadenas/ceppl.org/kernel/classes/ezscript.php on line 1084 Checking node Content ()[ Failed ] The node does not exist, a new one will be created Creatingint(1) PHP Fatal error: Call to a member function on a non-object in /home/jcadenas/ceppl.org/update/common/scripts/updatetoplevel.php on line 201 PHP Notice: Use of undefined constant STDERR - assumed 'STDERR' in /home/jcadenas/ceppl.org/kernel/classes/ezscript.php on line 1145 PHP Warning: fputs(): supplied argument is not a valid stream resource in /home/jcadenas/ceppl.org/kernel/classes/ezscript.php on line 1145 PHP Notice: Use of undefined constant STDERR - assumed 'STDERR' in /home/jcadenas/ceppl.org/kernel/classes/ezscript.php on line 1146 PHP Warning: fputs(): supplied argument is not a valid stream resource in /home/jcadenas/ceppl.org/kernel/classes/ezscript.php on line 1146 PHP Notice: Use of undefined constant STDERR - assumed 'STDERR' in /home/jcadenas/ceppl.org/kernel/classes/ezscript.php on line 1147 PHP Warning: fputs(): supplied argument is not a valid stream resource in /home/jcadenas/ceppl.org/kernel/classes/ezscript.php on line 1147 PHP Notice: Use of undefined constant STDERR - assumed 'STDERR' in /home/jcadenas/ceppl.org/kernel/classes/ezscript.php on line 1148PHP Warning: fputs(): supplied argument is not a valid stream resource in /home/jcadenas/ceppl.org/kernel/classes/ezscript.php on line 1148
As you can see, we are using the cgi interface (we dont have the cli interface avalaible right now), we commented out the exit call at ezscript.php (found that work-arround at some other forum post).
Any clue will be greatly appreciated, as we really need to upgrade this installation and got stuck at the frist step.
Jesús