cannot login to admin panel
-
My site is idrivevideo.com, cannot access anymore the dashboard through admin account. I put the right credential and does not do anything. I went through the suggested steps on the page and nothing solved the problem. Can somebody help please ?
-
Have you checked your .htaccess file? Please add the code here if you are not sure if it looks ok.
There are few things more we need to check like the plugins and theme functions but let’s check .htaccess first.
Hi, I cannot find this .htaccess file anywhere. Where should be located ?
In the same folder as your wp-config.php file but you should be aware that some FTP clients hide .htaccess files by default. So ensure that your client is set to display all files
Got it thanks! I have two one that sits under public_html directory and looks like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
and the other one sits under the plugin directory public_html/wp-content/plugins/facebook-import-comments and looks like that:
Order deny,allow
Deny from allI also just realized that I have a second (older) wordpress installation under idrivevideo.com/home. On this one I can login but it is the standard default installation that came with wordpress (no plugins, no added posts etc.)
It looks your .htaccess fine.
Do you remember what you were doing (or have done) when the problem happened like installing plugins or modifying theme files?
I think that last thing I did was changing the setting for the lightword theme like the default setting for the header title (height and width). I remember this was giving an error. Then I made a few changes on the function.php file of the same theme to allow subscribers to see private content and redirect them to the home page after login. I installed a few plugins, maybe there is some of them that are not compatible with each other.
Here are my plugins ( at the momemnt disabled)
/public_html/wp-content/_plugins/_akismet
/public_html/wp-content/_plugins/_crawlable-facebook-comments
/public_html/wp-content/_plugins/_facebook-comments-for-wordpress
/public_html/wp-content/_plugins/_facebook-import-comments
/public_html/wp-content/_plugins/_facebook-social-plugins
/public_html/wp-content/_plugins/_image-slideshow-pearlbells
/public_html/wp-content/_plugins/_options-check
/public_html/wp-content/_plugins/_options-framework
/public_html/wp-content/_plugins/_photo-gallery-pearlbells
/public_html/wp-content/_plugins/_photonic
/public_html/wp-content/_plugins/_simple-facebook-comments-for-wordpress
/public_html/wp-content/_plugins/_zoltonorg-social-pluginCan you please paste your functions.php to see if it contains any error?
I do not know how pastebin works, I pasted the code but I do not know what and how to check. Do you want me to share the code ?
After you submit your code in pastebin, copy and paste the url here.
ok, thanks, http://pastebin.com/QQQ5D05P
DO you see anything wrong in the code ?
Hey idrivevideo,
It seems your site is running ok now?
My site is running ok now because I reactivated the theme directory but I still have the same issue with the login as administrator. It does not redirect me to the dashboard but it stacks to the login page.
Can you try with what MichaelH suggested here?
http://ww.wp.xz.cn/support/topic/cant-log-in-to-dashboard-after-fantastico-upgrade-to-261If it doesn’t solve the issue, you may want to re-install the wordpress.
Hi I removed the wordpress installation through Fantastico, then I reinstalled WordPress. Initially it was ok but now I get the same problem, No login to the dashboard from the wp-admin page. DOes anybody has an explanation for that ?
The topic ‘cannot login to admin panel’ is closed to new replies.