Initial configuration Error

Discussion in 'Installation/Configuration' started by fisherofer, Nov 29, 2010.

  1. fisherofer

    fisherofer Member

    >> Initial configuration

    PHP Notice: Undefined variable: distver in /tmp/ispconfig3_install/install/lib/install.lib.php on line 135
    PHP Notice: Undefined variable: distid in /tmp/ispconfig3_install/install/lib/install.lib.php on line 135
    PHP Notice: Undefined variable: distbaseid in /tmp/ispconfig3_install/install/lib/install.lib.php on line 135

    i try to install ispconfig without quata mail and dns
    please help
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats ok and can be ignored. You just have a wrong error level configuration in your php.ini file. The error log level to run ispconfig is:

    error_reporting = E_ALL & ~E_NOTICE
     
  3. fisherofer

    fisherofer Member

    i wish i can ignore
    but the installation ends after
    PHP Notice: Undefined variable: distbaseid in /tmp/ispconfig3_install/install/lib/install.lib.php on line 135
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Which distribution do you use? Which tutorial (URL) did you use to set up the system?
     
  5. fisherofer

    fisherofer Member

  6. fisherofer

    fisherofer Member

    i need help please
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    And you are really sure that you use the latest ispconfig 3.0.3 stable release, downloaded from ispconfig.org website?
     
  8. fisherofer

    fisherofer Member

    yes i am
    i download the latest version from the site
     
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    Check again that you changed the error reporting level in the correct php.ini file. If error reporting is set to "error_reporting = E_ALL & ~E_NOTICE", then you can not get a line that starts with "PHP Notice" on the shell.
     
  10. fisherofer

    fisherofer Member

    erase and resintall the ispconfig files fixed it
    but now i have

    error to login to sql with the root password

    and thanks
     
  11. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you enter "localhost" as mysql server name as the installer suggested? And you are able to login with the command?

    mysql -h localhost -u root -p
     
  12. fisherofer

    fisherofer Member

    mysql -h localhost -u root -p
    Enter password:
    ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib /mysql/mysql.sock' (2)
     
  13. fisherofer

    fisherofer Member

    sorry after i restart mysqld ( centos )
    [root@localhost ~]# mysql -h localhost -u root -p
    Enter password:
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
     
  14. till

    till Super Moderator Staff Member ISPConfig Developer

  15. fisherofer

    fisherofer Member

    many thanks
    it saved me
     

Share This Page