autoindex throws PHP errors

jrmarino

Well-Known Member
#1
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.

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?
 
Top