ich wollte - ermuntert von etlichen Berichten - auf die aktuelle nigthly-Version umsteigen, nun kommt bei mir aber nach
Code: Select all
Die folgenden .sql Dateien wurden gefunden und müssen nun ausgeführt werden, bevor Serendipity wieder wie gewohnt funktioniert.:
db_update_1.1-alpha1_1.1-alpha2_mysql.sql
db_update_1.1-alpha2_1.1-alpha3_mysql.sql
db_update_1.1-alpha3_1.1-alpha4_mysql.sql
db_update_1.1-alpha4_1.1-alpha5_mysql.sql
db_update_1.1-alpha5_1.1-alpha6_mysql.sql
Versionsabhängige Funktionen:
Keine versionsabhängigen Funktionen gefunden
Soll ich die aufgeführten Funktionen ausführen?Code: Select all
Bei der Einrichtung der Installation traten einige Fehler auf:
-
CREATE INDEX pluginretr_idx ON serendipity_stm_plugins (placement, sort_order);
/ Duplicate key name 'pluginretr_idx'
create table serendipity_stm_mediaproperties (
mediaid int(11) not null,
property varchar(128) not null,
property_group varchar(50) not null default '',
property_subgroup varchar(50) not null default '',
value text
) /*!40100 CHARACTER SET utf8 COLLATE utf8_unicode_ci */;
/ Table 'serendipity_stm_mediaproperties' already exists
CREATE INDEX mediapropid_idx ON serendipity_stm_mediaproperties (mediaid);
/ Duplicate key name 'mediapropid_idx'
CREATE UNIQUE INDEX media_idx ON serendipity_stm_mediaproperties (mediaid, property, property_group, property_subgroup);
/ Duplicate key name 'media_idx'
create table serendipity_stm_options (
name varchar(255) not null,
value text not null,
okey varchar(64) not null default ''
) /*!40100 CHARACTER SET utf8 COLLATE utf8_unicode_ci */;
/ Table 'serendipity_stm_options' already exists
CREATE INDEX options_idx ON serendipity_stm_options (okey);
/ Duplicate key name 'options_idx'
ALTER TABLE serendipity_stm_images ADD COLUMN realname varchar(255) not null default '';
/ Duplicate column name 'realname'
ALTER TABLE serendipity_stm_references ADD COLUMN type varchar(128) not null default '';
/ Duplicate column name 'type'
CREATE INDEX reftype_idx ON serendipity_stm_references (type);
/ Duplicate key name 'reftype_idx'
Fatal error: Call to undefined function: serendipity_loadthemeoptions() in /home/www/xxx/htdocs/include/functions_smarty.inc.php on line 755