{"result":"error", "error":"ACCESS_DENIED"}
- Miloš Lána
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
7 years 8 months ago #5266
by Miloš Lána
Replied by Miloš Lána on topic {"result":"error", "error":"ACCESS_DENIED"}
I have this problem too.

Please Log in to join the conversation.
7 years 8 months ago #5267
by Daniel
Thanks
Daniel
Replied by Daniel on topic {"result":"error", "error":"ACCESS_DENIED"}
Please follow the instructions as mentioned in this thread.
Thanks
Daniel
Please Log in to join the conversation.
- Miloš Lána
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
7 years 8 months ago #5269
by Miloš Lána
Replied by Miloš Lána on topic {"result":"error", "error":"ACCESS_DENIED"}
Hi,
What do you need for information? I attach a generated CURL.
www.kcct.cz/index.php?option=com_vdata&t...t_export&type=datumy
Thanks
What do you need for information? I attach a generated CURL.
www.kcct.cz/index.php?option=com_vdata&t...t_export&type=datumy
Thanks
Please Log in to join the conversation.
7 years 8 months ago #5270
by Daniel
Thanks
Daniel
Replied by Daniel on topic {"result":"error", "error":"ACCESS_DENIED"}
Did you check the below message? If It's being triggered using Cron Job on the same server and You are still having the issue, Please share your backend & FTP login credentials via Contact us form, We'll look into it.
Daniel wrote: Hello,
Cron Job URL can only be triggered from the Cron Job on the same server on which you have your Website. It can not be triggered by the Browser.
Thanks
Daniel
Please Log in to join the conversation.
7 years 6 months ago #5649
by Ken Lee
Replied by Ken Lee on topic {"result":"error", "error":"ACCESS_DENIED"}
In case you still suffer from this:
1. Make sure you call curl "<URL>" only from the local server.
2. The hostname part in URL needs to be resolved to either 127.0.0.1 or an IP of a local interface. You may use your local hosts file to hard code this.
Hope this help.
1. Make sure you call curl "<URL>" only from the local server.
2. The hostname part in URL needs to be resolved to either 127.0.0.1 or an IP of a local interface. You may use your local hosts file to hard code this.
Hope this help.
Please Log in to join the conversation.