Seite 1 von 1

Fehler bei der Installation eines RC5 Styles in RC7

Verfasst: 20.10.2007 23:51
von AttilaG
Hallo

Ich habe ein Problem mit der Installation eines Styles in RC7. Der Style basiert auf Prosilver und kommt aus einer RC5 Installation. Ich habe daran verschiedenste Modifikationen gemacht (Farbanpassungen, Mods etc.) und wollte diesen nun in ein frisches RC7 Board installieren.

Leider bekomme ich immer folgenden Fehler:

Code: Alles auswählen

SQL ERROR [ mysql4 ]

Incorrect string value: '\xA5 hint...' for column 'theme_data' at row 1 [1366]

SQL

INSERT INTO phpbb_styles_theme (theme_name, theme_copyright, theme_path, theme_storedb, theme_data, theme_mtime) VALUES ('prosilver_raise', '© attila@raise.ch, 2007', 'prosilver_raise', 1, '/* phpBB 3.0 Style Sheet\n --------------------------------------------------------------\n	Style name:	 proSilver\n	Based on style:	proSilver (this is the default phpBB 3 style)\n	Original author:	subBlue ( http://www.subBlue.com/ )\n	Modified by:	 \n	\n Copyright 2006 phpBB Group ( http://www.phpbb.com/ )\n --------------------------------------------------------------\n*/\n\n/* General 

...
...
...

decoration:underline;\n}\n\n.menutitle{\nfont-weight:bold;\ncolor:#ffffff;\ntext-align:left;\npadding:3px 7px;\nmargin:0px;\n}\n.menucontainer {\nborder:1px solid #800401;\nbackground-color:#800401;\nwidth:161px;\nmargin:0px;\n}\n.menusubtitle{\nbackground-color:#D2D2D2;\nfont-weight:italic;\ncolor:#6C332D;\ntext-align:left;\npadding:3px 7px;\nmargin:0px;\n}\n.menuleer{\nbackground-color:#ffffff;\ntext-align:left;\nmargin:0px;\n}\n', 1192912398)

BACKTRACE

FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()

FILE: includes/acp/acp_styles.php
LINE: 3131
CALL: dbal_mysql->sql_query()

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

FILE: includes/acp/acp_styles.php
LINE: 2647
CALL: acp_styles->install_style()

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

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

FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()

Ich habe leider keine Ahnung, was daran falsch sein könnte. Einen anderen Style kann ich hingegen problemlos installieren. Die Anpassungen an den form-Tags und in der login_body Datei habe ich übrigens gemacht, aber daran wird es ja sowieso nicht liegen.


Thanks for help

-- Attila