Automatic posting not working (manual working)
-
Hello,
First of all, I want to say that I greatly admire your work and feel lucky to benefit from such a cool plugin.
I have read many posts as well as the faq, help etc but I am unable to make the automatic posting feature work.
Everything works fine when I manually fetch the emails by using the button in the wordpress dashboard.
_______________________________________________________________________
I tried fixing this by creating a SetCronJob with the following “url to call” :
https://www.mydomain.org/wp-content/plugins/postie/get_mail.php
But the SetCronJob result in a failure.
Error log:
HTTP/1.0 500 Internal Server Error
Date: Wed, 22 May 2013 17:52:54 GMT
Server: Apache/2.2.22 (Ubuntu)
X-Powered-By: PHP/5.3.10-1ubuntu3.6
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 20
Connection: close
Content-Type: text/htmlLast URL: https://www.mydomain.org/wp-content/plugins/postie/get_mail.php
Last HTTP status: 500
____________________________________________________________________Since I’m working on my own linux server I tried using cron:
I have added in my crontab :*/10 * * * * /usr/bin/wget -O /dev/null https://mydomain.org/wp-content/plugins/postie/get_mail.php >/dev/null 2>&1
*/10 * * * * /usr/share/php /usr/share/wordpress/wp-content/plugins/postie/get_mail.php
I had it checked, the cron is running but still nothing happens. Since I was told that it’s working fine, I have not searched for a log file.. now that I sum up everything here, maybe this was a mistake.
Last thing I did was change the rights on my postie folder (chmod) just for the heck of it but to no avail. I would really welcome some help on this .. I have run out of options. If anyone is wondering, I replaced my real domain name with “mydomain.org” on each occurrence in this post.
- The topic ‘Automatic posting not working (manual working)’ is closed to new replies.