FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Comments on installing FUD 1.1.1 on Win2K
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Comments on installing FUD 1.1.1 on Win2K [message #369 is a reply to message #364] Fri, 08 February 2002 15:40 Go to previous messageGo to previous message
ironstorm is currently offline  ironstorm   Canada
Messages: 89
Registered: February 2002
Location: Toronto, Ontario, Canada
Karma:
Member

From GLOBALS.php:
$INCLUDE 		= "c:/!httpd/FUDForum_data/include/";
/* ^- include line is right AFAIK */
...
// $WWW_ROOT = "C:/temp/";
$WWW_ROOT = "http://dragonx.northern.ca/forums/";
...
// $COOKIE_PATH = "/temp/";
$COOKIE_PATH = "/forums/";


Once I fixed the Cookie_path I could get into the admin
center... which allowed me to discovered some more pain... Laughing (no worries, it will
be worth it)

Warning: file("GLOBALS.php") - No such file or directory in c:!httpdFUDForum_dataincludeglob.inc on line 30

Warning: Variable passed to reset() is not an array or object in c:!httpdhtdocsforumsadmadmglobal.php on line 39

Warning: Variable passed to each() is not an array or object in c:!httpdhtdocsforumsadmadmglobal.php on line 70


Line 37 of admglobal.php is the source of the error:
$cf = get_config('GLOBALS.php');


I'm guessing it should read:
$cf = get_config($GLOBALS['INCLUDE'].'GLOBALS.php');


I'm going to go try that and see what happens...

[Aside]
Also looking at GLOBALS.php (a lot of files have it)
I noticed that line 20 and 21 do this:
?>
<?php


I'm always wary of this kinda of thing since I started using
sessions (right after I got my first header related warnings), personally I would delete those lines.
[/Aside]
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: 1.1.1 - SQL data not escaped [when magic quotes turned off]
Next Topic: Bugs in 1.1.9-dev (from CVS @ 8:30am Feb 12)
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Wed Jul 03 19:17:36 GMT 2024

Total time taken to generate the page: 0.05410 seconds