i2-Services, Inc. Forums

Full Version: V1.5 to V1.6 Upgrade - DB question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello
I currently have V1.5 and have been offered a free upgrade to V1.6.
However, as i have made quite a few changes to the layout of the front-end part of the script.

I see that V1.6 has a setup.php file, do i need to run this to upgrade?
Hello,

When upgrading you're to use the upgrade script within the /upgrade/ folder of the latest version you have.
Is there somewhere in the documentation that would tell me what the upgarde script does, i am nervous about overwriting my custom designed pages (done in dreamweaver and PFE32) and would like to know before i push the button Smile

GWP Wrote:
Is there somewhere in the documentation that would tell me what the upgarde script does, i am nervous about overwriting my custom designed pages (done in dreamweaver and PFE32) and would like to know before i push the button Smile


It just adds & updates some of the SQL database. The upgrade script does not alter any /interface/ files you've customized.

i ran the update script and got this:

Quote:
MM Group Table Altered (Sub-Group Expiration Time) [FAILED]

MM Settings: Sub-Group Expiration Warning Days [FAILED]

Table MM Group Expirations [NOT CREATED]

Insert into Table MM e-Mails (Sub Group Expiration Warning) [FAILED]

Alter MM Group Table (Change Description Field Type) [SUCCESS]

Quote:
ALTER TABLE `mm_lists` ADD `group_exp_days`

group_exp_days is present

Quote:
INSERT INTO `mm_settings` (`name`, `setting`) VALUES (\'group_warning_days\

'group_warning_days is present

Quote:
$sql = 'CREATE TABLE `mm_group_expirations` ('

mm_group_expirations is present

Quote:
INSERT INTO `mm_emails` (`name`, `description`, `subject`, `body`, `html`, `sort`, `cc_email`, `enabled`) VALUES (\'group_warning\

'group_warning is present

So i dont know whats wrong with it?[/php]

Hello? Smile

GWP Wrote:
Hello? Smile


Did you upgrade previously to v1.5 before 1.6? That may have been the reason for some of the changes already being present.

No, I bought v1.5
This is the first upgrade i have done.
Maybe an <if> statement to tell the upgrader that the field already exists?
Reference URL's