I have used the Notify Letters feature for quite some time with no problems.
However, today, it seems that my "letters" are stuck.
How can I troublshoot this. BTW, I am using Arvixe and they moved me to a new hosting server.
Thanks!
Peer
I have used the Notify Letters feature for quite some time with no problems. However, today, it seems that my "letters" are stuck. How can I troublshoot this. BTW, I am using Arvixe and they moved me to a new hosting server. Thanks! Peer Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
Are you using SMTP mailer? When Arvixe moved you to new server, did your shared or dedicated IP change? In cpanel, are your DNS entries (A and CNAME) correct? I just completed an upgrade at Arvixe and a server change. When I get home from work, I will try to duplicate your issue so give me as much info as you can. Are you PersonalClass, BusinessClass, VPS or Dedicated? What server name? |
Also make sure you set up your cron job again in the new cpanel on the new server. |
It looks like the cron job is correct. It looks like the DNS entries are correct. I appreciate your help on this ASAP...
Peer Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
I would definitely recheck the cron job again. A test that you can use is to upload a video (not from YouTube) and see if it processes correctly and can be viewed. Nothing to see here |
This is my cron job cd /home/pplaut/public_html/periodic; /usr/bin/php -q cron.php Site is hosted on arvixe.com set to run every five minutes P. Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
This is my cron job cd /home/pplaut/public_html/periodic; /usr/bin/php -q cron.php Site is hosted on arvixe.com set to run every five minutes P. Did you try uploading a video to see if it processed correctly?
If it doesn't, try setting your cron command to look like this instead:
/usr/bin/php -q /home/pplaut/public_html/periodic/cron.php
Also, are you receiving any emails regarding your cron jobs? Nothing to see here |
Last night Arvixe Support made the following change /usr/bin/php -q /home/pplaut/public_html/periodic/cron.php This appears to match your suggestion. I have video uploads disabled. Should I re-enable for some reason? Thanks! Peer Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
Last night Arvixe Support made the following change /usr/bin/php -q /home/pplaut/public_html/periodic/cron.php This appears to match your suggestion. I have video uploads disabled. Should I re-enable for some reason? Thanks! Peer You don't have to re-enable them if you don't want to. I was just suggesting a way that you could test to make sure your cron job was setup correctly. Nothing to see here |
From Arvixe support. On Thu, Dec 20, 2012 at 12:04 PM, Arvixe Support <support@arvixe.com> wrote: Hello, Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
Also, I am not receiving any emails regarding cron jobs... P. Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
So did your emails get sent? When you go to the mass mailer, do you see the emails in queue (at the top in red)?
Nothing to see here |
They are at the top, but not in red. See attachment. I have deleted the queue and re-queued twice in the past 24 hours.. Thanks for your help. P. Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
Ok. So next, try running the cron job manually by following the steps below:
How to run a Cron Job Manually: You can then manually run the cron job by physically typing in the location in your browsers address bar. Example: www.mysite.com/periodic/cron.php
If this works, your cron job is not setup correctly. Also note that the number of queued emails (395 according to screenshot) will NOT automatically change to 0. It takes time to send them all. I think it sends 20 at a time. So you can refresh the page periodically once you have ran your cron job manually and see if the number changes. Nothing to see here |
Interesting Update- I found the following message in my spam folder... :O See attached. Any ideas? Thanks! Peer
Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
Interesting Update- I found the following message in my spam folder... :O See attached. Any ideas? Thanks! Peer
Database Connect Failed usually always means the database server is over loaded. Happens quite often on shared hosting because they do not allocate enough connections. https://www.deanbassett.com |
So, this has nothing to do with my cron job failing...?
Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
So, this has nothing to do with my cron job failing...?
Of course it could. If Dolphin cannot communicate with the database, more than just the cron jobs could be affected. Nothing to see here |
I received an email from Arvixe that I could migrate my email accounts to google gmail. Which I did. Is this what messed up my cron job? P. Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |