View Single Post
  #1  
Old 11-11-2007, 08:03 AM
jrmarino jrmarino is offline
Senior Member
 
Join Date: Apr 2007
Posts: 114
Default autoindex throws PHP errors

I just set up an area behind the realm and I'm using autoindex = on. I use lsapi php 5.2.2 that I compiled. We have display errors = on intentionally.

Quote:
Notice: Undefined variable: url in /opt/lsws/share/autoindex/default.php on line 313
Index of /av/

Notice: Undefined index: LS_FI_OFF in /opt/lsws/share/autoindex/default.php on line 367

Name Last modified Size Description



Notice: Undefined index: LS_FI_OFF in /opt/lsws/share/autoindex/default.php on line 173

Parent Directory 11-Nov-2007 09:34 -


Notice: Undefined index: LS_FI_OFF in /opt/lsws/share/autoindex/default.php on line 416

What's going on? Is the default.php accessing indices that don't exist? How do I define this LS_FI_OFF index to stop the errors?
Reply With Quote