O.K. I still have not resolved my issue, so I need some suggestions because I must be overlooking something.
This is the error I get
includes/config.php does not exist. Cannot continue.
and when I fix that, I get this
Fatal error: Call to undefined function: log_admin_action() in /stangcountry/forums/admin/index.php on line 33
and this is the code
if (empty($_REQUEST['do']))
{
log_admin_action();
}
So does anyone have ideas?
|