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

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

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:
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]
ALTER TABLE `mm_lists` ADD `group_exp_days`
group_exp_days is present
INSERT INTO `mm_settings` (`name`, `setting`) VALUES (\'group_warning_days\
'group_warning_days is present
$sql = 'CREATE TABLE `mm_group_expirations` ('
mm_group_expirations is present
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?

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?