Have I read the related troubleshooter articles above before posting (which pages?)? Yes
Have I searched the forum before posting? Yes
Have I read the documentation before posting (which pages?)? Oh yeah
Joomla! version: 1.5.23
PHP version: 5.2.14
MySQL version: 5.0.91
Host: XLSHosting.nl VPS
Akeeba Backup version: 3.3.4
EXTREMELY IMPORTANT: Please attach your Akeeba Backup log file in order for us to help you with any backup or restoration issue.
- No logs created
Description of my issue:
When setting up a cron (native) in DirectAdmin for the automated backups with this command, all goes well.
/usr/local/bin/php -q -f path >/dev/null 2>&1
With this command, and only difference -profile=1, nothing hapens at all, no logs, no mention in backup files in backend, no email etc.
/usr/local/bin/php -q -f path -profile=4 >/dev/null 2>&1
I fixed this for myself by going to the backup.php file and editing this on line 261 and 326, hardcoding the profile id:
// Initialize the options
$profile = getOption('profile', 4);
// Load the profile
AEPlatform::load_configuration(4);
Any ideas for a permanent fix?