Cannot Login to ISPConfig

Discussion in 'General' started by christensen143, Apr 18, 2012.

  1. christensen143

    christensen143 New Member HowtoForge Supporter

    I'm pretty sure I messed up something I just don't know what. I was working in web ui and I deleted a few websites. Then it locked up on me. So I tried to login again and now when I try to login it just clears the user name and password fields. I know I didn't forget my pass but I still went in and reset it back to "admin" inside the database and still no luck.

    I don't think the issue is just ISPConfig. I'm also having the same problem with phpMyAdmin. Same deal. Could login fine before this. Now when I attempt to login it just clears the fields.

    I have tried reinstalling ISPConfig and that did not work. I have rebooted the server several times.

    The server is Ubuntu 10.10 and I'm using the most up-to-date version of ISPConfig. Any help would be greatly appreciated.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This can be a problem with php > mysql connection then if it affects ispconfig and phpmyadmin. Please try to reinstall the php5-mysql package:

    apt-get install --reinstall php5-mysql

    then restart apache.
     
  3. christensen143

    christensen143 New Member HowtoForge Supporter

    Till you are a life saver! Thanks so much for the help and quick response!
     
  4. chrism12

    chrism12 New Member

    same issue

    i'm having the same issue however the the suggested fix doesnt work and i am still unable to login
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Plesae check if you are able to login to mysql with the username and password in the file /usr/local/ispconfig/interface/lib/config.inc.php
     
  6. chrism12

    chrism12 New Member

    i have just this morning descovered the problem, i had edited the php.ini file in /etc/php5/apache2/ to increase the file upload, and when i tried putting it back it fixed the login problem. i have also noticed that if i change the settings in ispconfig on the site settings page the same problem occurs.
     
  7. McLure

    McLure Member

    I also have similar problem.
    Customers sites working, but no access to ISPConfig or other https / 8080 services like phpmyadmin or webmail.
    2x Ubuntu 11.10 servers, both with Lasso 9.1.5 installed.
    http://www.lassosoft.com/Lasso-9-Server-Download

    This command ; apt-get install --reinstall php5-mysql

    End of result..
    .....
    debconf: DbDriver "config": could not open /var/cache/debconf/config.dat
    Setting up libssl1.0.0 (1.0.0e-2ubuntu4.5) ...
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_ALL to default locale: No such file or directory
    debconf: DbDriver "config": could not open /var/cache/debconf/config.dat
    dpkg: error processing libssl1.0.0 (--configure):
    subprocess installed post-installation script returned error exit status 1
    Errors were encountered while processing:
    libssl1.0.0
    E: Sub-process /usr/bin/dpkg returned an error code (1)

    /var/log/apache2/error.log

    [Sat May 05 01:23:32 2012] [warn] RSA server certificate CommonName (CN) `Roy Gabrielsen' does NOT match server name!?
    [Sat May 05 01:23:32 2012] [notice] Apache/2.2.20 (Ubuntu) DAV/2 mod_fcgid/2.3.6 PHP/5.3.6-13ubuntu3.7 with Suhosin-Patch mod_ruby/1.2.6 Ruby/1.8.7(2011-06-30) mod_ssl/2.2.20 OpenSSL/1.0.0e configured -- resuming normal operations
    [Sat May 05 01:41:21 2012] [notice] caught SIGTERM, shutting down
    [Sat May 05 01:41:22 2012] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Sat May 05 01:41:22 2012] [warn] RSA server certificate CommonName (CN) `Roy Gabrielsen' does NOT match server name!?
    [Sat May 05 01:41:22 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
    [Sat May 05 01:41:22 2012] [notice] Digest: generating secret for digest authentication ...
    [Sat May 05 01:41:22 2012] [notice] Digest: done
    [Sat May 05 01:41:22 2012] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Sat May 05 01:41:22 2012] [warn] RSA server certificate CommonName (CN) `Roy Gabrielsen' does NOT match server name!?
    [Sat May 05 01:41:22 2012] [notice] Apache/2.2.20 (Ubuntu) DAV/2 mod_fcgid/2.3.6 PHP/5.3.6-13ubuntu3.7 with Suhosin-Patch mod_ruby/1.2.6 Ruby/1.8.7(2011-06-30) mod_ssl/2.2.20 OpenSSL/1.0.0e configured -- resuming normal operations
    [Sat May 05 01:44:19 2012] [error] [client 157.55.17.146] File does not exist: /var/www/robots.txt
    [Sat May 05 02:38:34 2012] [error] [client 180.76.5.63] File does not exist: /var/www/wikihelp

    Is there any system update that has broken the certificate's?
     
  8. McLure

    McLure Member

Share This Page