• Fatal error: Uncaught Error: Using $this when not in object context. It does not like line 148 of the sms-notification-for-woocommerce.php file. If I take out “static” it works to install – but I want to make sure this isn’t going to cause other problems.

    Changing:
    public static function repute_sms_install()
    To:
    public function repute_sms_install()

    Allows it to install without an error.

  • The topic ‘Fatal Error on Install’ is closed to new replies.