StealthHacker Posted March 31, 2007 Share Posted March 31, 2007 Issue: I am getting these errors when running the breadcrumb script I got off the internet. I used this exact same script on another server which worked fine. The error is in the breadcrumb class file which I have not modified at all. I have made sure that register_globals = 0. I highly doubt that the issue is with the code. I believe its an issue with the web server setup. Server Info: Windows Server 2003 IIS v6.0 PHP Active State Perl If there is any other information you need just let me know. Breadcrumb Source Code: The source code of the breadcrumb script I am using is here. Error: Notice: Undefined index: PATH_TRANSLATED in D:\Virtuals\Web\inc\breadcrumb.class.php on line 103 Notice: Undefined index: Home in D:\Virtuals\Web\inc\breadcrumb.class.php on line 304 Notice: Undefined variable: dir in D:\Virtuals\Web\inc\breadcrumb.class.php on line 311 Notice: Undefined variable: showLink in D:\Virtuals\Web\inc\breadcrumb.class.php on line 357 Notice: Undefined property: breadcrumb::$fileNametoTitle in D:\Virtuals\\Web\inc\breadcrumb.class.php on line 369 Quote Link to comment Share on other sites More sharing options...
Caesar Posted March 31, 2007 Share Posted March 31, 2007 Go into the php.ini file. Change the value of "error_reporting" to: error_reporting = ~E_ALL & ~E_NOTICE & ~E_STRICT And in the future...avoid using Windows as a web server. IIS sucks like nothing else. :-P Quote Link to comment Share on other sites More sharing options...
StealthHacker Posted March 31, 2007 Author Share Posted March 31, 2007 Thanks so much! I am glad it was an easy fix. Very fast response! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.