Why is Theme Causing Login Trouble?
-
Trying to follow these instructions:
http://codex.ww.wp.xz.cn/Login_Trouble
Trying to diagnose why theme is causing login trouble, so above link says:
To find out what caused problem in the theme, upload and run this code when the theme is active:
<? ini_set(‘display_errors’,’1′); ini_set(‘display_startup_errors’,’1′); error_reporting (E_ALL);include(‘index.php’); ?>
But upload it how… Is this an edit to an existing file (which one?), or do I create a new file with only this in it? If so, what do I call it, and where does it go?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Why is Theme Causing Login Trouble?’ is closed to new replies.