Viewing 1 replies (of 1 total)
  • Thread Starter subfight

    (@subfight)

    Ok I just found the problem

    Completely at the bottom of the php file of the plugin, you must erase the &

    So, instead of…

    $ps_disable_auto_formatting =& new ps_disable_auto_formatting();

    You must have…

    $ps_disable_auto_formatting = new ps_disable_auto_formatting();

Viewing 1 replies (of 1 total)
  • The topic ‘I also have error message in debug mode’ is closed to new replies.