Problems with Cron

Hi!

According to my hosting I have the safe_mode off

But when I run cron I get this error

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.

my cron is as follows

php -q / home / mysite / public_html / directorioDolphin / periodic / cron.php

I have php5

I can do to fix it? the videos are on pending
as I read is by cron.

It's been almost a week since I'm stuck in this.

If anyone has an idea how to repair it is thanks in advance! Sealed

thanks

Quote · 12 Sep 2012

Cron uses the cli version of php. Not the same as the one your website uses. And on some hosts the cli version uses a different config file.

So if you have a custom php.ini file, you need to tell cron to use it by adding what i marked below.

php -c Path_To_PHP.ini_File -q /home /mysite/public_html /directorioDolphin/periodic/cron.php


The thing is, your host should have known this.


https://www.deanbassett.com
Quote · 12 Sep 2012

You're right, the hosting should have known.Undecided
I sent the email with the text of the error and told them that if I ran phpinfo showed nothing and wanted to know is the status of my php, the only thing is that I have I answered the safe_mode off. nothing more
I'll find another hosting, and here I have very tired and I have to go begging information please go to my site changing.

You agradesco much response. I hope to find a quick fix to another hosting
Thanks againSealed

Quote · 12 Sep 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.