So i tried to update my instalation from 1.0.5 to 1.0.7 (on a debian lenny) and i get some errors.
First of all i got the error with the MySQL password wich is explained and solved here:
http://isp-control.net/forum/thread-10465-page-2.html
Then it made an [FAILED] when trying to update the databse schema. I looked at the install log and it looks like this:
Quote:Stopping ispCP Network Traffic Logger: ispcp_network failed!
Stopping ispCP GUI-Backend communication Daemon: ispcp_daemon.
Stopping domain name service...: bind9.
Stopping ftp server: proftpd.
Stopping Postfix Mail Transport Agent: postfix.
Stopping Courier authentication services: authdaemond.
Stopping Courier POP3 server: pop3d.
Stopping Courier IMAP server: imapd.
[ERROR]: Database update 33 failed:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ispcp.config' doesn't exist
Query: DELETE IGNORE FROM
`ispcp`.`config`
WHERE
`config`.`name` = 'CRITICAL_UPDATE_REVISION'
;
After that i thourght "FUCK!" and restarted the server, it went up as normal, all services running and everything looks fine !BUT! when i login as admin on the web-UI (wich is the only user who can login) it tells me to update my database, i click the link and get this in return:
Quote:Database update 33 failed:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ispcp.config' doesn't exist
Query: DELETE IGNORE FROM `ispcp`.`config` WHERE `config`.`name` = 'CRITICAL_UPDATE_REVISION' ;
No usersers are able to login through the web-UI, but all services are working and running. I recieve mails and are able to send mails aswell. All the websites are online, but the admin panel is fucked for everyone els but the admin user.
Can anyone help me?
Hjarne