grindlay
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to fix Too few arguments to function WP_Widget::__construct() ?This is a bug in WP core, right?
We shouldn’t have to edit functions in WP core to fix bugs!
Sorry guys, I got this message from cPanel today:
WordPress Ultimate Dashboard plugin <= 3.7.11 – Cross Site Scripting (XSS) vulnerability.
Work in progress?Forum: Reviews
In reply to: [Memcached Object Cache] Fatal errorFolks, having used the
object-cache.phpfile today, a few comments.
You only need the one file, no need to install the plugin via the usual routine.
I had to manually generate a 64-char random string for thewp_config.phpfile.
On my server, I made the mistake of confusingmemcachewithmemcached.
Install memcached on the server first.
If you use WHM, you can useModule Installers > PHP PECL Installerto install the Memcache module. Remember that you need to do this for all the versions of PHP on your system.
So, server first, install memcached and test.
Next, install memcache PECL module.
(Remember to restart your webserver/php-fpm for changes to take effect)
Finally, copyobject-cache.phpto you /wp-content folder.
Good luck.Understood, thanks for the reply Peter. May I suggest (as a dev request) that the WF plugin checks for DB errors, and if found, aborts the scan? I know that there can be many different DB errors reported, but it seems sensible to abort an operation rather than fill the PHP error log with ~ 10GB of messages, especially in environments where disk space may be at a premium.
Cheers
GForum: Fixing WordPress
In reply to: Possible bug in error logging v5.9.2 WP_Upgrader::create_lockGood point, thanks for flagging that up.
https://ww.wp.xz.cn/support/topic/wordfence-error-logging-possible-bug-with-wp-5-9-2/#new-topic-0Forum: Plugins
In reply to: [Contact Form 7] Validate your contact forms Issue MultisiteLooks like an issue with PHP8.x :
https://ww.wp.xz.cn/support/topic/fatal-error-with-recent-update-3/
If available, a quick fix might be to use PHP7.4Forum: Plugins
In reply to: [Contact Form 7] Unable to edit contact forms since 5.5 updateForum: Plugins
In reply to: [Contact Form 7] Fatal Error With Recent UpdateYes, we are on PHP 8.0.11.
I’ve confirmed that setting the account to use PHP 7.4 fixes this issue.- This reply was modified 4 years, 7 months ago by grindlay.
Forum: Plugins
In reply to: [Contact Form 7] Fatal Error With Recent UpdateFor clarification, the forms themselves are working okay, the bug is in the back-end wp-admin. The page for managing CF7 5.5 is returning nothing (unless you have WP_DEBUG set to on)
- This reply was modified 4 years, 7 months ago by grindlay.
Forum: Plugins
In reply to: [Contact Form 7] Fatal Error With Recent UpdateYes, I have same issue too this morning with 5.5:
[11-Oct-2021 11:54:09 UTC] PHP Fatal error: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, string given in /home/site/public_html/wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php:284- This reply was modified 4 years, 7 months ago by grindlay.
I’m getting this error on a WP 5.8.1 and I don’t have the Post SMTP plugin installed. It’s a multisite.
Forum: Networking WordPress
In reply to: Theme editor in multi-site – can’t edit PHP filesClarification – error occurs ONLY if the theme is active in the MAIN site. When it is active in additional sites but inactive in the main site, theme PHP files can be edited without problems.
Forum: Plugins
In reply to: [Contact Form 7] ReCaptcha does not workIs there anything in your PHP error log?
Forum: Themes and Templates
In reply to: [Twenty Twenty] How to easily customize font styles?I agree, it is incredibly annoying that something as simple as changing the default paragraph font should require such gymnastics. Twenty Twenty seems to ignore every additional CSS rule, no matter where it’s placed.
Saying that, the Google Fonts Typography plugin is excellent and does the job very effectively.- This reply was modified 6 years ago by grindlay.
Hmmm… next step would be to look in the apache log and see if it says the page loaded OK. Suspect it will as it’s a blank page but you never know for sure until you look.