Quote:
Originally Posted by TheAlchemist
when I run the script this is what I get:
Code:
Notice: Undefined index: REQUEST_URI in c:\inetpub\wwwroot\tradinglab\forums\includes\class_core.php on line 1952
Notice: Undefined index: REQUEST_URI in c:\inetpub\wwwroot\tradinglab\forums\includes\class_core.php on line 1952
Notice: Undefined index: QUERY_STRING in c:\inetpub\wwwroot\tradinglab\forums\includes\class_core.php on line 1971
Notice: Undefined index: QUERY_STRING in c:\inetpub\wwwroot\tradinglab\forums\includes\class_core.php on line 1971
Notice: Undefined index: HTTP_REFERER in c:\inetpub\wwwroot\tradinglab\forums\includes\class_core.php on line 1602
|
That error is from a vB file that we dont touch. Its called by vB's global.php file (I think).
I would hazard a guess that its something to do with a server setting, or possibly your cookie path setting in your vB control panel.
Quote:
Unable to add cookies, header already sent.
File: c:\inetpub\wwwroot\tradinglab\forums\includes\clas s_core.php
Line: 1952
|
This error is usually caused by whitespace before
PHP Code:
<?php
$curdir = getcwd ();
chdir('c:\inetpub\wwwroot\tradinglab\forums');
require_once('c:\inetpub\wwwroot\tradinglab\forums\global.php');
chdir ($curdir);
?>
however in this case it could well be caused by your initial problem.