Hello ;
Really ? You have enabled the debug mode ? So, what is the output of the ispcp-update script ?
If you want, We can help you directly on your server. If you are interested, please, send me a PM with the required informations such as IP, ssh access, mysql username/password.
Best Regards ;
(03-04-2010 03:33 PM)nuxwin Wrote: Hello ;
Really ? You have enabled the debug mode ? So, what is the output of the ispcp-update script ?
If you want, We can help you directly on your server. If you are interested, please, send me a PM with the required informations such as IP, ssh access, mysql username/password.
Best Regards ;
Edit:
I've found the problem:
Code:
...
DEBUG: push_el() sub_name: get_file(), msg: Starting...
DEBUG: push_el() sub_name: get_file(), msg: ERROR: File '/etc/ispcp/bind/working/111.118.163.105.db' does not exist !
DEBUG: push_el() sub_name: exit_msg(), msg: Starting...
[failed]
...
I'll fix it now.
Best Regards;
Edit:
Fixed!
Code:
Stopping Services:......... [done]
ispCP main configuration file
Loading old ispCP configuration file: [done]
Update ispCP configuration file: [done]
Check ispCP configuration file: [done]
ispCP database
Update ispCP database schema: [done]
Rebuilding all service configuration files
ispCP Crontab file: [done]
ispCP BIND main configuration file: [done]
ispCP PHP (fastCGI modules configuration): [done]
ispCP Apache main vhost file: [done]
ispCP Apache AWStats vhost file: [done]
ispCP Postfix configuration files: [done]
ispCP Courier-Authentication: [done]
ispCP ProFTPd configuration file: [done]
ispCP init scripts: [done]
Rebuilding all GUI configuration files
ispCP GUI BIND configuration: [done]
ispCP GUI fastCGI/PHP configuration: [done]
ispCP GUI vhost file: [done]
ispCP PMA configuration file: [done]
Rebuilding all customer configuration files
Please wait, this may take some time: [done]
Set engine and GUI permissions
Set engine permissions: [done]
Set gui permissions: [done]
Starting services:......... [done]
Congratulations, you updated ispCP '1.0.4 OMEGA' successfully!
Type http://admin.carbon.mobileitdept.com.au into your browser to log in
to your panel.
Rapport:
The failed state is due to the wrong value for the BASE_SERVER_VHOST parameter in your ispcp configuration file.
I've changed:
Code:
BASE_SERVER_VHOST = 111.118.163.105
to
Code:
BASE_SERVER_VHOST = admin.carbon.mobileitdept.com.au
And rerun the script.
Best Regards ;