patch 15-2 and 17-2 over 22-1 release question

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
Moozie
Posts: 164
Joined: Sat 8. Nov 2003, 00:21
Location: Netherlands

patch 15-2 and 17-2 over 22-1 release question

Post by Moozie »

I want to use the patch 15-2 and 17-2 over 22-1 release. Have some questions:


Q1:
Can I just replace the new files or do I have to run the upgrade.php again?

Q2:
Are there new entries in the database made?
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

ther is a change in you password table.
I just use phpmyadmin to make the change - simple

open the .sql file to see the changes you need to make
Moozie
Posts: 164
Joined: Sat 8. Nov 2003, 00:21
Location: Netherlands

Post by Moozie »

Thanks, I see 2 .sql files:

1. phpwcms_init.sql
2. phpwcms_update.sql

The first one is a complete create of all tables. But I already have these. Or are there any changes made in this file so that I have to run in anyway?

The 2nd file only contains a replcement of the field 'usr_pass' in table 'phpscms_user': VARCHAR( 255 ) NOT NULL instead of (50).

Does the phpwcms_init.sql contain more changes???
Pappnase

Post by Pappnase »

Moozie wrote:Thanks, I see 2 .sql files:

1. phpwcms_init.sql
2. phpwcms_update.sql

The first one is a complete create of all tables. But I already have these. Or are there any changes made in this file so that I have to run in anyway?

The 2nd file only contains a replcement of the field 'usr_pass' in table 'phpscms_user': VARCHAR( 255 ) NOT NULL instead of (50).

Does the phpwcms_init.sql contain more changes???
NO!!

Only insert the phpwcms_update.sql file

Pappnase
Moozie
Posts: 164
Joined: Sat 8. Nov 2003, 00:21
Location: Netherlands

Post by Moozie »

Thanks. That's what I thought. Gonna try it now.
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

Pappnase is correct but you must KNOW you have udated all the previous patches too.
if not just work back throught patches updating the update.sql files until you are sure you have covered any missing amendments.
Moozie
Posts: 164
Joined: Sat 8. Nov 2003, 00:21
Location: Netherlands

Post by Moozie »

I had the full version installed of 22-1.

So I added the patches of 15-2 and 17-2. I think that I am up to date then.
Post Reply