Don't know if it's any help but my download script is called from another server
When the users click on the download link on our download-server it should check if user is member and logged in in our forum.
Still got this error
Notice: Undefined index: REQUEST_URI in C:\Inetpub\wwwroot\forum\includes\class_core.php on line 1906
Notice: Undefined index: REQUEST_URI in C:\Inetpub\wwwroot\forum\includes\class_core.php on line 1906
In vb 3.0.7 it worked perfectly.
What is class_core.php used to?
Tony: Check my first post here and you will find a link to info about changes.
/Fredrik
Maybe I got one step closer to a solution.
People say that IIS does not support request_uri and there for need a change of code... (?)
My error
Notice: Undefined index: REQUEST_URI in C:\Inetpub\forum\includes\class_core.php on line 1906
And on line 1906 i class_core.php I find this
Code:
if ($_SERVER['REQUEST_URI'] OR $_ENV['REQUEST_URI'])
I'm using Win2000 server with IIS 5...
More info about IIS and Request_Uri can be found here
http://p2p.wrox.com/topic.asp?TOPIC_ID=14728
But I need help how to edit the class_core.php...
Thanks
/Fredrik