Re: Gallery block not showing after update
Posted: 19. September 2011 18:57
So then I need to update my board again... (I am already starting to sweat)
bc2005 wrote:So then I need to update my board again... (I am already starting to sweat)
This is a beta version, i.e. the package may still contain errors. Please install this version only on test sites.
Code: Select all
[phpBB Debug] PHP Warning: in file /portal.php on line 62: include(./GALLERY_ROOT_PATHincludes/common.php): failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file /portal.php on line 62: include(): Failed opening './GALLERY_ROOT_PATHincludes/common.php' for inclusion (include_path='.:/usr/share/php')
[phpBB Debug] PHP Warning: in file /portal.php on line 63: include(./GALLERY_ROOT_PATHincludes/permissions.php): failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file /portal.php on line 63: include(): Failed opening './GALLERY_ROOT_PATHincludes/permissions.php' for inclusion (include_path='.:/usr/share/php')
[phpBB Debug] PHP Warning: in file /portal.php on line 65: include(./GALLERY_ROOT_PATHincludes/functions_recent.php): failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file /portal.php on line 65: include(): Failed opening './GALLERY_ROOT_PATHincludes/functions_recent.php' for inclusion (include_path='.:/usr/share/php')
Fatal error: Call to undefined function recent_gallery_images() in /customers/bonsaicafe.be/bonsaicafe.be/httpd.www/forum/portal.php on line 81
Code: Select all
{
$recent_image_addon = true;
// include($phpbb_root_path . $gallery_root_path . 'includes/common.' . $phpEx);
// include($phpbb_root_path . $gallery_root_path . 'includes/permissions.' . $phpEx);
}
// include($phpbb_root_path . $gallery_root_path . 'includes/functions_recent.' . $phpEx);