php fatal error trying to run update scripts

Author Message

Angie Zimaro

Monday 27 March 2006 12:17:50 pm

trying to run:
php update/common/scripts/updatetoplevel.php -snews_admin
I get the error message:
PHP Fatal error: Cannot reassign $this in C:\bal_well\ezpublish-3.5.1\lib\ezutils\classes\ezdebug.php on line 198

Line 198:
$this =& eZDebug::instance();
in:
function messageName( $messageType )
{
if ( !isset( $this ) or
get_class( $this ) != "ezdebug" )
$this =& eZDebug::instance();
return $this->MessageNames[$messageType];
}

HELP!!!!!!!!!!!!!!!!!!

Łukasz Serwatka

Monday 27 March 2006 10:33:59 pm

Angie, make sure that you have correct version ( run php -v ) of PHP and that you run PHP CLI, usually in placed in CLI sub-directory of your php installation. Script should be run from eZ publish root directory.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Angie Zimaro

Wednesday 29 March 2006 10:09:38 am

I'm running php 5.0.5. How do I run php cli? And, if the scripts are in the update/common/scripts/ directory, do I have to move them all to the root before running them in the command prompt? And, do I run ALL the scripts in the scripts directory, and in which order, does it matter?

Thank you

Björn Dieding@xrow.de

Wednesday 29 March 2006 3:38:00 pm

eZ 3.x will not work with any php 5.x

use php4

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

Angie Zimaro

Saturday 01 April 2006 10:20:55 am

I installed php 4.4.2, but I'm still getting errors. Starting with failing to open stream: no such file or directory ... line 37, and ending a fatal error of undefined class name 'ezcli'. I'm past ready to give up on eZpublish, and just re-do the site on a different open source cms. It has been far from'EZ' thus far.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 31 2025 06:27:03
Script start
Timing: Jan 31 2025 06:27:03
Module start 'layout'
Timing: Jan 31 2025 06:27:03
Module start 'content'
Timing: Jan 31 2025 06:27:03
Module end 'content'
Timing: Jan 31 2025 06:27:03
Script end

Main resources:

Total runtime0.0287 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0046 588.3828151.2422
Module start 'layout' 0.00460.0028 739.625036.7109
Module start 'content' 0.00740.0197 776.335994.2188
Module end 'content' 0.02710.0016 870.554733.9922
Script end 0.0286  904.5469 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00248.4991140.0002
Check MTime0.00113.7791140.0001
Mysql Total
Database connection0.00062.020610.0006
Mysqli_queries0.00269.180430.0009
Looping result0.00000.049110.0000
Template Total0.00113.810.0011
Template load0.00082.909810.0008
Template processing0.00020.847710.0002
Override
Cache load0.00062.044710.0006
General
dbfile0.006522.593280.0008
String conversion0.00000.032440.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs