metiqolman
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Word Press forumNevermind… I figured it out…. I won’t even mention how stupid it was…. sorry.
Forum: Fixing WordPress
In reply to: Posting Via EmailI see what you are saying now. I’m glad as well!
Forum: Fixing WordPress
In reply to: Posting Via EmailWHOO HOOO! Just figured it out. When using this codex in my footer.php file I had to remove the highlighted section of the code.
<iframe src=”https://yourblogdomain/wordpressinstalldir/wp-mail.php” name=”mailiframe” width=”0″ height=”0″ frameborder=”0″ scrolling=”no” title=””></iframe>
So my code now looks like this:
<iframe src=”https://www.mydomain.org/wp-mail.php” name=”mailiframe” width=”0″ height=”0″ frameborder=”0″ scrolling=”no” title=””></iframe>
I’ve sent a few posts now and they’re working great. I think someone needs to write an article or post about this little hiccup in this Iframe code.
Forum: Fixing WordPress
In reply to: wp-mail.php fileWHOO HOOO! Just figured it out. When using this codex in my footer.php file I had to remove the highlighted section of the code.
<iframe src=”https://yourblogdomain/
wordpressinstalldir/
wp-mail.php” name=”mailiframe” width=”0″ height=”0″ frameborder=”0″ scrolling=”no” title=””></iframe>
So my code now looks like this:
<iframe src=”https://www.mydomain.org/wp-mail.php” name=”mailiframe” width=”0″ height=”0″ frameborder=”0″ scrolling=”no” title=””></iframe>
I’ve sent a few posts now and they’re working great. I think someone needs to write an article or post about this little hiccup in this Iframe code.
Forum: Fixing WordPress
In reply to: wp-mail.php fileOk I remember that article. I did read that before hand and have setup the automatic posting in my footer.php file as suggested. All of that has lead me to this posting. I’m starting to think that the autopost (at least for this theme) will not work.
So how did you setup the cron job?
Forum: Fixing WordPress
In reply to: wp-mail.php fileHi RVoodoo… Thanks for the link. I’ll check it out. I meddled with a cron job about 5 years ago on a different platform but really don’t remember much about it at all.
If you have some time and can give me direction as to how to set up a cron job for this application that would be great.
Forum: Fixing WordPress
In reply to: wp-mail.php fileIs there any chance this question could get moved to the advanced section of support by one of the moderators?
Forum: Fixing WordPress
In reply to: Posting Via EmailThought I had put this issue to bed but not so.
Well I created a user in my WordPress DB.
Tried posting to the blog page again and no joy.Here’s the details:
My emails are making it to the wp-mail.php file but are not posting to the blog… UNLESS…. I manually load the wp-mail.php page by pointing my browser to https://www.mydomain.org/wp-mail.php This loads a page showing all my unpublished email posts.
If I then hit the back button on my browser & then the refresh button on my blog page any recent posts which had not made it to the blog page all of a sudden will show up.Any ideas from anyone?
Forum: Fixing WordPress
In reply to: Posting Via EmailOK… I finally go my posts working from an email. Thanks to a couple other posts I found I was able to solve my problem.
My email posts were getting to my WordPress folder just not publishing.
Here’s how I checked to see if my mail was actually getting to my WordPress mail folder.
I pointed my browser at my domain name then put/wp-mail.php
after the domain name.
So https://www.mydomain.org/wp-mail.php
That returned a page showing ALL of the posts I had made via email.
So this meant the email posts were getting to the WordPress mail folder just not publishing.I downloaded a new wp-mail.php file from here. and modified it as Crazyoval had recommended.
There were two spots that state ‘post_status = pending’
Change ‘pending’ to ‘publish’
Saved the file then uploaded it via FTP to my wp folderHowever… There’s a caveat to this whole method I believe.
Looking at the code in the wp-mail.php file it states that//Author not found in DB, set status to pending. Author already set to admin. $poststatus = ‘pending’;
I need to check this out but it would appear that this line is a safe guard to keep anyone who discovers your secret email address from getting published to your blog. I believe that what I’ll need to do is setup an authorized user either in my PHPMYADMIN or somewhere in WordPress that has the permission to post to my blog.
I’m considering this thread closed but will post back here if I find that to be true.
Forum: Fixing WordPress
In reply to: Posting Via EmailDoes ANYONE have any suggestions? This has really stumped me.
Forum: Fixing WordPress
In reply to: WordPress is SSSSSLLLLOOOWWYeah… pretty slow dude.
Forum: Fixing WordPress
In reply to: Posting Via EmailI’ve read that one user had to download a wp-mail.php file… I think that’s the file name… anyway they had to download it, change it and upload it. But it their case the posts were simply not getting to the blog page. The posts were all ‘Pending’. In my case I’m just not seeing the posts showing up anywhere. Not on the blog page nor in the dashboard under “posts”
Forum: Fixing WordPress
In reply to: Not receiving blog by email? One solutionThanks esmi… but I already considered that and made sure that my email app does not remove the mail from the server. Also… immediately following my email app configuration I received 6 emails that I had sent to my blog…. ??
Forum: Fixing WordPress
In reply to: Posting Via EmailI’ve also tested my blog page by adding a new post from the dashboard. That’s working as well.
Also the email posts are not waiting for authorization either. They’re just simply not getting to my wordpress site.
Forum: Fixing WordPress
In reply to: Just a blank page….The issue to the blank page was that I did not have the WordPress application finalized on the hosting server. The package was there but I had not run the ‘install’ …..