WP Help
WP Help
Out of context: Reply #7
- Started
- Last post
- 13 Responses
- acescence0
put this at the top of your page to turn on php error reporting and see what you get..
<?php
error_reporting("E_ALL");
ini_set("display_errors", "1");
?>
put this at the top of your page to turn on php error reporting and see what you get..
<?php
error_reporting("E_ALL");
ini_set("display_errors", "1");
?>