I understand, thank you!
After the change i get this Error in ispCP:
Code:
Error while authenticating!
with enabled SSL.
I tested it now with non SSL. There the URL is ok, but the auth doesn´t also not work. I only get the PMA Loginpage.
But no Error in ispCP. Checked my config.inc.php which is up2date with the trunk.
Code:
/* Parameters set by ispCP */
$cfg['Servers'][$i]['user'] = $_POST['pma_username'];
$cfg['Servers'][$i]['password'] = $_POST['pma_password'];
....
$cfg['Servers'][$i]['controluser'] = 'pma';
$cfg['Servers'][$i]['controlpass'] = 'mypassword';
Looks ok for me. Maybe the controlpass is the Problem ?
I copied it simple from my old config.inc.php to the new one from the trunk.
Is this the same "pma" user in my MySQL DB that we use?
If so, i can set it again in the MySQL DB an in the Config.
Or better, what is exactly needed for the autologin ? So i can take a look about it.
Saw that a Ticket is open about the PMA User -->
http://www.isp-control.net/ispcp/ticket/1676[/code]
But i did the Update manually so this could not be the problem in my case.
Greez BeNe