Seite 4 von 4

Re: SEO Mod für PHPBB3

Verfasst: 30.12.2010 11:06
von kleeblatt11
Hallo
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:
Fatal error: Call to undefined function: get_canonical() in /var/www/#####/includes/functions.php on line 4350
in dieser Zeile steht:
'SEO_CANONICAL_URL' => !empty($phpbb_seo->seo_opt['no_dupe']['on']) ? $phpbb_seo->get_canonical() : '',
Wie kann man den Fehler beheben??
Muss man vlt bei SQL etwas verändern?
In der Anleitung zum Installieren steht:
# 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` );
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.


Vielen Dank schonmal für eure Hilfe

Re: SEO Mod für PHPBB3

Verfasst: 03.01.2011 17:15
von kleeblatt11
Weiß jemand Rat?