CSV CRON import is not working
- Daniel
- Offline
- Administrator
-
29 Jan 2018 11:18 #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.
- IPotentials
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 9
29 Jan 2018 09:21 #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.
- Ken Lee
- Offline
- New Member
-
Less
More
- Posts: 17
29 Jan 2018 03:03 #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
28 Jan 2018 20:26 #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.
- Daniel
- Offline
- Administrator
-
26 Jan 2018 11:47 #5382
by Daniel
Thanks
Daniel
Replied by Daniel on topic CSV CRON import is not working
Are you using the same command with those Crons as well?
Thanks
Daniel
Please Log in to join the conversation.
- IPotentials
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 9
12 Jan 2018 07:33 #5319
by IPotentials
Replied by IPotentials on topic CSV CRON import is not working
There is no hosting support team. I am hosting on my own servers. Many other CRONs are running on that servers, with no problems at all
Please Log in to join the conversation.
- Daniel
- Offline
- Administrator
-
12 Jan 2018 07:30 #5318
by Daniel
Thanks
Daniel
Replied by Daniel on topic CSV CRON import is not working
Did you get in touch with your Hosting support team and shared the Cron URL to get the Cron command?
Thanks
Daniel
Please Log in to join the conversation.
- IPotentials
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 9
12 Jan 2018 05:51 #5317
by IPotentials
Replied by IPotentials on topic CSV CRON import is not working
Hi Daniel,
yes, manually everything is working fine!
I am hosting on my own servers by the way (CentOS 7.4 with cPanel / WHM). The Cron url I am using is:
curl https://www.{domainname}.nl/index.php?option=com_vdata&task=set_import&type=import_bewoners
Unfortunately I cannot give you access to the backend, because of EU privacy regulations.
I hope you can help me anyway
Greetz
Ron
yes, manually everything is working fine!
I am hosting on my own servers by the way (CentOS 7.4 with cPanel / WHM). The Cron url I am using is:
curl https://www.{domainname}.nl/index.php?option=com_vdata&task=set_import&type=import_bewoners
Unfortunately I cannot give you access to the backend, because of EU privacy regulations.
I hope you can help me anyway
Greetz
Ron
Please Log in to join the conversation.
- Daniel
- Offline
- Administrator
-
11 Jan 2018 11:32 #5309
by Daniel
Thanks
Daniel
Replied by Daniel on topic CSV CRON import is not working
Hi,
Is the Import working fine when you do it manually? The Cron command works for most of the servers. If It's not working, you can get in touch with your hosting support team share the vData Cron URL and get the Cron command. If it still doesn't work, please share your backend & FTP login credentials via Contact us form, We'll look into it.
Is the Import working fine when you do it manually? The Cron command works for most of the servers. If It's not working, you can get in touch with your hosting support team share the vData Cron URL and get the Cron command. If it still doesn't work, please share your backend & FTP login credentials via Contact us form, We'll look into it.
Thanks
Daniel
Please Log in to join the conversation.
- IPotentials
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 9
10 Jan 2018 15:06 #5302
by IPotentials
CSV CRON import is not working was created by IPotentials
I have implemented a CRON in order to import a CSV file. In the backend everything is working just fine, but the CRON is not working.
When manually type in the following command (in terminal session) "curl www.xxxxxxxxx.nl/index.php?option=com_vd...port&type=4S2q3RIAQA ", the following result is shown:
[4] 20866
[5] 20867
[2] Done curl www.xxxxxxxxx.nl/index.php?option=com_vdata
[3] Done task=set_import
After that, nothing is happening. The file is not imported and in the backend the Hits field keeps showing me the same number over and over again: 0
Looks to me that the "type=4S2q3RIAQA" part is not used while running the CRON
Is there something wrong in the automatically generated CRON command (by vData)
When manually type in the following command (in terminal session) "curl www.xxxxxxxxx.nl/index.php?option=com_vd...port&type=4S2q3RIAQA ", the following result is shown:
[4] 20866
[5] 20867
[2] Done curl www.xxxxxxxxx.nl/index.php?option=com_vdata
[3] Done task=set_import
After that, nothing is happening. The file is not imported and in the backend the Hits field keeps showing me the same number over and over again: 0
Looks to me that the "type=4S2q3RIAQA" part is not used while running the CRON
Is there something wrong in the automatically generated CRON command (by vData)
Please Log in to join the conversation.