Export Cron Job Reporting Access Denied
- Verulam Webmaster
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
9 years 6 months ago #2081
by Verulam Webmaster
Replied by Verulam Webmaster on topic Export Cron Job Reporting Access Denied
Danish,
I'm getting the login page of my site as the output of my cron job, I've tried all the wget authentication I can google but I'm not winning
(post-data save-data loadcookies... etc.)
I can see that the path I define in vData job config is not actually used, but the cron job output is. Is this the right approach?
/usr/bin/wget -O /var/sites/v/verulamcc.org.uk/public_html/Reports/Server/Members_Emails.csv -o /var/sites/v/verulamcc.org.uk/public_html/Reports/Server/log.txt www.verulamcc.org.uk/index.php?option=co...t&type=VCC_ComExport
Thanks, Chris.
I'm getting the login page of my site as the output of my cron job, I've tried all the wget authentication I can google but I'm not winning

I can see that the path I define in vData job config is not actually used, but the cron job output is. Is this the right approach?
/usr/bin/wget -O /var/sites/v/verulamcc.org.uk/public_html/Reports/Server/Members_Emails.csv -o /var/sites/v/verulamcc.org.uk/public_html/Reports/Server/log.txt www.verulamcc.org.uk/index.php?option=co...t&type=VCC_ComExport
Thanks, Chris.
Please Log in to join the conversation.
- Michael Ronayne
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
9 years 6 months ago #2082
by Michael Ronayne
I think you need to use quotes around the entire URL in this case:
/usr/bin/wget -O /var/sites/v/verulamcc.org.uk/public_html/Reports/Server/Members_Emails.csv -o /var/sites/v/verulamcc.org.uk/public_html/Reports/Server/log.txt " www.verulamcc.org.uk/index.php?option=co...t&type=VCC_ComExport "
At least this worked for me...
Replied by Michael Ronayne on topic Export Cron Job Reporting Access Denied
Verulam Webmaster wrote: /usr/bin/wget -O /var/sites/v/verulamcc.org.uk/public_html/Reports/Server/Members_Emails.csv -o /var/sites/v/verulamcc.org.uk/public_html/Reports/Server/log.txt www.verulamcc.org.uk/index.php?option=co...t&type=VCC_ComExport
I think you need to use quotes around the entire URL in this case:
/usr/bin/wget -O /var/sites/v/verulamcc.org.uk/public_html/Reports/Server/Members_Emails.csv -o /var/sites/v/verulamcc.org.uk/public_html/Reports/Server/log.txt " www.verulamcc.org.uk/index.php?option=co...t&type=VCC_ComExport "
At least this worked for me...
Please Log in to join the conversation.
- Verulam Webmaster
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
9 years 6 months ago #2086
by Verulam Webmaster
Replied by Verulam Webmaster on topic Export Cron Job Reporting Access Denied
Thanks Mike, still no luck unfortunately. I think I need to figure out authentication with wget, although I have tried 
I'll see if the VDM guys have any suggestions here.
Chris.

I'll see if the VDM guys have any suggestions here.
Chris.
Please Log in to join the conversation.
9 years 6 months ago #2090
by Daniel
Thanks
Daniel
Replied by Daniel on topic Export Cron Job Reporting Access Denied
Hello,
Please download the latest package vData 2.0.5. We have modified Cron Feature ( Please check the new Cron URL ). Please modify profile settings before making any import / export. Please check the attached screenshot.
Please download the latest package vData 2.0.5. We have modified Cron Feature ( Please check the new Cron URL ). Please modify profile settings before making any import / export. Please check the attached screenshot.
Thanks
Daniel
Please Log in to join the conversation.
- Verulam Webmaster
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
9 years 6 months ago #2112
by Verulam Webmaster
Replied by Verulam Webmaster on topic Export Cron Job Reporting Access Denied
Hi Danish,
Did you post that response in the right thread, I can't see the reference to my issue?
The issue was that the feed required a log in to run, which I ended up figuring out with the support of my host provider who had Joomla experience. I'm still not quite there as there is an input called "cbsecuritym3" that seems to change everyday and break my log in script, any advice on this, or general approach would be well received. I'd rather not make the feeds public if I can avoid it.
Thanks, Chris.
Did you post that response in the right thread, I can't see the reference to my issue?
The issue was that the feed required a log in to run, which I ended up figuring out with the support of my host provider who had Joomla experience. I'm still not quite there as there is an input called "cbsecuritym3" that seems to change everyday and break my log in script, any advice on this, or general approach would be well received. I'd rather not make the feeds public if I can avoid it.
Thanks, Chris.
Please Log in to join the conversation.