Edward Simpson
Forum Replies Created
-
Forum: Reviews
In reply to: [MC4WP: Mailchimp for WordPress] Fantastic plugin and top-notch supportStill a fantastic plugin with excellent support.
Forum: Fixing WordPress
In reply to: Fatal error: Call to a member function do_all_hook()@nc3man: If everything is working as expected on your site, leave the file renamed as object-cache-rename.php. At least, that’s what worked for me. If your hosting service provides caching, you can check that it is still working by examining the response headers from your site. You should see fields that correspond to the caching service your provider is giving you. For example, my service uses Varnish, so I see headers like this:
Via:"1.1 varnish" X-Varnish:"917076083"- This reply was modified 9 years, 3 months ago by Edward Simpson.
Forum: Fixing WordPress
In reply to: Fatal error: Call to a member function do_all_hook()That makes sense. Thank you, @macmanx, for bearing with me…and your hard work.
Forum: Fixing WordPress
In reply to: Fatal error: Call to a member function do_all_hook()When I upgraded to WordPress 4.7, my site went down hard. The debug.log file showed the following error:
PHP Fatal error: Call to a member function do_all_hook() on array in /home/.../wp-includes/plugin.php on line 837I tried everything listed in the WordPress 4.7 Master List. Nothing fixed the issue.
I saw reference in the forums to renaming wp-content/object-cache.php. I did that and it fixed the problem. I do not use W3 Total Cache. My hosting provider installed a Varnish HTTP Purge plugin.
Did I do the wrong thing?
Forum: Fixing WordPress
In reply to: Fatal error: Call to a member function do_all_hook()The instructions at https://wordpress.org/support/topic/read-this-first-wordpress-4-7-master-list/ mention the wp-content/object-cache.php file in the context of the W3 Total cache plugin. I don’t have the W3 Total cache plugin, so I assumed that the instructions to remove wp-content/object-cache.php didn’t apply to me. It turns that I did have that file, even though I don’t have the plugin, and that I did need to remove the file.
I think it would be better if the instructions state that you might need to “remove the db.php, advanced-cache.php and object-cache.php files manually from the wp-content/ directory, even if you don’t have the W3 Total cache plugin.”
Forum: Plugins
In reply to: [Optimizely Classic] Optimizely plugin 3.7.1 hangs while creating experimentForum: Plugins
In reply to: [Title Experiments Free] Jetpack Recent Posts widget shows random titlesIt turns out the widget is not from Jetpack, but rather part of the Jupiter theme (the “JP” stands for Jupiter, apparently). So I’m closing this topic so I can open a new topic with accurate information. Sorry about the error.
Forum: Reviews
In reply to: [MC4WP: Mailchimp for WordPress] Fantastic plugin and top-notch supportI meant to say: Generates a unique shortcode for each form.
Forum: Plugins
In reply to: [Optimizely Classic] Optimizely plugin 3.7.1 hangs while creating experimentMarking this as resolved.
Forum: Plugins
In reply to: [Optimizely Classic] Optimizely plugin 3.7.1 hangs while creating experimentHi @bradtaylorsf. I checked the browser console. Good idea. I found that the request sent when I pushed the “Create Experiment” button was returning a 403 response. That would explain the behavior. Here’s the response info:
status:403 message:"Your account plan does not allow conditional activation of experiments."I switched to Immediate Activation Mode and now I’m able to create an experiment. Thank you for the tip!
Now I’m having problems getting the Variation Code to work. But that’s another story.
Forum: Plugins
In reply to: [Optimizely Classic] Optimizely plugin 3.7.1 hangs while creating experimentI haven’t figured out a fix yet. I’m trying to get help from Optimizely, but no success yet. If anyone out there has a suggestion, please let me know. Thanks!