i have trouble with my cronjob

my system would be upgraded from ubuntu 5 to 10 and plesk to 9.5. since this the cronjob doesnt work.

the safe mode iss off. i can see it with phpinfo. but i always get this error message :

 

PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/imap.ini on line 1 in Unknown on line 0
PHP Warning:  Directive 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line 0
<font color="red">safe_mode is On, disable it</font> <br />
Please go to the <br />
<a href="http://www.boonex.com/trac/dolphin/wiki/GenDolTShooter">Dolphin Troubleshooter</a> <br />
and solve the problem.

has anyone an idea ? which can help me ?

thanks in advance

stefan

Quote · 24 Jun 2012

The version of PHP that apache uses is not the same one that cron uses. The one cron uses is called cli. Which stands for command line inturpture. And it uses the main system ini file which will have to be adjusted.

Basically what you see in dolphin admin may not be the same as what cron sees becuse they do not use the same php version.

This line here however.

PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/imap.ini on line 1 in Unknown on line 0


Is not even related to dolphin. The path is in your etc folder. One of the main php ini files. 

I am guessing you have a dedicated server.  When an operating system such as ubuntu, is upgraded rather than installed from scratch, it keeps some old config files. However certain features such as safe mode has been depreciated from the version of php your system was upgraded to. As the upgrade kept old config files in place, the server is not longer properly configured. You need to go through all the systems php config files and make sure they are proper for your current version of php removing any depreciated settings such as safe mode.

https://www.deanbassett.com
Quote · 24 Jun 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.