By Richard Moore on Friday, 16 January 2015
Posted in General Issues
Likes 0
Views 887
Votes 0
My cron job appears to be working

--2015-01-14 16:30:01--  http://www.mydomain.co.uk/index.php?option=com_easysocial
Resolving http://www.mydomain.co.uk... 99.999.99.999
Connecting to http://www.mydomain.co.uk|99.999.99.999|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: “/dev/null”

0K .......... .......... .......... .......... .......... 255M
50K .......... .......... ......... 210M=0s

2015-01-14 16:30:04 (237 MB/s) - “/dev/null” saved [80908]


Cron job

/usr/bin/wget -O /dev/null http://www.mydomain.co.uk/index.php?option=com_easysocial&cron=true&phrase=mypassword


But I still have a queue of emails sat waiting according to the dashboard. What exactly does "publish" do ? And any suggestions as to why they are there ? How can I get them moved ?
Hello Richard Moore,

That was strange, because it seems like your cronjob is working, however, can you provide us with following details so that we can help you check on this?
#1. Joomla backend access
#2. FTP access
#3. Cpanel access
·
Friday, 16 January 2015 03:06
·
0 Likes
·
0 Votes
·
0 Comments
·
See attached details
·
Wednesday, 21 January 2015 04:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Richard,

I'm really sorry for the late reply. We have missed your reply. I've tried to access your admin site thru http://www.yoursite.co.uk/administrator but failed. Please advise.
·
Wednesday, 21 January 2015 22:49
·
0 Likes
·
0 Votes
·
0 Comments
·
I am such an eejit - sorry see attached
·
Thursday, 22 January 2015 02:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Richard,

I'm sorry but I get this when trying to login to your admin: Username and password do not match or you do not have an account yet. And I can't access your FTP. Same goes to your cpanel. I get The submitted username is invalid.
·
Thursday, 22 January 2015 02:29
·
0 Likes
·
0 Votes
·
0 Comments
·
CP definitely works - just tried it. I'd cut and paste it to avoid any confusing "ells" and "eyes" .

Check the attached site details in this message. I've just checked them and they all work.
·
Thursday, 22 January 2015 08:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Richard,

I've tried to manually run the Cron URL: http://www.yoursite.co.uk/index.php?option=com_easysocial&cron=true&phrase=yourpassword and the emails are successfully sent: http://screen.stackideas.com/2015-01-22_1100.png . This means that there is somewrong with your cronjob setup. I've tried to access the cpanel but still failed: The login is invalid. I've tested on several PC which I directly copy/paste the username/password in http://www.yoursite.co.uk:2082/.
·
Thursday, 22 January 2015 11:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi - hosting company are currently trying to resolve the cpanel issue. It's being a bit defensive/aggressive for some reason. Will get back to you once I know I can reliably login.
·
Friday, 23 January 2015 08:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Richard,

Sure, keep us updated then.
·
Friday, 23 January 2015 12:58
·
0 Likes
·
0 Votes
·
0 Comments
·
OK - see attached credentials in this message - they should work
·
Monday, 26 January 2015 03:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Richard Moore,

Thanks for getting back to us, I can access in your Cpanel account now.

It seems like you just missing this "" :

/usr/bin/wget -O /dev/null http://yourSite.com/index.php?option=com_easysocial&cron=true&phrase=yourpassword

//replace with

/usr/bin/wget -O /dev/null "http://yourSite.com/index.php?option=com_easysocial&cron=true&phrase=yourpassword"


Also, I help you adjusted to every 10 minute cronjob will process.
it should work fine now. Please have a check.
·
Monday, 26 January 2015 08:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Doh ! Odd that it appeared to be running. Thanks for the assistance.
·
Tuesday, 27 January 2015 00:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Richard, glad that your issues are resolved now
·
Tuesday, 27 January 2015 00:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post