David Barber
|
Friday 16 March 2007 4:06:32 am
Hi all, We just moved to a new box, and the cron jobs won't work anymore. When I try to execute them, I get the following:
$ /usr/local/bin/php runcronjobs.php
Running cronjobs/workflow.php
PHP Fatal error: Cannot redeclare eZWorkflowEvent::$DataInt3 in /export/home/nitle/sites/www.nitle.org/kernel/classes/ezworkflowevent.php on line 272
Fatal error: eZ publish did not finish its request
The execution of eZ publish was abruptly ended, the debug output is present below.
But of course, there is no debug output. We're on 3.7.9. Any help appreciated.
|
kracker (the)
|
Friday 16 March 2007 4:32:50 pm
This is a neat error. Have you reviewed the eZ publish logs for related entries during the execution? I hesitate to ask yet ... have you installed xdebug and tested / debugged the execution? You mention your using, 3.7.9, which means your still using php4.3, no? It might not be feasible but have you considered testing 3.8 on php4.4.6 on your platform? <i>//kracker Sway & King Tech | Wake Up Show Freestyles Vol. 5 | Jay-Z</i>
Member since: 2001.07.13 || http://ezpedia.se7enx.com/
|
Eric Harper
|
Monday 19 March 2007 6:46:20 am
Hi, I work with David so I think I can pickup on a few things.
We are using PHP 4.4.6. with --
Extensions: xml, tokenizer, standard, session, posix, overload, mysql, mbstring, ldap, iconv, gd, curl, ctype, zlib, pcre, openssl, apache2handler
Miscellaneous: Safe mode is off.
Basedir restriction is off.
Global variable registration is off.
File uploading is enabled.
Maximum size of post data (text and files) is 8M.
Script memory limit is Unlimited. Maximum execution time is 120 seconds.
Webserver (software)
Name: Apache
Version: Apache/2.0.59 (Unix) PHP/4.4.6 Modules: core, prefork, http_core, mod_so, mod_cgi, mod_access, mod_include, mod_log_config, mod_env, mod_expires, mod_headers, mod_setenvif, mod_proxy, proxy_connect, proxy_ftp, proxy_http, mod_mime, mod_status, mod_autoindex, mod_info, mod_vhost_alias, mod_negotiation, mod_dir, mod_userdir, mod_alias, mod_rewrite, mod_suexec, mod_auth, mod_auth_anon, sapi_apache2 We have not installed xdebug. An upgrade to 3.8 sounds like the easiest path forward, so I'll give that a shot on a replica of this container sometime this week.
Thanks, Eric
|