Simon Wheatley on ""Unknown Login Key" caused by read only DB"
My host is experiencing some issues with their Database, and this means the remote login JS in WP Mu Domain Mapping is failing as it cannot write the key/ID to the DB, doesn't notices this is the case,...
View ArticleDonncha O Caoimh on ""Unknown Login Key" caused by read only DB"
Thanks Simon, that's a good idea. I might even make it email the admin, although that would require some sort of memory so the admin isn't inundated with emails!
View ArticleSimon Wheatley on ""Unknown Login Key" caused by read only DB"
I guess you could store the flag that an email has been sent in a cookie, and perhaps email the user rather than the admin to explain what's happening (rather than the site owner)? Difficult if the...
View ArticleSimon Wheatley on "[Plugin: All in One SEO Pack] Notices because some $_POST...
Hi @hallsofmontezuma I noticed some PHP notices in my error logs due to $_POST indexes being accessed when they are not set, and I created a patch to prevent this from happening:...
View ArticlePeter Baylies on "[Plugin: All in One SEO Pack] Notices because some $_POST...
Simon, Thanks for the patch! This will be fixed in the next major release of All in One SEO Pack.
View ArticleSimon Wheatley on "[Plugin: Polldaddy Polls & Ratings] Patch to fix PHP notice"
Hi, I noticed a PHP notice (ahem) while trying out Polldaddy, and as it's easily fixed, here's a patch… Cheers, Simon Index: polldaddy.php...
View ArticleSimon Wheatley on "[Plugin: Google Analytics Dashboard] Patch for a minor issue"
Hi @carson-mcdonald, thanks for this plugin! Line 70 on gad-admin-options.php uses user levels not capabilities, which triggers a deprecated notice. It could be changed to the following to avoid this:...
View ArticleSimon Wheatley on "[Plugin: Google Analyticator] Patch donation: Unminified...
I was just doing some digging around in your code, and noticed that you had an un-minifed version of the JS, but that it wasn't used at all … even if the SCRIPT_DEBUG constant was defined as true. If...
View ArticleVideo User Manuals on "[Plugin: Google Analyticator] Patch donation:...
This has been added. Thanks
View ArticleSimon Wheatley on "[Plugin: Google Analytics Dashboard] Fix for PHP notice"
Hi, When I run this plugin I see an error: Notice: has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0! Usage of user levels by plugins and themes is...
View ArticleSimon Wheatley on "[Plugin: Google Analytics Dashboard] Fix for PHP notice"
Here's another notice I, errr, noticed… When I go to authenticate, I see the following error: Notice: Undefined variable: gauth in...
View Articlerossanthony on "[Plugin: Google Analytics Dashboard] Fix for PHP notice"
Hi Carson, Great plugin, appreciate your efforts in developing this! Concerning the errors mentioned above, I'm curious to know whether it is still under active development and whether you plan on...
View ArticleJustin on "[Plugin: Google Analytics Dashboard] Fix for PHP notice"
Just as an FYI, you must turn on: define('WP_DEBUG', true); in wp-config.php to see these errors/notices. Please fix them in the plugin devs!
View Article"Unknown Login Key" caused by read only DB
My host is experiencing some issues with their Database, and this means the remote login JS in WP Mu Domain Mapping is failing as it cannot write the key/ID to the DB, doesn’t notices this is the case,...
View Article[Plugin: All in One SEO Pack] Notices because some $_POST vars not set
Hi @hallsofmontezuma I noticed some PHP notices in my error logs due to $_POST indexes being accessed when they are not set, and I created a patch to prevent this from happening:...
View ArticlePatch to fix PHP notice
Hi, I noticed a PHP notice (ahem) while trying out Polldaddy, and as it’s easily fixed, here’s a patch… Cheers, Simon Index: polldaddy.php...
View ArticlePatch for a minor issue
Hi @carson-mcdonald, thanks for this plugin! Line 70 on gad-admin-options.php uses user levels not capabilities, which triggers a deprecated notice. It could be changed to the following to avoid this:...
View ArticlePatch donation: Unminified code included but not used with SCRIPT_DEBUG
I was just doing some digging around in your code, and noticed that you had an un-minifed version of the JS, but that it wasn’t used at all … even if the SCRIPT_DEBUG constant was defined as true. If...
View ArticleFix for PHP notice
Hi, When I run this plugin I see an error: Notice: has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0! Usage of user levels by plugins and themes is...
View Article