ec5774
Forum Replies Created
-
Forum: Plugins
In reply to: [Broken Link Checker] Had to disable the plugin to restore wp-adminAlso searching Google reveals another 43 sites which
1) have managed to get there error_log file into Google’s index and
2) are suffereing from the same error.https://www.google.co.uk/search?q=PHP%20Fatal%20error:%20%20Class%20%27blcModule%27%20not%20found%20in%20broken-link-checker\includes\containers.
Forum: Plugins
In reply to: [Broken Link Checker] Had to disable the plugin to restore wp-adminWe are using WordPress 3.7 and have found that suddenly without warning wp-admin became inaccessible and the following error appeared in the error log:
[27-Apr-2014 10:17:46 UTC] PHP Fatal error: Class ‘blcModule’ not found in \wp-content\plugins\broken-link-checker\includes\containers.php on line 11
We couldn’t even get into WordPress to disable the plugin so we had to rename the broken-link-checker.php file to restore access.
Forum: Plugins
In reply to: [Look-See Security Scanner] Comparatively slow scan on one serverHi bobfolio
I’ve updated the plugin on my Linux machine and it’s certainly faster, the scan completes in seconds rather than minutes. And now the Linux system beats the Windows system easily.
(I also had to turn off WP_DEBUG in the mean time because I upgraded to PHP5.5 and was affected by http://core.trac.wordpress.org/ticket/21663#comment:117, but this shouldn’t make any difference for these purposes)
Thanks very much – both points seem to be fixed.
Forum: Plugins
In reply to: [Look-See Security Scanner] Comparatively slow scan on one serverHi bobfolio,
Thanks for your reply.
The core scans are also much slower on the Linux system.
I’ll search around for php benchmarking information but it is very odd as page loads are actually faster on the Linux system than the Windows one – according to in-browser developer tools, the WP-Admin page is generated in 533ms on the Windows server and 169ms on the Linux server, so for general browsing the Linux server is unquestionably faster. That’s why I was so surprised that the security scanner ran so slow on that system.
Forum: Plugins
In reply to: [Theme Check] Mixed Content Warning with Secure AdminYes this fixes it.
Suggestion: you could include this change in any future version of the plugin for others who might be using SSL Admin.
Thanks
Forum: Plugins
In reply to: [Look-See Security Scanner] User Sessions are Unecrypted WarningHi blobfolio
Thanks for your reply.
I guess my question is why is it necessary to check for FORCE_SSL_LOGIN if FORCE_SSL_ADMIN is already set since this covers the login page too as per the official documentation at http://codex.wordpress.org/Administration_Over_SSL#To_Force_SSL_Logins_and_SSL_Admin_Access?
Hence if FORCE_SSL_ADMIN alone is set, surely this should be enough to deactivate the warning?
Thanks again