Re: Update auf neuste Version
Posted: Sat 16. Aug 2008, 17:32
Passt der Zeichensatz (utf-8.. ) in der Seite dann auch dazu ?
The phpwcms support forum will help to find answers to your questions. The small but strong community is here since more than 10 years.
https://forum.phpwcms.org/
...dann scheint auch in der conf.inc.php was anderes zu stehen?Toflar wrote:Charset im html-header ist nicht utf8
Code: Select all
$phpwcms['db_charset'] = 'utf8';
$phpwcms['db_collation'] = 'utf8_general_ci';
Toflar wrote:Code: Select all
$phpwcms['db_charset'] = 'utf8'; $phpwcms['db_collation'] = 'utf8_general_ci';
Code: Select all
$phpwcms['charset'] = 'iso-8859-1'; //default charset 'utf-8'
Seite wird wieder korrekt angezeigt!!!!jack_m wrote:Toflar wrote:Code: Select all
$phpwcms['db_charset'] = 'utf8'; $phpwcms['db_collation'] = 'utf8_general_ci';
Folgender Eintrag bestimmt den Eintrag im html-header:
ändere diesen Eintrag mal auf utf-8.Code: Select all
$phpwcms['charset'] = 'iso-8859-1'; //default charset 'utf-8'
Das hatte ich natürlich vorausgesetzt, wie soll sonst ein homogenes charset-Gebilde entstehen?$phpwcms['charset'] = 'utf-8'; //default charset 'iso-8859-1' // 'utf-8'
Danke für die Anleitung, bevor ich mein Glück versuche habe ich noch 2 Fragen:flip-flop wrote:http://www.phpwcms-docu.de/upgrade_RC11 ... _13x.phtml
-> bis wohin in der Anleitung soll man Punkte überspringen?Hinweis: Bitte lassen Sie folgende Punkte (Bild 4) erstmal unbeachtet. Wenn Sie einen der nachfolgenden Links "JETZT" drücken ist das Update fehlgeschlagen.
Und ich hab 1.2.8Sie sehen nun folgende Auswahl:
00__phpwcms_update_older.sql
01__phpwcms_1.1-RC4_22-04-2004.sql
02__phpwcms_1.1-RC4_31-05-2004.sql
03__phpwcms_1.1-RC4_08-06-2004.sql
04__phpwcms_1.1-RC4_13-08-004.sql
05__phpwcms_1.1-RC4_25-08-004.sql
06__phpwcms_1.1-RC4_15-10-004.sql
07__1.1.5-DEV_to_1.1.9-DEV.sql
07__27-08-2004_to_1.2.7.sql
08__1.1.9-DEV_to_1.2-DEV.sql
09__1.2.1-DEV_to_1.2.2-DEV.sql
10__1.2.2-DEV_to_1.2.3-DEV.sql
11__1.2.3-DEV_to_1.2.4-DEV.sql
12__1.2.4-DEV_to_1.2.5-DEV.sql
13__1.2.5-DEV_to_1.2.6-DEV.sql
14__1.2.6-DEV_to_1.2.7-DEV.sql
15__1.2.7-DEV_to_1.2.9.sql
16__1.2.9-DEV_to_1.3.0.sql
17__1.3.0_to_1.3.2.sql
18__1.3.2_to_1.3.3.sql