Crashes after last update (mock_style_manager_config.php)
-
I just update the Customify plugin and my whole WordPress was down.
I think you might have forgotten to remove one of the lines from the plugin_config file.In case someone else experience the same problem. I was able to solve it by:
1) Disable the plugin (just change the name of the $HOME/public_html/wp_content/plugins/customify folder)
2)Edit this file
$HOME/public_html/wp_content/plugins/customify/plugin_config.php
commenting the next line:
// Load our mock customizer section
// @todo Remove this at some point.
//require_once $basepath . ‘mock_style_manager_config.php’;Not sure if that will be good enough, but as a temporary workaround seems to work
- The topic ‘Crashes after last update (mock_style_manager_config.php)’ is closed to new replies.