Strict Standards: Accessing static property (whatever it says; quite random stuff and files)
To fix, navigate on over to /phpvms/core/classes/CodonModule.class.php and open it with your code editor. Right after the opening PHP tag (the tag looks like “<?php”), or hit enter to put a new line underneath it, put the following code:
ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);