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();