broges
Welcome To The Machine
- Mar 6, 2014
- 571
- 312
Hi,
Have you ever made a retro, and get all excited to start playing? But there are those stupid errors in the way, just like this one?
Well, here is a fix and it is very simple! What you want to do is go to your config in your htdocs > app > management > config and paste the following code:
Code:
<?php
error_reporting(0);
?>
The click save, and your errors should be gone!