ich bin grad dabei mein phpbb3 rc4 seo zu machen und habe mir das packet downgeloaden (ich liebe dieses wort). in der anleitung steht, dass man lediglich die 5 files:
includes/functions.php
includes/functions_display.php
index.php
viewforum.php
viewtopic.php
der neuen ins alte machen muss. gesagt getan....
nun bekomme ich bei aufruf des forums den error hier:
Fatal error: Call to undefined function title_to_url() in........\forum\phpBB3\viewtopic.php on line 251
in dieser datei an der besagten stelle steht das hier:
Code: Alles auswählen
$needed_forum_url = '/' .title_to_url($topic_data['forum_name']) .'-f'. $topic_data['forum_id'] . '/' . title_to_url($topic_data['topic_title']) . '-t' . $topic_id . $req_addon . '.html' .$req_addon_sid;