Seite 3 von 3

Re: Modifikation aktualisiseren

Verfasst: 18.10.2013 01:05
von tb280971
Nochmals ein Update:

Also dass im ACP die Fehler konnte ich hier beheben:
http://www.flying-bits.org/viewtopic.php?f=101&t=3650

Kann alles steuern jetzt im ACP.

Letzte Fehler sind beim ausloggen von ACP.
Hier kommt das:
[phpBB Debug] PHP Warning: in file [ROOT]/index.php on line 169: include(./GALLERY_ROOT_PATHincludes/functions_recent.php): failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/index.php on line 169: include(): Failed opening './GALLERY_ROOT_PATHincludes/functions_recent.php' for inclusion (include_path='.:/usr/lib/php6')

Fatal error: Call to undefined function recent_gallery_images() in /homepages/xx/dxxxxxxxxxxx/htdocs/forum/index.php on line 178
Der selbe Fehler kommt auch wenn ich auf Foren-Übersicht klicke.

Kann mir hier noch jemand helfen?
Wenn die weg sind, läuft alles und ich wäre nach 5 Stunden glücklich :D

Re: Modifikation aktualisiseren

Verfasst: 18.10.2013 08:05
von Crizzo
Schau mal deine index.php an. Da ist wohl ein Fehler beim include Befehl, denn der Pfad ist falsch bzw. da fehlt ein / .

Grüße

Re: Modifikation aktualisiseren

Verfasst: 18.10.2013 10:43
von tb280971
BlackHawk87 hat geschrieben:Schau mal deine index.php an. Da ist wohl ein Fehler beim include Befehl, denn der Pfad ist falsch bzw. da fehlt ein / .

Grüße
Hallo BlackHawk87,
dank dir für die Antwort.
Komme nicht drauf, bin die index.php eben noch einmal durch gegangen.
Kannst du mir vielleicht sagen was ich da genau machen soll?
Laut Anleitungen von den Updates, sollte ich alles richtig drin haben??? :-?

Das steht bei meiner index.php in Zeile 169 -->

Code: Alles auswählen

 include($phpbb_root_path . $gallery_root_path . 'includes/functions_recent.' . $phpEx);

Re: Modifikation aktualisiseren

Verfasst: 18.10.2013 11:22
von tb280971
Problem gelöst!
Ich habs :)

Warum auch immer war in meiner index.php noch dieser Code drin -->

Code: Alles auswählen

/**
* RRC of phpbb gallery
* for more information see gallery/index.php:
* "include($phpbb_root_path . $gallery_root_path . 'includes/functions_recent.' . $phpEx);"
*/
$gallery_root_path = GALLERY_ROOT_PATH;
    if (!function_exists('recent_gallery_images'))
    {
       include($phpbb_root_path . $gallery_root_path . 'includes/functions_recent.' . $phpEx);
    }
	
$ints = array(
	'rows'		=> 1,
	'columns'	=> 4,
	'comments'	=> 5,
	'contests'	=> 1,
);
recent_gallery_images($ints, 189, 7, false, true, 'album', 0);
Der hat da nix mehr zu suchen. Der muss komlpett raus, dann gehts.
Vermute mal das das noch von irgendeiner alten Gallery ein Code Rest war, oder von diesem Gallery Block den ich vorher drin hatte.
Jetzt geht alles. Gallery & Portal auf neustem Stand und Forum läuft. Freu :)
Danke allen noch einmal die mir hier und in meinen anderen Themen mit geholfen haben.