• Hi,
    I have this PHP error : PHP Fatal error: Uncaught Error: Call to undefined function get_filesystem_method() in /wp-content/plugins/wp-hide-security-enhancer/modules/components/rewrite-new_theme_path.php:769

    Is it possible to be an incompatibility with a plugin like WPRocket ?

    Theme : Rey
    Hosting : Closte
    Plugins activated : Advanced Shipment Tracking for WooCommerce, Boxtal Connect, CheckoutWC, Elementor, Elementor Pro, FluentSMTP, Google Tag Manager for WordPress, Lazy Load Background Images for Elementor, Lord of the Files: Enhanced Upload Security, ManageWP – Worker, Nextend Social Login, Nextend Social Login Pro Addon, One Click Demo Import, OoohBoi Steroids for Elementor, Perfmatters, Piotnetforms, Piotnetforms Pro, Preview E-mails for WooCommerce, Regenerate Thumbnails, Rey Core, SEOPress, SEOPress PRO, TrackShip for WooCommerce, WebP Express, WooCommerce, WooCommerce Photo Reviews Premium, WooCommerce Stripe Gateway, WP Hide & Security Enhancer, WP Rocket, WP-Optimize – Clean, Compress, Cache, YITH WooCommerce Barcodes Premium

    I can give you access if needed

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Playzare

    (@playzare)

    Okay i fixed it by removing the if condition here (line 760):

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

    replace by :

    require_once (ABSPATH . '/wp-admin/includes/file.php');
    WP_Filesystem();
    Plugin Contributor Maya

    (@tdgu)

    Hi,
    Somehow the $wp_filesystem global variable appears to be set by another code, still not correctly as not a filesystem object. Probably another plugin does that.
    We will update that area in the next plugin version to avoid such issues.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP fatal error – rewrite-new_theme_path.php:769’ is closed to new replies.