>>
Site Map
>>
Forums
>>
Installation
Forum module - topics in forum:
Installation - PHP-NUKE Installation
Sentinal problem.
hi there,
I am try to access my forums admin and i get this message.
Fatal error: main(): Failed opening required 'config.php' (include_path='.:/usr/local/lib/php') in /homepages/3/xxxxxxxxxx/htdocs/xxxxx/includes/sentinel.php on line 36
In the sentinal.php file not sure if it likes the path.
define("SENTINEL_IS_LOADED", TRUE);
if (eregi("sentinel.php",$_SERVER['PHP_SELF'])) {
Header("Location: ../index.php");
die();
}
// Load required scripts
if ($forum_admin == 1) {
require_once("../../../config.php"); <<<<<line 36
require_once("../../../db/db.php");
$lang_dir = "../../../";
} elseif ($inside_mod == 1) {
require_once("../../config.php");
require_once("../../db/db.php");
$lang_dir = "../../";
} else {
require_once("config.php");
require_once("db/db.php");
$lang_dir = "";
}
Thx
Ripcord
Ok a few questions for you first off what version of NukeSentinel are you trying to install? What version of php-nuke is your site running? Is your site patched to ChatServ 3.1?
phpnuke 7.5
sentinal 2.11
chatserv 3.1 no