Wil
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Automatic Updates] Update email success but failed to update pluginTell me about it! 😛
No worries – thanks for the reply Gary.
Forum: Plugins
In reply to: [Advanced Automatic Updates] Update email success but failed to update pluginI’ve turned off the email update from the plugin as it fires off the same email as above about every hour but the plugin does not update.
Is this because the WPMU Dashboard is hosted outside wordpress.org/extend?
Forum: Fixing WordPress
In reply to: Widgets in Dashboard Imoveable – Won't OpenI just received the same 403 error when upgrading from 3.4.2 to 3.5 on a shared hosting system.
Adding the line
define(‘CONCATENATE_SCRIPTS’, false);
to the wp-config.php resolved this.Our host has come back with their setting of max_user_connections=25.
They will not change this.
@mmaunder can you suggest a minimum max_user_connections setting to use with your plugin?
Thanks for the response @mmaunder
We’re on shared hosting for this particular site so I have no control over the max_user_connection and they won’t increase it.
About transients, I was just wondering if you could use them to store some info rather than polling the DB.
Any-ho, here’s the warnings from the server error log. At the very least they should help you put in some more error catching.
[Thu Nov 29 03:03:36 2012] [error] [client ***.***.***.***] PHP Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/sites/***.com/public_html/wp-content/plugins/wordfence/lib/wfDB.php on line 57
[Thu Nov 29 03:03:36 2012] [error] [client ***.***.***.***] PHP Warning: mysql_ping() expects parameter 1 to be resource, boolean given in /home/sites/***.com/public_html/wp-content/plugins/wordfence/lib/wfDB.php on line 48
Cheerz,
Wil.Forum: Plugins
In reply to: [Advanced Automatic Updates] Errors in Server Log FileHmmm.. you can’t get better than a 4 min fix turnaround!
Thumbs up.
Wil.
Cool.
I’m pretty new to S3 so thanks for the quick tip and the fast response.
Actually a better solution would be to have two sections.
1) for local backup files
2) for remote files
I may not want to keep any local backup files but have the remote files managed.
That make sense?
Could you please write in an option to parse/not parse comments blocks in code.
That way everyone would be happy.
There are two issues in this thread.
1. Emails not being sent
@ripplestone has applied a fix for emails not being sent.I’ve come across this issue on some Windows IIS servers running WordPress not being able to properly send SMTP mail.
Never had a problem with Linux servers.
2. Incorrect format in Email header
@midexsoftware is correct.There is a problem in the way the outgoing SMTP email is formatted.
It is trying to send out the email using the admin email address in the plugin settings, however, the actual email address in the header is still being recorded as your WP system email (General > Settings).
This is causing some email systems to mark the email as suspicious as it looks like somebody is spamming the From address.
For those who say they are not receiving emails, I would suspect you are but that they are being sent to a SPAM/Junk folder on your systems or being rejected by a SPAM/Junk email filter on your mail server.
Please check both systems if this is the case.
TO THE DEVELOPER:
Please fix this and correctly format the outgoing SMTP email.Cheerz,
Wil.Forum: Requests and Feedback
In reply to: Plugin Favorites for 3.5Awesome!