PDA

View Full Version : cannot add/change/configure default server


hell
12th January 2007, 16:15
hi guys

i followed the howtoforge guides to install centos 4.4 and ispconfig.
installation of both of them went fine :D

when i connect to the admin webinterface, under 'management/server', if i want to change the settings of the default 'Server 1', it doesn't seem to save the configuration... am i missing something? whats wrong? :confused:

without those settings, i cannot set up anything else... :(

any help? tnx

till
12th January 2007, 16:21
Did you install the mysql dump manually?

hell
13th January 2007, 12:22
YES! i got an mysql error during ispconfig install, so i was looking for the sql file in the install source and imported it manually into the mysql db.

it seemed to work fine... (adding users, resellers, etc.)... except for the servers... :(

shall i drop the tables/database and reinstall ispconfig?

greetings from switzerland :)

till
13th January 2007, 13:40
Importing the SQL dump in ISPConfig does not work, because the data gathered by the setup script is missing in the server settings.

1) Uninstall ISPConfig:

/etc/init.d/ispconfig_server stop
rm -rf /root/ispconfig/
rm -rf /home/admispconfig

Then delete the ISPConfig mysql database.

2) Before you install ISPConfig again, make sure that:

- no database exists with the name that you enter in the iSPConfig installer.
- You use a mysql username that has the same priveliges then the mysql root user.
- the password of the mysql user does not contain any special characters like these: §$%&/()"'?^<>|

hell
16th January 2007, 16:56
worked perfect! many tnx, till!