View Single Post
Old 02-18-2004, 05:51 PM   #1
LowRdrCrzy
Green Mole
 
Join Date: Feb 2004
Posts: 3
Undefined index: SCRIPT_FILENAME

I have followed the installationg and configuration instructions found on this site but have not been able to spider my intranet or get access to /admin/install.php or /admin/index.php, all I get is a blank screen.

When I go to search.php I get the search box but above it I get the following errors:


Notice: Undefined index: SCRIPT_FILENAME in E:\inetpub\wwwroot\search\includes\config.php on line 48

Notice: Undefined index: REQUEST_URI in E:\inetpub\wwwroot\search\includes\config.php on line 48

Warning: Cannot modify header information - headers already sent by (output started at E:\inetpub\wwwroot\search\includes\config.php:48) in E:\inetpub\wwwroot\search\includes\config.php on line 293


My line 48 reads as follows:

if (eregi("config.php",$_SERVER['SCRIPT_FILENAME']) || eregi("config.php",$_SERVER['REQUEST_URI'])) {


My line 293 Reads as follows:
header("location:$relative_script_path/admin/install.php");


HELP!!!
__________________
-LowRDrCrzy
http://www.LowRdrCrzy.com
LowRdrCrzy is offline   Reply With Quote