Sunday 23 April 2006 4:59:16 am
hi all, i have been trying to use the runcronjobs.php script, but unfortunately it does work and does not connect to the database. ("Error initializing script: database error: No database handler was found for ' '.) i have tried to manually plant the siteaccess and even the DB username/password in \kernel\classes\ezscript.php and \lib\ezdb\classes\ezdb.php files, but no luck.
i have tried the folloing command lines (through crontab) but no luck /usr/local/bin/php -d include_path=.:/home/noamse/public_html/site /home/noamse/public_html/site/runcronjobs.php /usr/local/bin/php -d include_path=.:/home/noamse/public_html/site /home/noamse/public_html/site/runcronjobs.php -s backoffice
and even /usr/local/bin/php -d include_path=.:/home/noamse/public_html/site /home/noamse/public_html/site/runcronjobs.php -sbackoffice and this is the output i keep getting: Siteaccess backoffice does not exist, using default siteaccess
Warning: in_array(): Wrong datatype for second argument in /home/noamse/public_html/site/kernel/classes/ezscript.php on line 1075
Warning: in_array(): Wrong datatype for second argument in /home/noamse/public_html/site/kernel/classes/ezscript.php on line 1075
Warning: in_array(): Wrong datatype for second argument in /home/noamse/public_html/site/kernel/classes/ezscript.php on line 1075
Warning: in_array(): Wrong datatype for second argument in
/home/noamse/public_html/site/kernel/classes/ezscript.php on line 1075
Error initializing script: database error: No database handler was found for ''. help would be highly appreciated
thanks, noam
|