| Friday 11 February 2005 8:40:40 am 
                                                                
                                                                 Hi all together, I'm trying to setup runcronjobs.php. 
Local everything works fine. :-))********************************
 I'm using Mac OSX with Darwin
 Apache 1.3.33
 PHP 4.3.6
 MySQL 3.23.49
 
So I installed everything on a production server.Using the browser - plain and admin access works fine.
 But when it comes to run cronjobs, a fatal error occurs.
 I tried to find the problem by debugging.
 In "lib/ezdb/classes/ezmysqldb.php" function connect()  $connection = mysql_connect( $server, $user, $password, true ); 
ends up in"Fatal error: <b>Call to undefined function: mysql_connect()</b> in /home/shopicba/www.shopidoo.com/thuernau_35/lib/ezdb/classes/ezmysqldb.php on line 123"
 ???? PHP forgot its mysql_connect command ????
 
Configuration of the Server:MySQL 3.23.56
 PHP 4.3.9-1
 Apache 1.3.33 (Debian / Linux)
 
I'm starting runcronjobs bycd /home/shopicba/www.shopidoo.com/thuernau_35 // change to ez dir
 php -C runcronjobs.php
 Does anybody has an idea how this can happen???? |