I'm triying to confiure the scheduled backup through the cron task of my cpanel. I have configured everything, but each time the cron tries to execute i received this error:
----
Content-type: text/html
<br />
<b>Parse error</b>: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in <b>/home/content/31/12839031/html/cli/akeeba-altbackup.php</b> on line <b>25</b><br />
----
the execution line is:
Cron <Iusr_12839031@p3nlhftpg286> /web/cgi-bin/php5 "$HOME/html/cli/akeeba-altbackup.php" --profile=1
and in the line 25 of the php file appears:
use Akeeba\Engine\Platform;
I think is right, but it doesn't work.
Thanks,
Alberto Espeja