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 Link to comment https://forums.phpfreaks.com/topic/45016-solved-breadcrumb-variable-and-index-issue/ 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 Link to comment https://forums.phpfreaks.com/topic/45016-solved-breadcrumb-variable-and-index-issue/#findComment-218508 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! Link to comment https://forums.phpfreaks.com/topic/45016-solved-breadcrumb-variable-and-index-issue/#findComment-218511 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.