3 3xupdate Active Member 557 2010 56 10 Mar 8, 2012 #1 Page 1,2 are OK but all the rest are not working. It shows blank page. I'm using WP 3.3.1 Please help. Thanks !!! Edit: I fixed. Mod please close.... Last edited: Mar 8, 2012
Page 1,2 are OK but all the rest are not working. It shows blank page. I'm using WP 3.3.1 Please help. Thanks !!! Edit: I fixed. Mod please close....
M mintcold Active Member 262 2011 85 20 Mar 8, 2012 #2 Check for any php errors , or better add this to the top of your header or index.php file of your theme PHP: <?php error_reporting(E_ALL); ini_set('display_errors', '1'); ?> And see if there are any errors.
Check for any php errors , or better add this to the top of your header or index.php file of your theme PHP: <?php error_reporting(E_ALL); ini_set('display_errors', '1'); ?> And see if there are any errors.