By Steve Voorhees on Saturday, 14 May 2016
Posted in Technical Issues
Replies 5
Likes 0
Views 498
Votes 0
I'm trying to setup EasyBlog Mailbox Posting, but am having some issues.

In the settings, I have everything setup, and running a test works fine. However, when I attempt to run via cron I've receiving the following in the CRON report:

HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://domain/index.php?option=com_easyblog&task=cron

And when running the URL from the browser I receive the following:

{"emails":{"status":200,"type":"info","message":"There are no pending emails that needs to be dispatched currently."},"email_import":{"status":200,"type":"info","message":"No emails found in mailbox. Skipping this."},"twitter_import":{"status":200,"type":"info","message":"No Twitter accounts associated on the site. Skipping this"},"scheduler_publish":{"status":200,"type":"info","message":"No scheduled posts to process currently."},"scheduler_unpublish":{"status":200,"type":"success","message":"Executed query to process posts to be unpublished."},"scheduler_remove_tmp_files":{"status":"","type":"","message":""},"scheduler_remove_blank_posts":{"status":200,"type":"info","message":"Blank posts removed"}}

It's telling me that there are no emails found in the mailbox, but there are 2 test emails that were sent, and they are still sitting there in the mailbox.

Any thoughts?
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Based on your description above, it seems like your server response `301 Moved Permanently` which mean that when the cron run this cron url https://domain/index.php?option=com_easyblog&task=cron , for some reason it redirect this URL, so the email process failed.

By the way, please assign your domain to your license to obtain for support. You can do so by accessing your license area at http://stackideas.com/dashboard

And provide us with your Joomla backend and Cpanel access (http://stackideas.com/dashboard/site) which you setup cronjob in your server.

Once you are done, update us here and we'll continue checking your issue.
·
Saturday, 14 May 2016 14:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Added domain and site details.
·
Sunday, 15 May 2016 04:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Steve Voorhees,

It seems like you did not provide us with your cpanel login credential (please refer this screenshot: http://screencast.com/t/h9kEjRaiEdkv ). Can you edit the first post and add the information needed?
·
Monday, 16 May 2016 12:03
·
0 Likes
·
0 Votes
·
0 Comments
·
The form didn't request cpanel, only site details and FTP, both of which were provided.

I have update the credentials with cPanel access.
·
Tuesday, 17 May 2016 01:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Regarding the cronjob redirection,

1. You have a redirection from http://site.com to https://site.com

2. Because of the redirection, it is messing up with your cronjob because your cronjob is configured to crawl http://site.com . This is why you are getting the redirection notice.

3. I have re-configured your cronjob for you.


Regarding the mailbox posting, your settings is incorrect and this is why the e-mails aren't coming in. I have re-configured your settings and it works fine now.
·
Tuesday, 17 May 2016 13:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post