• Hi,

    After updating your plugin there is a fatal error:

    Fatal error: Uncaught Error: Call to a member function mkdir() on null in …/plugins/breeze/inc/cache/config-cache.php:332

    Thanks,
    Tom

Viewing 11 replies - 1 through 11 (of 11 total)
  • addisonmarketingsolutions

    (@addisonmarketingsolutions)

    Same thing here. We updated to 1.1.9 on one of our sites without trouble, but another site (same hosting platform, same environment) generated the error above.

    Cloudways is not known for properly debugging their stuff. Poor QC strikes again.

    Uncaught Error: Call to a member function mkdir() on null in /public_html/wp-content/plugins/breeze/inc/cache/config-cache.php:332

    Stack trace:
    /public_html/wp-content/plugins/breeze/inc/cache/config-cache.php(304): Breeze_ConfigCache::write_config()

    #1 /public_html/wp-content/plugins/breeze/breeze.php(305): Breeze_ConfigCache::write_config_cache()

    #2 /public_html/wp-includes/class-wp-hook.php(287): breeze_check_for_new_version()

    #3 /public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters()

    #4 /public_html/wp-includes/plugin.php(478): WP_Hook->do_action()

    #5 /public_html/wp-settings.php(540): do_action()

    #6 /public_html/wp-config.php(73): require_once(‘/home/xxxx..

    Same here..

    Fatal error: Uncaught Error: Call to a member function mkdir() on null in */public_html/wp-content/plugins/breeze/inc/cache/config-cache.php:332 Stack trace: #0 */public_html/wp-content/plugins/breeze/inc/cache/config-cache.php(304): Breeze_ConfigCache::write_config(Array, false)
    #1 */public_html/wp-content/plugins/breeze/breeze.php(305): Breeze_ConfigCache::write_config_cache()
    #2 */public_html/wp-includes/class-wp-hook.php(287): breeze_check_for_new_version(”) #3 */public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
    #4 */public_html/wp-includes/plugin.php(484): WP_Hook->do_action(Array)
    #5 */public_html/wp-settings.php(557): do_action(‘init’)
    #6 /public_html/wp-config.php( in */public_html/wp-content/plugins/breeze/inc/cache/config-cache.php on line 332

    Same here:

    And the plugin page also mentions,

    Warning: This plugin has not been tested with your current version of WordPress.

    So is this error occurring only with the latest version of WordPress?

    I have a problem with two platforms

    Plugin Author adeelkhan

    (@adeelkhan)

    kindly uninstall and then install the latest version.

    Neo

    (@firefliespilots)

    Dear, i have the same problem.
    happy new year. Best regards

    Warning: array_merge(): Expected parameter 1 to be an array, null given in mysite.com/wp-content/plugins/breeze/inc/minification/breeze-minify-main.php on line 296

    Warning: array_unique() expects parameter 1 to be array, null given in mysite.com/wp-content/plugins/breeze/inc/minification/breeze-minify-main.php on line 297

    Warning: array_map(): Expected parameter 2 to be an array, null given in mysite.com/wp-content/plugins/breeze/inc/minification/breeze-minify-main.php on line 298

    Plugin Author adeelkhan

    (@adeelkhan)

    Could you please verify that the Cache system is enabled?

    Hello, everyone, does anybody got to fix this issue? i’ve the same problem and really don’t know what’s wrong.

    Hello guys, i still don’t know why the Breeze plugin shows this error but i was being able to make it work adding some lines of code on line 315 right after the openning of the function write_config() in the inc/cache/config-cache.php file

    if ( empty( $wp_filesystem ) ) {
    	require_once( ABSPATH . '/wp-admin/includes/file.php' );
    	WP_Filesystem();
     }

    This fix helped me to make the plugin works, but don’t really understand why stopped working in the first place.

    • This reply was modified 3 years, 9 months ago by Rubén López.
Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Fatal Error after update’ is closed to new replies.