newest version from the git (I've used the tutorial for migration from the wiki...)
Mysql is in version 5.1.66-0+squeeze1
the migrationscript had no critical errors, in the log of the migrationscript are only 4 rows...but nothin about a critical error, only this:
insserv: warning: script 'apf' missing LSB tags and overrides
[hr]
There seems to be a mistake in the installer-script.
I did the following to resolve the problem:
manual cration of the database imscp_roundcube
manual setting of privileges of the user roundcube_user with a spezific password
# mysql -u privileguser -p
> create database imscp_roundcube;
> GRANT ALL PRIVILEGES ON imscp_roundcube.* TO username@localhost IDENTIFIED BY 'password';
Then I've reapplied running the installscript and all thinks went (almost) fine.
The Domains are reachable, the login in the new i-Mscp for admin and resellers possible, only the "Frontpages" of the users the old one, and therfore the links to the Controlpanel are wrong...
Thanks a lot for the good work of the i-mscp-Team, its awasome...