After installing vbhome lite.. I set my settings and then recieved the following error...
Fatal error: Cannot redeclare archive_nopermission() (previously declared in /home/fusionf/public_html/global.php:378) in /home/fusionf/public_html/forum/admin/functions.php on line 2721
Here is Global.php for the main page..
PHP Code:
exit;
}
function archive_nopermission()
{
global
$homeheadinclude,$homenewpm,$bbtitle,$bburl,$hometitle,$homeurl,$titleimage,$copyrighttext,$vbhlversion,$versionnumber;
$metakeytags = '';
This is line 379
Here is admin/functions.php
PHP Code:
}
// ###################### Start archive_nopermission #######################
function archive_nopermission()
{
global $headinclude,$headnewpm,$bburl,$bbtitle,$homeurl,$hometitle,$titleimage,$copyrighttext,$versionnumber;
This is line 2721
PHP Code:
function archive_nopermission()
can anyone help me with this? I'm guessing I have to delete one of these?
function archive_nopermission()
but which?