squires
User
 Fresh Boarder
| Posts: 2 |   | Karma: 0
|
Re:Fatal error line 136---SOLVED - 2010/02/18 16:28
Hello,
I was able to solve this (at least to my satisfaction).
On or near line 136, delete the following;
// Read in the nonprotected directories if (count($nonProtected)>0){ foreach ($nonProtected as $DirNon){ $ReturnResults .= IndexFiles ($BaseDir, $DirNon, 0); alert("ReturnResults" . $ReturnResults); } }
This is basically just removing the portion of the program that is causing the issue. Everything seems to work fine now.
Upload modified file in same location and all should work.
|