Undefined index: REQUEST_URI

Ask your questions regarding TimeTrex installation here.
Locked
betolley
Posts: 22
Joined: Mon May 21, 2007 10:04 am

Undefined index: REQUEST_URI

Post by betolley »

Windows 2000 Server with all patches.
IIS Server
PHP 5.1.4
MYSQL 4.1.3

I created the directories. Set the permissions and I have the following error:


Notice: Undefined index: REQUEST_URI in C:\Inetpub\UC Pub\TimeTrex\interface\interface\install\install.php on line 79

Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\UC Pub\TimeTrex\interface\interface\install\install.php:79) in C:\Inetpub\UC Pub\TimeTrex\interface\interface\install\install.php on line 83


Thanks,

Any help would be appreciated.
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

betolley
Posts: 22
Joined: Mon May 21, 2007 10:04 am

NOPE

Post by betolley »

Didn't fix the problem. Same error.
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

Are you running PHP in CGI mode with IIS? If so, try running it as a module instead.
betolley
Posts: 22
Joined: Mon May 21, 2007 10:04 am

How?

Post by betolley »

Do you know how to do that?
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

It depends on how you installed PHP to begin with.

If you used the default PHP installer it asks you during the installation procedure how you want to install PHP, as a CGI or as a module.
Locked