• Resolved Robert

    (@elvaron)


    Hi!

    I probably have a similar problem, as already reported on the forum.

    When I run plugin along with Mobile Menu or All-in-One Event Calendar activated then frontpage and admin panel is a blank page (server error 500) and in the Apache error.log I get the error message:

    PHP Fatal error: Call to a member function stat() on boolean in /www/docs/wp-content/plugins/ssh-sftp-updater-support/class-wp-filesystem-ssh2.php on line 253

    Robert

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author David Anderson

    (@davidanderson)

    Hi Robert,

    This error occurs if you have code that calls the WP_Filesystem function incorrectly, carrying on blindly after receiving an error (rather than checking codes returned). As such, the thing to do is to report it to the plugin author.

    Looking in the first plugin you mention, it calls the WP_Filesystem API but does not check the result, and does not check whether any credentials are needed, but just carries on.

    David

    Thread Starter Robert

    (@elvaron)

    Hi David,

    Thank you for your answer. So I will write on their support forum. Thanks again ??

    Robert

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP Fatal error: Call to a member function stat() on boolean’ is closed to new replies.