Seite 1 von 1

Fehler bei board3 Portal Add-On - Gallery Block

Verfasst: 16.03.2008 21:59
von derkubi
Hallo

Habe heute den board3 Portal Add-On - Gallery Block installiert und bekomme folgende Fehlermeldung :

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /portal/includes/functions_album.php on line 176: include_once() [function.include-once]: Unable to access ./GALLERY_ROOT_PATHincludes/common.php
[phpBB Debug] PHP Notice: in file /portal/includes/functions_album.php on line 176: include_once(./GALLERY_ROOT_PATHincludes/common.php) [function.include-once]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /portal/includes/functions_album.php on line 176: include_once() [function.include]: Failed opening './GALLERY_ROOT_PATHincludes/common.php' for inclusion (include_path='.:')

Fatal error: Call to undefined function album_user_access() in /srv/www/httpd/phost/d/com/pytalhost/dienstagstruppe/web/portal/includes/functions_album.php on line 187
Wenn ich nur die original portal.php wieder ins root kopiere ist der Fehler weg . Die Änderung aus der portal.php ist :

Code: Alles auswählen

FINDE :

if ($portal_config['portal_pay_s_block'] or ( $portal_config['portal_pay_c_block'] && $load_center === TRUE ) )
{
	include($phpbb_root_path . 'portal/block/donate.'.$phpEx);
}


Füge danach ein :

if ($portal_config['portal_gallery'] or ( $portal_config['portal_gallery_center'] && $load_center === TRUE ) )
{
	include($phpbb_root_path . 'portal/block/album.'.$phpEx);
}
Kann jemand hier einen Zusammenhang zwischen Änderung und Fehlermeldung sehen ?

Verfasst: 16.03.2008 22:42
von Skippy07
Hast Du den überhaupt die [Beta] phpBB Gallery 0.3.0 von Nickvergessen installiert?

Verfasst: 16.03.2008 23:39
von redbull254
Und den passenden Gallery Block?
Die müssen Versionsmäßig zusammen passen.

Gallery_Block_Portal_1.0.2 =>Gallery Mod 0.3.0, sonst gibt es Fehlermeldungen

Verfasst: 17.03.2008 00:11
von derkubi
Danke für die Tips , werde gleich mal checken ...