Xelation
07-25-2003, 02:44 AM
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..
exit;
}
function archive_nopermission()
{
global
$homeheadinclude,$homenewpm,$bbtitle,$bburl,$homet itle,$homeurl,$titleimage,$copyrighttext,$vbhlvers ion,$versionnumber;
$metakeytags = '';
This is line 379
global
Here is admin/functions.php
}
// ###################### Start archive_nopermission #######################
function archive_nopermission()
{
global $headinclude,$headnewpm,$bburl,$bbtitle,$homeurl,$ hometitle,$titleimage,$copyrighttext,$versionnumbe r;
This is line 2721
function archive_nopermission()
can anyone help me with this? I'm guessing I have to delete one of these?
function archive_nopermission()
but which?
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..
exit;
}
function archive_nopermission()
{
global
$homeheadinclude,$homenewpm,$bbtitle,$bburl,$homet itle,$homeurl,$titleimage,$copyrighttext,$vbhlvers ion,$versionnumber;
$metakeytags = '';
This is line 379
global
Here is admin/functions.php
}
// ###################### Start archive_nopermission #######################
function archive_nopermission()
{
global $headinclude,$headnewpm,$bburl,$bbtitle,$homeurl,$ hometitle,$titleimage,$copyrighttext,$versionnumbe r;
This is line 2721
function archive_nopermission()
can anyone help me with this? I'm guessing I have to delete one of these?
function archive_nopermission()
but which?