Virtual users & Domains - change_sqlpass error

Discussion in 'HOWTO-Related Questions' started by thavaht, Dec 12, 2009.

  1. thavaht

    thavaht New Member

    Following this howto, I took long time struggling with “blank page after the SquirrelMail login”, after enabling change_sqlpass plugin.

    I concluded that the line that was giving problems was this one:
    $password_update_queries = array('UPDATE users SET password = %4 WHERE email = "%1"');

    What I was doing was commenting the existing line and replacing it with the former.

    It finally worked when I edited the existing line on place, and the blank page went away.

    Anyway, I’m not yet able to change password. Every try I receive the following message :
    Your old password does not match.

    Can any one point what is the problem?
    TIA,
    thavaht
     
  2. thavaht

    thavaht New Member

    It was just another configuration error on config.php. :)

    The system is ok now.

    Rgds,

    thavaht
     
  3. falko

    falko Super Moderator Howtoforge Staff

    The blank page was probably due to a syntax error in the config.php file. What does your full config.php look like when you get the blank page?
     

Share This Page