Guys,
Can someone help me out with this one, I'm slightly perplexed..
Here's how I have my CRON jobs setup:
MAILTO=MYEMAILADDRESS
0 0 * * * /usr/bin/php -q /home/fhlinux140/t/MYDOMAINNAME/user/htdocs/dev/periodic/cron.php
Here's the error I get when it tries to run:
<font color="red">PHP version too old, please update to PHP 5.2.0 at least</font> <br /> <font color="red">mbstring extension not installed. <b>Warning!</b> Dolphin cannot work without <b>mbstring</b> extension.</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.
Checked my host tools section of Dolphin:
PHP Version is 5.2.6
MBSTRING Installed
Renamed the .htaccess file in my periodic folder ... to htaccess.txt instead...
??? Any ideas anyone ???