• 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!

Windows Hey how to remove this from my website

devran124

Banned User
Joined
Jan 16, 2010
Messages
61
Reaction score
4
PHP:
A PHP Error was encountered

Severity: Warning

Message: include_once(C:\xampp\htdocs\templates\blackblue\topplayer.php): failed to open stream: No such file or directory

Filename: compile/47518b20e872667298067fd45bc9d32160a6cdac.file.index.tpl.php

Line Number: 233

A PHP Error was encountered

Severity: Warning

Message: include_once(): Failed opening 'C:\xampp\htdocs\templates\blackblue\topplayer.php' for inclusion (include_path='.;C:\xamppp\php\PEAR')

Filename: compile/47518b20e872667298067fd45bc9d32160a6cdac.file.index.tpl.php

Line Number: 233


How to remove it if you helped me i rep ++ u
 
Put on the far top of the page this happens (index.php probably) this:
Code:
error_reporting(0);

Or fix the errors (which is recommended), the above only hides the errors.
 
Back
Top