Pagina 1 van 1

Failed to open stream: No such file or directory

Geplaatst: 18 okt 2009, 17:04
door Finny
  • Adres van je forum: http://fight4friendship.nl
    Event. modificaties op je forum: phpBB Gallery
    Wanneer ontstond het probleem? Ongeveer 4 weken geleden
    phpBB versie: 3.0.5

    Heb je onlangs iets veranderd aan je forum? Ja, de gallery geupdate naar de meeste recente verzie en verplaatst naar de map /gallery/ (i.p.v. /forum/gallery/). Zie ook mijn onderwerp over deze verplaatsing: viewtopic.php?f=53&t=51643.

    Wat is het probleem?

Ik ben de afgelopen weken al een aantal keer aangesproken op een foutmelding die word gegeven in de header (zie hieronder). Heb de foutmelding inmiddels zelf ook al meerdere malen gehad. Wanneer je vervolgens op F5 klikt, is de foutmelding ineens verdwenen.

Code: Selecteer alles

[phpBB Debug] PHP Notice: in file /var/www/vhosts/fight4friendship.nl/httpdocs/website/gallery/includes/functions_version_check.php on line 36: include(mods/phpbb_gallery_version.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /var/www/vhosts/fight4friendship.nl/httpdocs/website/gallery/includes/functions_version_check.php on line 36: include(mods/phpbb_gallery_version.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /var/www/vhosts/fight4friendship.nl/httpdocs/website/gallery/includes/functions_version_check.php on line 36: include() [function.include]: Failed opening 'mods/phpbb_gallery_version.php' for inclusion (include_path='.:/usr/share/pear;')
[phpBB Debug] PHP Notice: in file /var/www/vhosts/fight4friendship.nl/httpdocs/website/gallery/includes/functions_version_check.php on line 39: call_user_func(phpbb_gallery_version::version) [function.call-user-func]: First argument is expected to be a valid callback
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3878: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3275)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3880: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3275)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3881: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3275)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3882: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3275)
Heb de afgelopen dagen gezocht naar een mogelijk oplossing, maar deze niet kunnen vinden. Volgens de foutmelding heeft de gallery hier ook iets mee te maken.

Zou iemand mij kunnen helpen?

Re: Failed to open stream: No such file or directory

Geplaatst: 18 okt 2009, 17:08
door Paul
Verplaatst naar MOD support.

Re: Failed to open stream: No such file or directory

Geplaatst: 18 okt 2009, 17:26
door Kevin
Is een bugje in de mod, zie hier de nodig aanpassing om dit ongedaan te maken.

http://code.bantux.org/repositories/dif ... p?rev=1320

bestand= phpbb_integration.php

Re: Failed to open stream: No such file or directory

Geplaatst: 18 okt 2009, 19:23
door Finny
Voor wat moet ik dit vervangen of moet ik dit alleen toevoegen aan de file ofso?

Re: Failed to open stream: No such file or directory

Geplaatst: 18 okt 2009, 22:31
door Kevin
Het rode door het groene, maar dat zie je vanzelf wel als je de regel gevonden hebt in dat bestand.

Re: Failed to open stream: No such file or directory

Geplaatst: 19 okt 2009, 11:01
door Finny
Dank hiervoor, ik heb het bestand aangepast.
Nu de reacties afwachten of het ook echt geholpen heeft ;)