classipress 3.2 cannot access wp-admin
Hello, I have a big issue with classipress 3.2 on my site
www.annunci-ticino.ch . The front end is ok, but when I type
www.annunci-ticino.ch/wp-admin I receive this error message :
Not Found
The requested URL /login/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I have read this post on the official wordpress web site
http://codex.wordpress.org/Login_Trouble . This is what they suggest to try:
Deactivate Theme
Rename the active theme folder (in wp-content/themes) by using FTP. Once renamed, WordPress will revert to using the WordPress Twenty Eleven theme. When finally logged in, change to a different theme.
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'); ?>
and following their advices I have tried to rename the folder themes/classipress that contains the theme. Then I was able to login the backend. So it looks like it is a theme issue.
I did not understand what I have to do with the code they suggest to upload and run (where I have to upload that code?how to run it?)...
Anyone is having the same issue? Any suggestion?
Thanks,
Sergio
www.annunci-ticino.ch