Export Cron Job Reporting Access Denied

More
9 years 6 months ago #2081 by Verulam Webmaster
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 :S (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.

Please Log in to join the conversation.

More
9 years 6 months ago #2082 by Michael Ronayne

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.

More
9 years 6 months ago #2086 by Verulam Webmaster
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.

Please Log in to join the conversation.

More
9 years 6 months ago #2090 by Daniel
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.



Thanks
Daniel
Attachments:

Please Log in to join the conversation.

More
9 years 6 months ago #2112 by Verulam Webmaster
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.

Please Log in to join the conversation.

More
9 years 6 months ago #2113 by Daniel
Please check the below screenshot again, re-uploaded it.

Thanks
Daniel

Please Log in to join the conversation.

Cron Job Starts