JOOMLA4 CRON Script Not Working
Since the back won't run there is no log.
Here are the processes we tried with no success.
STEP 1
This is the string I have in the CRON
/usr/bin/php5-cli /home/quorumday1/public_html/cli/joomla.php akeeba:backup:take --profile=1 --description="CRON Backup For quorumtoday.com"
As per these instructions from the JOOMLA4 interface and Akeeba's documentation.
----------------------------------------------------------
Command-Line CRON jobs (recommended)
This is the recommended method for all servers supporting command-line CRON jobs. This method uses Joomla's console (CLI) application — instead of Joomla!'s web application — achieving maximum backup speed.
Use the following command in your host's CRON interface:
/path/to/php /home/quorumday1/public_html/cli/joomla.php akeeba:backup:take
Important Remember to substitute /path/to/php with the real path to your host's PHP CLI (Command Line Interface) executable. Do remember that you must use the PHP CLI executable; the PHP CGI (Common Gateway Interface) executable will not work with Joomla's CLI application. If unsure what this means, please consult your host. They are the only people who can provide this information.
----------------------------------------------------------
STEP 2 FROM ROCHEN
Thank you for your ticket, Your PHP path is incorrect, please try the cron as /opt/alt/php80/usr/bin/php /home/quorumday1/public_html/cli/joomla.php akeeba:backup:take --profile=1 --description="CRON Backup For quorumtoday.com"
STEP 3 REMOVE COMMENT DATA
Still won't work.
STEP 4 ROCHEN RESPONSE
I've logged into your account and tried to run the command, but I get the following results:
[quorumday1@enktesis4 ~]$ /usr/local/bin/php /home/quorumday1/public_html/cli/joomla.php akeeba:backup:take --profile=1 --description="CRON Backup For bib
learchaeology.org"
RuntimeException {#499
#message: "Could not parse the requested URI http:///home/quorumday1/public_html/cli/joomla.php"
#code: 0
#file: "./public_html/libraries/vendor/joomla/uri/src/AbstractUri.php"
#line: 373
trace: {
./public_html/libraries/vendor/joomla/uri/src/AbstractUri.php:373 { …}
./public_html/libraries/src/Uri/Uri.php:309 {
Joomla\CMS\Uri\Uri->parse($uri)^
› {
› \treturn parent::parse($uri);
› }
}
./public_html/libraries/vendor/joomla/uri/src/AbstractUri.php:111 { …}
./public_html/libraries/src/Uri/Uri.php:121 { …}
./public_html/administrator/components/com_rsfirewall/helpers/log.php:29 { …}
./public_html/administrator/components/com_rsfirewall/helpers/log.php:57 { …}
./public_html/plugins/system/rsfirewall/rsfirewall.php:47 { …}
./public_html/libraries/src/Extension/ExtensionManagerTrait.php:242 { …}
./public_html/libraries/src/Extension/ExtensionManagerTrait.php:160 { …}
./public_html/libraries/src/Extension/ExtensionManagerTrait.php:94 { …}
./public_html/libraries/src/Plugin/PluginHelper.php:236 { …}
./public_html/libraries/src/Plugin/PluginHelper.php:194 { …}
./public_html/libraries/src/Application/ConsoleApplication.php:231 { …}
./public_html/cli/joomla.php:78 { …}
}
}
[quorumday1@enktesis4 ~]$
This indicates that your site is unable to process the request, possibly due to a conflict with the "RSFirewall" plugin based on the trace contents.
Enktesis LLC Marco Ciavolino [email protected]