Viewing 15 replies - 1 through 15 (of 16 total)
  • 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.

    Thread Starter idrivevideo

    (@idrivevideo)

    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

    Thread Starter idrivevideo

    (@idrivevideo)

    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 all

    I 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?

    Thread Starter idrivevideo

    (@idrivevideo)

    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-plugin

    Can you please paste your functions.php to see if it contains any error?

    Use http://pastebin.com/

    Thread Starter idrivevideo

    (@idrivevideo)

    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.

    Thread Starter idrivevideo

    (@idrivevideo)

    Thread Starter idrivevideo

    (@idrivevideo)

    DO you see anything wrong in the code ?

    Hey idrivevideo,

    It seems your site is running ok now?

    Thread Starter idrivevideo

    (@idrivevideo)

    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-261

    If it doesn’t solve the issue, you may want to re-install the wordpress.

    Thread Starter idrivevideo

    (@idrivevideo)

    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 ?

Viewing 15 replies - 1 through 15 (of 16 total)

The topic ‘cannot login to admin panel’ is closed to new replies.