Before I will start... I wan't to apollogise for my english (especialy for grammar) and my knowledge about php and mysql, if you won't understand something, I'll try explain it other way...
I've got problem with coding...
Couple of weeks ago I've changed my websites server... I did a new installation of CPG 1.4.x and everything was working exelent until I imported old msql database data from CPG 1.3.x
I'm using polish translation (I was using it on older version as well) and all polish letter are wrong...
I thing the problem is in CHARACTER SET... CPG 1.3.x had DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci
while CPG 1.4.x is usingDEFAULT CHARACTER SET latin2 COLLATE latin2_general_ci
.
I spent about 3 hours trying to figure this out by myself without any results.
new web page adress: www.galeria.scatter.pl (CPG 1.4.x)
old web page adress : www.galeria.scatter.harc.pl (CPG 1.3.x) - still working, but not for long
Please help...
do an actual upgrade as suggested in the docs instead of performing a fresh cpg1.4.x install and then dumping a database backup from a previous version on it.