| Hiding Fatal Errors on Wordpress
|
adder

msg:4352004 | 1:49 pm on Aug 16, 2011 (gmt 0) | Hi, I was wondering if there's a way to display a blank page on Wordpress when a certain script is called out of context. For example, if I enter mydomain/wp-content/themes/mytheme/single.php in the browser bar and hit enter, it will say: Fatal error: Call to undefined function get_header() in /home/myusername/public_html/whatever/wp-content/themes/mytheme/single.php on line X This is obviously a great way for the offender to sniff out my CP username. Do I just turn the errors off or what? Thanks!
|
ergophobe

msg:4352769 | 4:34 pm on Aug 17, 2011 (gmt 0) | You have to set PHP (in php.ini) to *log* errors but not to *display* them. This will result in a blank white page to the user, but you still have the error data for debugging.
|
|
|