http://www.whmcs.com/members/communityaddons.php?action=viewmod&id=36&vote=true
I am using the above Trial Module, i used it in the past before my servers HDD failed and i had to start again.
In order to make this work i needed to run 2 cron jobs, however when they run there appears to be errors.
Any help would be much appreciated!
Here is the errors i receive:
1st Cron Job:
/home/****/public_html/clients/modules/freetrial/remindtrial.php: line 1: ?php: No such file or directory
/home/****/public_html/clients/modules/freetrial/remindtrial.php: line 3: //: is a directory
/home/****/public_html/clients/modules/freetrial/remindtrial.php: line 4: syntax error near unexpected token `"../../dbconnect.php"'
/home/****/public_html/clients/modules/freetrial/remindtrial.php: line 4: `require("../../dbconnect.php");'
2nd Cron Job:
/home/****/public_html/clients/modules/freetrial/removetrial.php: line 1: ?php: No such file or directory
/home/****/public_html/clients/modules/freetrial/removetrial.php: line 3: //: is a directory
/home/****/public_html/clients/modules/freetrial/removetrial.php: line 4: syntax error near unexpected token `"../../dbconnect.php"'
/home/****/public_html/clients/modules/freetrial/removetrial.php: line 4: `require("../../dbconnect.php");'
When you try to visit either php page directly you get an internal server error, here is mine for example:
http://www.hydrode.com/clients/modules/freetrial/removetrial.php
Like i said, any help is much appreciated!