You have error_reporting set to E_ALL in your php.ini - which is probably a
good thing, because it's telling you that these variables have not been
defined. You could set error_reporting to a lower setting like E_ALL &
~E_NOTICE instead, but the preferably fix would be to define these variables
first.
HTH
Ignatius Teo
Project Manager, Internet Access Services
Information Technology Directorate
Southern Cross University
PO Box 157, Lismore NSW 2480
Email: iteo_at_scu_edu_au
Phone: +61 2 6620-3221
Fax : +61 2 6620-3033
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GB/IT$ d++(-)@ s++:++@ a>? C++++ UL !P$ L+
!E W+$ N- o? !K w O---- M- V PS PE++ Y+(--)
PGP- t++@ 5-- X++@ R* tv- b+ DI++ D++@ G
e++ h---- r+++ y++++**
------END GEEK CODE BLOCK------
-----Original Message-----
From: SLundwall [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 23 May 2001 09:47
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Runtime Errors on Win2k IIS 5
I get the following errors when loading admin.php
Warning: Undefined variable: SCRIPT_FILENAME in
c:\inetpub\wwwroot\phpnuke\html\admin.php on line 393
Warning: Undefined variable: wdir in
c:\inetpub\wwwroot\phpnuke\html\admin.php on line 397
Warning: Undefined variable: cancel in
c:\inetpub\wwwroot\phpnuke\html\admin.php on line 398
Warning: Undefined variable: upload in
c:\inetpub\wwwroot\phpnuke\html\admin.php on line 399
are these permission related? Any other ideas?
Matt Woodard
[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]