PHP undefined index error -


Please help me again! I have a problem with this code:

  & lt ;? Php $ pathThemes = INC_DIR "Theme"; $ D = DIR ($ Path Theme); While (wrong! == ($ entry = $ d-> read ()) $ $ fileInfo = pathinfo ($ pathThemes. '/'. $ Entry); If ('php' == $ fileInfo ['extension']) {include_once ($ pathThemes. '/'. $ Entry); $ Name = $ fileInfo ['filename']; If ($ $ globals ['fc_config'] ['theme'] [$ name] ['name']) {set ($ globals ['fc_config'] ['theme'] [$ name]); }}}? & Gt;  

It says:

Notice: Undefined index: Name in C: \ wamp \ www \ FlashChat_v607 \ chat \ inc \ include_themes.php on line 10

Notice: Undefined index: Name: C: \ wamp \ www \ FlashChat_v607 \ chat \ inc \ include_themes.php on line 10

Notice: Undefined index: Name in C: \ wamp \ Www \ FlashChat_v607 \ chat \ inc \ include_themes.php

at line 10: Undefined index: name in C: \ wamp \ www \ FlashChat_v607 \ chat \ inc \ include_themes.php on line 10


Comments