At the moment, the Creole wiki parser is throwing a heap of E_DEPRECATED errors in PHP7, that's because the developer used the name of the class as the constructor. Since Creole hasn't been updated in 5+ years, I would recommend forking the project and updating it ourselves.
At the moment, we can hide errors by setting the error_reporting flags in the index.php file:
At the moment, the Creole wiki parser is throwing a heap of E_DEPRECATED errors in PHP7, that's because the developer used the name of the class as the constructor. Since Creole hasn't been updated in 5+ years, I would recommend forking the project and updating it ourselves.
At the moment, we can hide errors by setting the error_reporting flags in the index.php file:
But this is what it looks like when you don't: