ajbeaven
Forum Replies Created
-
Forum: Plugins
In reply to: [Crop-Thumbnails] Problems with WordPress Version 4.7.5Ah, found the problem – no issue with the plugin. The blog was a sub-Application in IIS and was inheriting a module that handled localized URLs. This module was rewriting the response before it was rendering and caused this problem on the blog.
Forum: Reviews
In reply to: [Basic User Avatars] Doesn't work with get_avatar_urlIt also looks like the $args parameter on
get_avatar()
isn’t supported meaning I can’t do something simple like add a class to the image that is rendered.Forum: Plugins
In reply to: [Postie] 'Run postie' fails if WP_DEBUG and WP_DEBUG_LOG not enabledThat seems to have cleared up the warning in question, but still when I turn off logging, I get a 500 error. It is also cleared up if in my php.ini I specify the following.
error_log = syslog
I can then disable WP_DEBUG and I no longer get a 500 error. Here’s the new log:
Checking for mail manually
Starting mail fetch
Postie is in C:\…
Cron: On
Alternate Cron: Off
iconv: installed
imap: installed
mbstring: installed
There are 0 messages to process
Mail fetch complete, 0 emailsForum: Plugins
In reply to: [Postie] 'Run postie' fails if WP_DEBUG and WP_DEBUG_LOG not enabledI tried that after seeing the log, however I still get the same error :/
Forum: Plugins
In reply to: [Postie] 'Run postie' fails if WP_DEBUG and WP_DEBUG_LOG not enabledMy settings say that I am using POP3 – no other options are available in the drop down.
Forum: Plugins
In reply to: [Postie] 'Run postie' fails if WP_DEBUG and WP_DEBUG_LOG not enabledWhen WP_DEBUG_LOG is enabled this is what is in the logs:
Checking for mail manually
Starting mail fetch
Postie is in C:\…
Cron: On
Alternate Cron: Off
iconv: installed
Warning! Postie requires that imap be enabled if you are using IMAP, IMAP-SSL or POP3-SSL.
mbstring: installed
There are 0 messages to process
Mail fetch complete, 0 emailsWhen I turn on error_log = syslog in php.ini, I get an entry in the event viewer for each line above with this additional information:
The description for Event ID 2 from source PHP-5.4.14 cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
php[11716]
Line above goes hereNothing else relevant is in the event logs.
Forum: Plugins
In reply to: [Postie] Post title converting to chinese charactersBump
This seems to happen intermittently. The last couple of weeks, the heading has been fine, however this week’s email again has the chineese characters ??
Forum: Plugins
In reply to: [Postie] Post title converting to chinese charactersAny update on this one? Sorry, I don’t mean to be pushy.
Forum: Plugins
In reply to: [Postie] Post title converting to chinese charactersI wonder if it was the following change that caused my issues and I just hadn’t updated Postie in a while:
1.5.15 (2013.07.01) – Simplified header decoding for non-ASCII languages
That said, I am running PHP 5.4 as well.
Also, apologies if I don’t respond that quickly, the wordpress followup notifications aren’t coming through for me.
Forum: Plugins
In reply to: [Postie] Post title converting to chinese charactersI just had this problem again (the first post created by postie since I updated to the newest version) so the update must not have helped me. I’ll note that in between the time where this stopped working, I didn’t upgrade php.
Is there anything you suggest I look in to that might help diagnose the issue?
Forum: Plugins
In reply to: [Postie] Post title converting to chinese charactersBy “looks fine in GMail”, I mean the subject is in English like I would expect.
Ok, in that case, take this as a feature request ??
Thanks for your work on this plugin – it’s awesome.
The problem being that this is a global setting across all posts – I would like to make it so only user submitted posts block comments and pings.
Forum: Plugins
In reply to: [Postie] Posting automatically using vbscriptSigh… turns out I forgot I had my hosts file set up. Thanks for the response anyway. Great plugin!
Forum: Plugins
In reply to: [Postie] Posting automatically using vbscriptAhh, when I wrote the response to a text file this is what I get:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""https://www.w3.org/TR/html4/strict.dtd"> <HTML><HEAD><TITLE>Not Found</TITLE> <META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD> <BODY><h2>Not Found</h2> <hr><p>HTTP Error 404. The requested resource is not found.</p> </BODY></HTML>
I know for sure that the URL is correct. When I copy and paste the URL from the script into my browser it resolves and postie checks for mail as it should.