Greetings,
I upgraded from Beta5 to PHPNUKE 6.5 BETA6, and started to have this problem.
Could you please tell me what is worng with the Chat room as I am getting this error when I try to enter it (Admin or Guest), same error:
Warning: main(config.php) [function.main]: failed to create stream: No such file or directory in /home/www/mydomain/html/mainfile.php on line 65
Fatal error: main() [function.main]: Failed opening required 'config.php' (include_path='') in /home/www/mydomain/html/mainfile.php on line 65
I am using: PHPNUKE 6.5 BETA6 and line 65 in mainfile.php is in bold:
Code:
Code:
if (eregi("mainfile.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
if ($forum_admin == 1) {
require_once("../../../config.php");
require_once("../../../db/db.php");
} else {
require_once("config.php");
require_once("db/db.php");
/* FOLLOWING TWO LINES ARE DEPRECATED BUT ARE HERE FOR OLD MODULES COMPATIBILITY */
/* PLEASE START USING THE NEW SQL ABSTRACTION LAYER. SEE MODULES DOC FOR DETAILS */
require_once("includes/sql_layer.php");
$dbi = sql_connect($dbhost, $dbuname, $dbpass, $dbname);
}
Thank you
Mark[/b]
Zhen-Xjell Nuke Cops Founder
Joined: Nov 14, 2002
Posts: 5939
Posted:
Sun Jan 26, 2003 2:12 pm
The team has noticed that a bug exists in the beta 6 chat module which we're looking into.
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
ArtificialIntel
Joined: Jan 31, 2004
Posts: -88
Posted:
Sun Jan 26, 2003 2:42 pm
looks like a different bug though Zhen. he's getting error messages, I'm not.
ArtificialIntel
Zhen-Xjell Nuke Cops Founder
Joined: Nov 14, 2002
Posts: 5939
Posted:
Sun Jan 26, 2003 2:48 pm
Ahh, we have our plates full this week.
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
ArtificialIntel
Joined: Jan 31, 2004
Posts: -88
Posted:
Sun Jan 26, 2003 2:55 pm
Thank You FB for making our lives a little more interesting this week
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum