portalview and phpbb gallery conflict
Posted: 13. April 2011 15:04
After editing includes/functions.php
After adding of this code
After reloading forum page on display is error string
who know,why ?
After adding of this code
Code: Select all
if(!defined('IN_PORTAL'))
{
include($phpbb_root_path . 'portal/includes/portalview.' . $phpEx);
}
Code: Select all
Fatal error: Cannot redeclare recent_gallery_images() (previously declared in /home/site.com/forum/gallery/includes/functions_recent.php:23) in /home/vovaob/site.com/forum/gallery/includes/functions_recent.php on line 343