• Resolved eckul

    (@eckul)


    Hi, I have site in which any user can create a login. I recently did a few tings to the site (mainly to the .htaccess file) and now when there is a log in error or anyone logs out the below happens:

    Firefox– Goes to /login/?login=failed and displays the below error
    The image “xxxxxxxx” cannot be displayed, because it contains errors.

    Chrome– Goes to /login/?login=failed and displays a broken image

    Internet explorer – Goes to /login/?login=failed and displays the only html of the page.

    I have undone all the changes I made before the problems started. The changes were as below.

    – installed a plugin called “email log in”
    – Added site compression to .htaccess
    – Added browser caching to .htaccess
    – installed WP super cache plugin

    I have now reversed all this but obviously something has gone bad during the process.

    Please help. Cheers

Viewing 1 replies (of 1 total)
  • Thread Starter eckul

    (@eckul)

    I think I have fixed it, looks like WP super cache was the problem. It left the below code in my wp-config, I removed it and it now works.

    define(‘WP_CACHE’, true); //Added by WP-Cache Manager
    define( ‘WPCACHEHOME’, ‘/home/apap6566/public_html/wp-content/plugins/wp-super-cache/’

Viewing 1 replies (of 1 total)

The topic ‘Log in and log out issues’ is closed to new replies.