HI, it's my error:
Quote: Starting ispCP update
* Stopping services: ............ [ Done ]
ispCP main configuration file
* Loading old ispCP configuration file: [ Done ]
* Update ispCP configuration file: [ Done ]
* Check ispCP configuration file: [ Done ]
Pre-installation tasks for Debian
* Postgrey configuration (Updating listening port): [ Done ]
ispCP database
* Update ispCP database schema: [ Failed ]
[FATAL] An error occurred during update process!
Correct it and re-run this program.
Log files are stored in /var/log/ispcp/setup
You can also find help at http://isp-control.net/forum
/var/log/ispcp/setup/ispcp-update.log
Quote:getCmdExitValue() | Starting...
getCmdExitValue() | [DEBUG] External command exited with value 0
getCmdExitValue() | Ending...
sys_command('/bin/bash preinst upgrade') | Ending...
preinst() | Ending...
update_database_schema() | Starting...
get_file() | Starting...
get_file() | Ending...
sys_command_rs() | Starting...
system() | [DEBUG]
[ERROR]: Database update 40 failed:
SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'subdomain_url_forward'
Query: ALTER IGNORE TABLE
`subdomain`
ADD
`subdomain_url_forward` varchar(200) COLLATE utf8_unicode_ci DEFAULT NULL
AFTER
`subdomain_mount`;
sys_command_rs() | Ending...
getCmdExitValue() | Starting...
getCmdExitValue() | [DEBUG] External command exited with value 1
getCmdExitValue() | Ending...
exit_msg() | Starting...
exit_msg() | Ending...
del_file() | Starting...
del_file() | Ending...
Please tell my how to fix my problem ??
OK. I remove column subdomain_url_forward and subdomain_alias_url_forward and work
But this error is very interesting