Ich habe nun mal das SEO mod für "no dupe" installiert.
Wenn ich nun im ACP "keine Dublikate" aktiviere, dann kommt beim Forum folgende Fehlermeldung:
in dieser Zeile steht:Fatal error: Call to undefined function: get_canonical() in /var/www/#####/includes/functions.php on line 4350
Wie kann man den Fehler beheben??'SEO_CANONICAL_URL' => !empty($phpbb_seo->seo_opt['no_dupe']['on']) ? $phpbb_seo->get_canonical() : '',
Muss man vlt bei SQL etwas verändern?
In der Anleitung zum Installieren steht:
Wenn ich den unteren Befehl bei SQl ausführen will, funktioniert dieser leider nicht. Laut "Note" soll das Mod die Änderung auch selber durchführen.# Note This index should be automatically added when activating the no dupe in ACP
# Note: Cet index devrait être ajouté automatiquement lors de l'activation du mod dans l'acp
ALTER TABLE `phpbb_topics` ADD INDEX `topic_lpid` ( `topic_last_post_id` );
Vielen Dank schonmal für eure Hilfe