Forums / Install & configuration / cronjob is not running

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

cronjob is not running

Author Message

John Moritz

Thursday 14 May 2009 4:27:04 am

Hello, i am running 4.1.0 and try to run cronjobs. I´ve also installed the ezvideoflv extension which needs to run a cronjob for converting larger files.

The Problem is listed below:

$ /usr/local/php-5.2.6/bin/php runcronjobs.php flv -d
Running cronjob part 'flv'
Notice: No scripts found for execution.


#################################### DEBUG
####################################
Warning: (PHP)
A session had already been started - ignoring session_start() in
/var/www/Exponential/lib/ezutils/classes/ezsession.php on line 458

Error: (eZINI)
Undefined group: 'CronjobSettings' in cronjob.ini

Error: (eZINI)
Undefined group: 'CronjobSettings' in cronjob.ini

Warning: (PHP)
Invalid argument supplied for foreach() in
/var/www/Exponential/lib/ezutils/classes/ezextension.php on line 182

Warning: (PHP)
array_merge(): Argument #1 is not an array in
/var/www/Exponential/runcronjobs.php on line 316

Error: (eZINI)
Undefined group: 'CronjobPart-flv' in cronjob.ini


Total script time: 0.1059 sec

and

$ /usr/local/php-5.2.6/bin/php runcronjobs.php -d
Notice: No scripts found for execution.


#################################### DEBUG
####################################
Warning: (PHP)
A session had already been started - ignoring session_start() in
/var/www/Exponential/lib/ezutils/classes/ezsession.php on line 458

Error: (eZINI)
Undefined group: 'CronjobSettings' in cronjob.ini

Error: (eZINI)
Undefined group: 'CronjobSettings' in cronjob.ini

Warning: (PHP)
Invalid argument supplied for foreach() in
/var/www/Exponential/lib/ezutils/classes/ezextension.php on line 182

Warning: (PHP)
array_merge(): Argument #1 is not an array in
/var/www/Exponential/runcronjobs.php on line 316

Error: (eZINI)
Undefined group: 'CronjobSettings' in cronjob.ini

Warning: (PHP)
Undefined index:  HTTP_USER_AGENT in
/var/www/Exponential/lib/ezutils/classes/ezsession.php on line 486

Warning: (PHP)
session_destroy(): Trying to destroy uninitialized session in
/var/www/Exponential/lib/ezutils/classes/ezsession.php on line 600


Total script time: 0.1465 sec

First i thought its a Problem with the flv extension, but after running the cronjob script without any options and outputting the same result i am a little bit confused.
"No scripts found for execution."???