ispCP - Board - Support
Updating 1.0.7 to 1.1.0 beta 1 - Error Rebuilding customers config files - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Update/Upgrade (/forum-44.html)
+--- Thread: Updating 1.0.7 to 1.1.0 beta 1 - Error Rebuilding customers config files (/thread-14146.html)

Pages: 1 2


RE: Updating 1.0.7 to 1.1.0 beta 1 - Error Rebuilding customers config files - RatS - 06-12-2011 04:45 PM

Great, thank you for your update!


RE: Updating 1.0.7 to 1.1.0 beta 1 - Error Rebuilding customers config files - schmel - 06-12-2011 10:51 PM

sometimes helps to restart the apache


RE: Updating 1.0.7 to 1.1.0 beta 1 - Error Rebuilding customers config files - oddyutza - 07-05-2011 11:12 PM

as a quick workaround:
1. in file ispcp-update
line 483 :
Code:
DBI:mysql:$main::db_name:$main::db_host", $main::db_user, $main::db_pwd
change to
Code:
DBI:mysql:$main::db_name:$main::db_host", $main::username, $main::password
run the setup again, i'll throw an error, but it will get to the next step and it will finish

2. go to mysql ispcp db select table domains and change
Code:
domain_status
from
status : "ok"
to
status : "change"

3. run ./ispcp-rqst-mngr from your compiling folder
eg
<folder>/engine/ispcp-rqst-mngr

4. restart apache

have fun Smile