Hi, I've just installed ISPConfig on Gentoo linux. logging in as admin with pass admin doesn't work. I ran a script to troubleshoot the install. It shows: /root/ispconfig/php/php -q /tmp/test_ispconfig.php ***************************** * ISPConfig Setup Test V 1.2 ***************************** Including Config: /home/admispconfig/ispconfig/lib/config.inc.php OK Database Host: 127.0.0.1 Database Name: db_ispconfig Database User: root Database Password found. Connected successfully to Database Selecting Database... Selected DB successfully Trying default login (user: admin password: admin)... Table 'db_ispconfig.sys_user' doesn't exist What should I do about this?
Also, Code: # /etc/init.d/ispconfig_server start Starting ISPConfig system... /root/ispconfig/httpd/bin/apachectl startssl: httpd started Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /root/ispconfig/scripts/lib/config.inc.php on line 47 No results found!FreshClam is already running! ISPConfig system is now up and running! #
According to the error message it looks as if the ISPConfig installation is not complete or you tried to install ispconfig in a database that already existed. But ISPConfig does not support gentoo, so it might be that it does not work at all. You might try to reinstall ispconfig after running /root/ispconfig/uninstall and make sure that you use the mysql root user to install ispconfig and that the database does not exist.
Thanks for the reply. I'm following the Perfect Server guide for installing ISPConfig on Gentoo... so it's supposed to work. Is this normal? Code: # /root/ispconfig/uninstall Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /root/ispconfig/scripts/lib/config.inc.php on line 47 No results found! #
And I'am a developer of ISPConfig and I tell you that gentoo is not a supported platform for ISPConfig. An there is no perfect server guide of the ispconfig project for gentoo, see ispconfig.org: http://www.ispconfig.org/documentation.htm If your setup is broken, then yes. Please make sure that you delete the database that you used for ispconfig manually.