http://4seven.bplaced.net/phpbb3/viewtopic. ... p=677#p677
Hier meine Anpassung in der viewforum.php
- Code: Select all
// 4seven / First Topic [img] on Forum Index / 2009
//------------------SETTINGS------------------
// enter here the forum id's to thumbing (0,7,8,9) / note: let the 0 standing
$affected_forum_ids = array(0,9,12,22,29,36,46,81,92,103,114,115,119,121,124,125,138,166,340);
// enter here the forum id's to thumbing (0,7,8,9) / note: let the 0 standing
if (in_array(request_var('f', 0,9,12,22,29,36,46,81,92,103,114,115,119,121,124,125,138,166,340), $affected_forum_ids)){
$affected_thumb_ids = true;}
else{
$affected_thumb_ids = false;}
//------------------SETTINGS------------------
// 4seven / First Topic [img] on Forum Index / 2009
hier ist der teil falsch
- Code: Select all
if (in_array(request_var('f', 0,9,12,22,29,36,46,81,92,103,114,115,119,121,124,125,138,166,340), $affected_forum_ids)){
dieser darf nicht verändert werden
- Code: Select all
if (in_array(request_var('f', 0), $affected_forum_ids)){
(anleitung angepasst)
ferner sollten die eingetragenen foren-id's stimmen
weiterhin schaue mal hier nach, ob diese dateien in dem angegebenen pfaden existieren und berichte mal, wo vorhanden und wo nicht
tfc/images/files/x_id_high_61_1675.jpg
images/viewforum_thumbs/_x_id_high_61_1675.jpg
- Code: Select all
[phpBB Debug] PHP Notice: in file /viewforum.php on line 660: copy(): Unable to access http://www.tanganjika-forum.de/tfc/images/files/x_id_high_61_1675.jpg
[phpBB Debug] PHP Notice: in file /viewforum.php on line 662: getimagesize(): Unable to access ./images/viewforum_thumbs/_x_id_high_61_1675.jpg
[phpBB Debug] PHP Notice: in file /viewforum.php on line 662: getimagesize(./images/viewforum_thumbs/_x_id_high_61_1675.jpg): failed to open stream: No such file or directory
falls das pic im ordner images/files existent, hast du dem ordner images/files/ mal testweise chmod 777 gegeben?
ist tfc/ dein foren-root?