Please help me to solve cron issue

Im so much happy when i install Dolphin 7.0.0 but i was so amazed after i run the cron

*****   cd /home3/philtube/public_html/x3/periodic; /usr/local/bin/php -q cron.php

i got a lot of bounce email .... Ive already check and off the allow_url_include off but still the same... pls help me. thank

Quote · 1 Dec 2009

what are the bounced emails?

the one thing you need to verify is your php binary location?

there was a whole discussion on this between myself and Zarcon related to video uploads. also, if you search the forum for Dolphin 7 RC cron job settings, you will most likely find where we were running that thread.

Regards,

DosDawg

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 1 Dec 2009

<font color="red">allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe)</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.

I got this bounce email on my yahoo stating that i need to turn off PARAM... i do it in a manual way through may Cpanel but still i have more bouncing message on my email...

Quote · 2 Dec 2009

<font color="red">allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe)</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.

I got this bounce email on my yahoo stating that i need to turn off PARAM... i do it in a manual way through may Cpanel but still i have more bouncing message on my email...

you need to do something here. you need to contact your hosting provider, and provide them with the message that you are getting in your email regarding the allow_url_include is ON, and ask them if they will place a php_flag in your .htaccess, and if your server configuration does not allow for php_flags in the .htaccess then to please create a php.ini with that param turned off, and recursively place that ini in all directories.

short of that you need to check out the special on Terabyte Hosting Solutions

RC Special Dolphin Mighty Reduced to $16.50/month Coupon Code RCPLEASE

Regards,
DosDawg

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 2 Dec 2009

I had the same problem. This is what worked for me:

 

My host runs Suphp on my server:

 

Remove all php commands from .htaccess

 

Put:

 

suPHP_ConfigPath /home/yoursite/public_html/

 

in your .htaccess file (at the very top).

 

Cron Jobs:


***** /usr/bin/php -c /home/yoursite/public_html/ -q /home/yoursite/public_html/periodic/cron.php

 

The above is what my host suggested and it works.

 

Creat a php.ini file in the root of your D7 install

 

and put:

 

allow_url_include = off

 

you can get a sample php.ini file off the net - search google.

 

You do not need to put a php.ini file in any other directory for this to work.

There are none so blind as those that will not see.
Quote · 2 Dec 2009
 
 
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.