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
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);
}