Posts Tagged ‘Error Log’
1 item.




(3 votes, average: 5.00 out of 5)There are a few hosts that do not give you an easy ability to see php errors that might happen. The first step is to edit your wp-config.php in your installation root directory.
Add these lines:
// Tell wordpress to enable error reporting
define(‘WP_DEBUG’, 1);
// Do *not* display errors to the screen
define(‘WP_DEBUG_DISPLAY’, 0);
// Tell wordpress to create [...]
© 2009-2010 Philip M. Hofer (Frumph)
Controlling the world with WordPress with ComicPress
|Subscribe: RSS
66 queries. 0.546 seconds.