Cronjob error

Hi my mass mailer and my videos is stuck on video is being processed I searched on this forums and on google with no luck to sort my problem so I decided to send a ticket to hostgator and the person found a error on the cron script please can somebody help me.

please find part of the chat with the hostigator support:

the guy: cron.php didn't have the permissions set for it to run.

me: how do I set the permission please

the guy: I changed it. Go ahead and try it.

me: email still stuck in the queue

the error that the guy found bellow

the guy: When I run that script it gives me errors.
jailshell-4.1$ ./cron.php
: No such file or directory
./cron.php: line 2: /***********************************************************: No such file or directory
./cron.php: line 3: cron.php: command not found
./cron.php: line 4: cron.php: command not found
./cron.php: line 5: cron.php: command not found
./cron.php: line 6: syntax error near unexpected token `('
'/cron.php: line 6: `* copyright : (C) 2006 BoonEx Group
Please can somebody help me please
Quote · 11 Aug 2012
  1. Did you add a cron job during or after the installation of Dolphin?
  2. If so, are there any emails from the cron job to the associated email address?
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 12 Aug 2012

all sorted now I found the solution some where  here in the forum.

 

here we go 

if we are using for example notepad++ and looking at the file:

inc/header.inc.php

line #98 $aErrors[] = (ini_get('register_globals') == 0)..

...( just add "//" in front of the line to make it a comment )

...and we better add to the list:

line#105 $aErrors[] = (ini_get('allow_url_include') == 0)..

line#108 $aErrors[] = (get_magic_quotes_gpc())..

...because most people get all 3 warnings.

Remember to have the correct values set:

register_globals is Off

allow_url_include is Off

magic_quotes_gpc is On ( there is no "get" on this directive )

 

 

 

 

 

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