Ticket #1075 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

ispcp-update fails when upgrading from RC2

Reported by: JCD Assigned to:
Priority: major Milestone: ispCP ω 1.0.0 - RC4
Component: Backend (Engine) Version: ispCP ω 1.0.0 - RC3
Severity: Easy Keywords:
Cc:

Description

If you choose to update from RC2 (option 3 in the dialog) the update script fails.

I discovered the error in ispcp-update in line 775. It reads:

elsif ($main::ua{'update'} gt 3) {

As 3 isn't "greater than 3" this should be:

elsif ($main::ua{'update'} gt 2) {

Attachments

Change History

03/04/08 01:29:47 changed by joximu

addon: since changeset 999 change on http://www.isp-control.net/ispcp/changeset/999/trunk/engine/setup/ispcp-update was not complete though...

03/04/08 09:07:36 changed by rats

  • status changed from new to closed.
  • resolution set to fixed.

thank you JCD; The next step is updating the update. your fix is in r1033


Add/Change #1075 (ispcp-update fails when upgrading from RC2)




Action