CSV CRON import is not working
- IPotentials
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
7 years 7 months ago #5391
by IPotentials
Replied by IPotentials on topic CSV CRON import is not working
Here is the Akeeba Backup command I use, and is working just fine (the xxxxxx are manually done by me):
/opt/cpanel/ea-php71/root/usr/bin/php /home/xxxxxxxxxx/public_html/cli/akeeba-backup.php --profile=1 >/dev/null 2>&1
/opt/cpanel/ea-php71/root/usr/bin/php /home/xxxxxxxxxx/public_html/cli/akeeba-backup.php --profile=1 >/dev/null 2>&1
Please Log in to join the conversation.
7 years 7 months ago #5392
by Ken Lee
Replied by Ken Lee on topic CSV CRON import is not working
I once had this problem. In my case I found that it was caused by my multi-lingual setting which redirects accesses to index.php to /en/. Then I needed to add "/en" in the middle of the URL. Don't know if it is your case, but worth seeing. Check your apache access log and see any 301 return codes. Please check also, by verbose curl output to see any terms about redirect.
Good luck.
Good luck.
Please Log in to join the conversation.
- IPotentials
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
7 years 7 months ago #5393
by IPotentials
Replied by IPotentials on topic CSV CRON import is not working
Thanks for the input, but unfortunately it didn't help
Please Log in to join the conversation.
7 years 7 months ago #5395
by Daniel
Thanks
Daniel
Replied by Daniel on topic CSV CRON import is not working
The command you are already using doesn't work if the URL has variables appended to it. That's why I asked you to contact your server support team to get the command for this kind of URLs.
Thanks
Daniel
Please Log in to join the conversation.