• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Website - about error report

mbruzaca

New Member
Joined
Jun 8, 2012
Messages
93
Reaction score
1
Location
Brazil
Hello guys, I have a page in my website that when I try to access, it's blank, thats happening because there are some error, but I can't see the error details, just a blank page.

I had that problem before and a friend helped me, it's about enabling error report of PHP or something..

Can anyone help me with this? I'm using Ubuntu.

Thanks!
 
Put this lines in index.php just after <?PHP or something like that.

PHP:
error_reporting( E_ALL ); 
ini_set( 'display_errors', 1 );
 
Last edited:
Back
Top