Monday 28 January 2008 5:53:48 am
Hi. I need a crunjobs for aproval workflows. It seems something is not right in php settings of the machine we're uploading our site. We have shell access, but we have no root permissions on this server. If we do wget http://www.domain.com/runcronjobs.php, the approved items appear in contentree, but we have troubles if we do
php runcronjobs.php frequent -s es -dall
we get
#################################### DEBUG ####################################
Content-type: text/html
Warning: (eZMySQLDB)
MySQL extension was not found, the DB handler will not be initialized.
Total script time: 0.0255 sec
btw, my settings/siteaccess/es/site.ini.append.php looks like
[DatabaseSettings]
DatabaseImplementation=ezmysql
Server=localhost
User=db_user
Password=db_password
Database=database
Charset=
Socket=/var/lib/mysql/mysql.sock
This looks the same for administration siteaccess. i've got only these two siteaccess enabled.
Site is working perfectly, so it seems i need to do something with php config for running this cronjobs works? thank you.
|