• Resolved CoFOX

    (@coyotech)


    FastCGI: server “xxxxxx” stderr: PHP message: PHP Fatal error: Uncaught Error: Call to a member function get_results() on null in xxxxxx.com/wp-content/plugins/mobiloud-mobile-app-plugin/categories.php:15
    FastCGI: server “xxxxxx” stderr: Stack trace:
    FastCGI: server “xxxxxx” stderr: #0 xxxxxx.com/wp-content/plugins/mobiloud-mobile-app-plugin/get_categories.php(40): ml_categories()
    FastCGI: server “xxxxxx” stderr: #1 {main}
    FastCGI: server “xxxxxx” stderr: thrown in xxxxxx.com/wp-content/plugins/mobiloud-mobile-app-plugin/categories.php on line xxxxxx.com/wp-content/plugins/mobiloud-mobile-app-plugin/categories.php:15

    Hello I am constantly getting this error in our logs. I believe it is causing short crashes on our site. Is there anyway I can fix this.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Vitor Argos

    (@vitorargos)

    Hello there,

    Our team is looking into this issue.

    We will provide more details once we have a solution.

    Thanks!
    Vitor

    Plugin Author Vitor Argos

    (@vitorargos)

    Hi Tecoyo,

    The problem has been resolved by adding the following lines to the very beginning of the wp-content/plugins/mobiloud-mobile-app-plugin/get_categories.php file:

    // Exit if accessed directly
    if ( ! defined( 'ABSPATH' ) ) exit;
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error in log Possible crashing’ is closed to new replies.