I've successfully installed ISPconfig. But after I login to HTTPS control panel and try to switch to any tab from ISP Manager, I get the following warnings on empty page. So I even can't change admin password!
It looks as ISPConfig has not been installed completely on your server. 1) Did you get any errors after the installation. 2) Did you craete the mysql database for ISPconfig manually?
It seems like module name is not stored in session. I tried to specify it on before line 241 of session.inc.php: PHP: $go_info["modul"]["path"] = 'isp_dns'; and DNS manager page was partially loaded.
Ok, then you should check that your browser allows sessions and that none of your harddisk partitions is full.
Of course my browser allows sessions: I've logged in here somehow You mean partition where session files are stored? It's not full. I can see how the files are created.
Ok, i executed and it has shown that session record exists. A cookie corresponding to the session id is also set in browser.
I've localized the problem. Session values are truncated and not stored properly when they contain non-ASCII symbols like ä My MySQL server uses UTF-8 character set by default. What charset is required by ISPconfig? What charset does it use in MySQL connection?