General information regarding upgrading

Read me first before posting anywhere!
Post Reply
User avatar
Oliver Georgi
Site Admin
Posts: 9889
Joined: Fri 3. Oct 2003, 22:22
Contact:

General information regarding upgrading

Post by Oliver Georgi »

If you upgrade from older release to 1.2.9 or newer you have to check your version of MySQL at first!

If it is a release of MySQL >= 4.1 you are really forced to set MySQL charset and Collation. My recommedation! Start a new setup - this does not have to be finalized. Then you will get to know the correct charset/collations setting in relation to your used page rendering charset.

Stop the setup process at step 5.

Image


Check setup/setup.conf.inc.php and merge those phpwcms config values with your old config/phpwcms/conf.inc.php

Image


Also check $phpwcms['charset'] which should correlate with MySQL charset selection and set correctly by setup process. Attention again!!! While UTF-8 is the general usage MySQL does name it

Code: Select all

utf8
. Same for ISO codes which are latin1 or latin2 and so on in MySQL. See the link info [?] in setup screen.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
Oliver Georgi
Site Admin
Posts: 9889
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

And never mix charsets - if you want to use utf-8 in frontend use utf8 in MySQL - same for iso-8859-1 which is latin1 in MySQL (and so on)...

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply