Hotel works fine but how can I fix the error messages?

Planet

New Member
Jul 31, 2012
25
0
Hello, I'm hosting my hotel on my Linux VPS and it seems to work pretty good.
Although I get alot of error messages. Like this:
errormessages1.PNG

And this is what it looks like when you're logged in:
errormessages2.PNG


There must be a way to fix it, I just don't know how. Hopefully you know.
And I know XAMPP is not the best program for hosting it and I know v26 hotels are oldish, but whatever.
I do also know that Linux is not a good operating system for hosting a hotel. I do know.

Thanks in advance :)
 

Weasel

👄 I'd intercept me
Nov 25, 2011
4,132
2,457
Change error reporting in your php.ini (recommended, because it affects all files and can be changed easy) or add error_reporting(0); in the top of all your files with these errors.
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,907
Change error reporting in your php.ini (recommended, because it affects all files and can be changed easy) or add error_reporting(0); in the top of all your files with these errors.

With PHPRetro, you only need to add 'error_reporting(0);' to core.php or config.php (a file called in every other file).
 

Weasel

👄 I'd intercept me
Nov 25, 2011
4,132
2,457
With PHPRetro, you only need to add 'error_reporting(0);' to core.php or config.php (a file called in every other file).
Didn't know that, to improve this, instead of error_reporting(0); use ;

With this, you don't turn off fatal errors, like "unexpected {".
 

Users who are viewing this thread

Top