strange cron problem

Hi to all, my hosting have a server problem, and i have to change the nameserver of the domain.

I do that and the sites work fine. But every minute i keep getting e-mail with this content :

<f alt="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.

form the cron. I ask him, and him answert me has check and the safe_mode is disable...

Is some Dolphin problem or is server problem ?

Thank to all

...
Quote · 13 May 2010

I am having the same problem as well

can any one help???

http://www.booksadicto.com
Quote · 13 May 2010

Any solution?

I try to delete the cache.. but was just a shot, without results..

I try to delete the cron command and make a new one... but nothing...

The strange is that the site work fine !! No error message...

...
Quote · 13 May 2010

If you go to Admin Panel > Tools > Host Tools you will see the tab for Host Params. It will tell you if Safe mode is on or not. I could be your cron command.

Have you read this? http://www.boonex.com/unity/forums/forum/Dolphin-7-0-0.htm#topic/Troubleshooting-Crons-Videos-Migrations-RMS.htm

Nothing to see here
Quote · 13 May 2010

Hi Zarcon, yes i read the topic,my site work from 2 month now, and all work fine untill my host ask me to change the nameserver of the domain...

My cron command is : * * * * * cd /var/www/vhosts/mysite/httpdocs/periodic; /usr/bin/php -q cron.php

And from the Admin>tools the safe_mode is OFF

What i found here is the allow_url_fopen in Off, now i ask to chenge to On, but i don't know if is that... I will see...

Thank for the help

...
Quote · 13 May 2010

You can edit your php.ini file and add:

allow_url_fopen = On

that will take care of that one.. As for your cron command, have you tried it this way:

* * * * * /usr/bin/php -q /var/www/vhosts/mysite/httpdocs/periodic/cron.php

Nothing to see here
Quote · 13 May 2010

Hi Zarcon, i don't have access to the php.ini file ... for this i must wait my hosting...

I try your command cron,and i also try without the " -q " but i get the some error message...

...
Quote · 14 May 2010
 
 
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.