Hi 4seven,
erstmal Danke für Deine Hilfe!
4seven wrote:anleitung genau gelesen?
...ich denke ja, ausser ich habe irgendetwas total Offensichtliches übersehen, aber ich habe alles mehrfach kontrolliert.
- Code: Select all
copy root/images/viewforum_thumbs > images/viewforum_thumbs
copy root/images/viewforum_thumbs > images/viewforum_thumbs/index.htm
muss btw bestimmt eigentlich
- Code: Select all
copy root/images/viewforum_thumbs > images/viewforum_thumbs
copy root/images/viewforum_thumbs/index.htm > images/viewforum_thumbs/index.htm
heißen.
4seven wrote:existiert das verzeichnis images/viewforum_thumbs?
...ja!
4seven wrote:hat es chmod 755? (alle unterordner und dateien einbeziehen)
- wenn ja, schon mal mit chmod 777 probiert? (alle unterordner und dateien einbeziehen)
Es hat CHMOD 777 inklusiver aller Unterverzeichnisse
4seven wrote: existiert die datei images/viewforum_thumbs/index.htm?
...ja!
4seven wrote:alle caches danach geleert?
...ja, ist schon mittlerweile Routine
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
Die folgenden Fehler treten weiterhin auf:
- 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
Ich werde jetzt erstmal versuchen das Ganze mit IMG hinzubekommen (anstatt mit IMG-Highslide) , werde hier wieder berichten.
LG xconnect
--- --- --- --- ---
NACHTRAG:
Mit IMG klappts auch nicht.
Folgende Fehler werden ausgegeben:
- 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_61_1679.jpg
[phpBB Debug] PHP Notice: in file /viewforum.php on line 662: getimagesize(): Unable to access ./images/viewforum_thumbs/_x_id_61_1679.jpg
[phpBB Debug] PHP Notice: in file /viewforum.php on line 662: getimagesize(./images/viewforum_thumbs/_x_id_61_1679.jpg): failed to open stream: No such file or directory
LG xconnect