![]() |
Update from rc6 to svn - 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: Update from rc6 to svn (/thread-4765.html) |
Update from rc6 to svn - aseques - 10-23-2008 08:18 PM Hi, since the bugs for the next release are starting to decrease, I've tryied to ugrade an rc6 to the svn, following the usual upgrade menu. I've choose "Upgrade from rc5" since there's no "Update from rc6" yet. The upgrade failed in /var/www/ispcp/engine/ispcp-rqst-mngr line 377. It seems to use the table subdomain_alias, that the script hasn't created yet. What would be the best option now: 1.- Wait for the "Update from rc6" option to be created 2.- Create the table by hand looking at the specs 3.- Use the updatenightly script Shall I open a ticket for this, or since is work in progress, I should wait... Cheers Ups, wrong category, it should be on update/upgrade, sorry about that ... RE: Update from rc6 to svn - xister - 10-23-2008 08:21 PM sci2tech is working on advanced new script. see this posting: http://www.isp-control.net/forum/showthread.php?tid=4742&pid=38572#pid38572 RE: Update from rc6 to svn - aseques - 10-23-2008 08:58 PM Ok, finally I choose for the nightly with the debug enabled. The relevant messages are DEBUG: push_el() sub_name: doSQL(), msg: Starting... DEBUG: push_el() sub_name: doSQL(), msg: ERROR: Incorrect SQL Query -> Table 'ispcp.subdomain_alias' doesn't exist Can't use string ("") as an ARRAY ref while "strict refs" in use at /var/www/ispcp/engine/ispcp-rqst-mngr line 377. For sure, this is what is breaking the update, I will create the subdomain_alias (maybe nightlyupdate should take care of that too?) and see what happens ... RE: Update from rc6 to svn - BeNe - 10-24-2008 12:15 AM Login into ispCP and run the Database Upgrade directly in the Admin Interface. This will create the new DB Structre. Then regenerate your configs... Greez BeNe RE: Update from rc6 to svn - aseques - 10-24-2008 12:37 AM After a lot of "stracing" i finally managed to discover why I couldn't open the man login screen. It's not the first time it happens to me after an upgrade. (Without entering to the control panel, I could not do the update of the database) The variables were not replaced (at least using nightlyupdate), so I had a path in /etc/apache2/mods-enabled/fastcgi_ispcp.conf ponting to "/var/www/fcgi/master/php{PHP_VERSION}-fcgi-starter In wich step should be the variable replacement done? I am copied the working the ispcp.conf from /etc/ispcp to the svn directory hoping it was enough ... RE: Update from rc6 to svn - BeNe - 10-24-2008 12:42 AM Quote:It's not the first time it happens to me after an upgrade.How did you do the upgrade ?? Quote:The variables were not replaced (at least using nightlyupdate), so I had a path in /etc/apache2/mods-enabled/fastcgi_ispcp.conf ponting to "/var/www/fcgi/master/php{PHP_VERSION}-fcgi-starterLooks like you copied this file over your exist... Quote:In wich step should be the variable replacement done?Some during the setup like fastcgi/apache master and the other by regenerate the configs or adding a domain. Greez BeNe |