Seite 1 von 1

SubIPBCloudy installationsproblem

Verfasst: 26.10.2009 21:46
von moevydotnet
Hallo @ all,
kennt jemand das SubIPBCloudy Template? Ich habe es hier heruntergeladen: http://failboat.me/2009/theme-subipboard-cloudy/

Ich habe das phpbb 3 Forum in der aktuellsten Version. Jedoch erhalte ich bei der Installation folgende Fehlermeldung:
SQL ERROR [ mysqli ]

Incorrect string value: '\xA92009 ...' for column 'template_copyright' at row 1 [1366]

SQL

INSERT INTO phpbb_go2forumstyles_template (template_name, template_copyright, template_path, bbcode_bitfield, template_storedb) VALUES ('SubIP.Board 3.0 Cloudy', '�2009 Lee Gao', 'SubIPBCloudy', '+Ng=', 0)

BACKTRACE

FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()

FILE: includes/acp/acp_styles.php
LINE: 3324
CALL: dbal_mysqli->sql_query()

FILE: includes/acp/acp_styles.php
LINE: 2791
CALL: acp_styles->install_element()

FILE: includes/acp/acp_styles.php
LINE: 155
CALL: acp_styles->install()

FILE: includes/functions_module.php
LINE: 507
CALL: acp_styles->main()

FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
Kann mir jemand weiterhelfen warum ich diese Meldung erhalte und wie ich das Template installieren kann?

Vielen Dank schonmal im vorraus...

Michael

PS: Ich weis in den Kommentaren steht das es nicht tut, vielleicht weis hier jemand warum...

Re: SubIPBCloudy installationsproblem

Verfasst: 27.10.2009 02:24
von aurora876
deine fehlermeldung sagt dir, das das feld "template_copyright" problematisch ist, was sehr wahrscheinlich an dem zeichen für copyright liegt.
also machst das zeichen raus und schreibst zb "copyright" stattdessen dahin oder (c) und probierst nochmal.
sollte jetzt eigentlich hinhauen.

Re: SubIPBCloudy installationsproblem

Verfasst: 27.10.2009 07:06
von moevydotnet
aurora876 hat geschrieben:deine fehlermeldung sagt dir, das das feld "template_copyright" problematisch ist, was sehr wahrscheinlich an dem zeichen für copyright liegt.
also machst das zeichen raus und schreibst zb "copyright" stattdessen dahin oder (c) und probierst nochmal.
sollte jetzt eigentlich hinhauen.
Ah ok... in welcher Datei muss ich das Ändern?

Re: SubIPBCloudy installationsproblem

Verfasst: 27.10.2009 07:44
von Würzi
Moin

Ersetze mal in den cfg Dateien

copyright = ©2009 Lee Gao
gegen
copyright = © 2009 Lee Gao

Zu finden:
- Theme Ordner
- Template Ordner
- Imageset Ordner

Re: SubIPBCloudy installationsproblem

Verfasst: 27.10.2009 09:00
von moevydotnet
Super danke... es funktioniert..

Gruss Michael