[Solved] Joomla say [ERROR] Auto Index script can not be accessed directly!

bobykus

Well-Known Member
#1
v 2.5.7

Even Auto Index is off.

write(5, "[29-Oct-2012 10:44:20 UTC] PHP F"..., 191) = 191
close(5) = 0
chdir("/.../some.se") = 0
write(1, "[ERROR] Auto Index script can no"..., 215[ERROR] Auto Index script can not be accessed directly!
Fatal error: Class 'HtmlAdapterAbstract' not found in /.../some.se/templates/js_impacto/wright/doctypes/html5.php on line 6
) = 215


Looks like it starts with


.../some.se/templates/js_impacto/wright/doctypes/html5.php
...
require_once('default.php');

default.php in /usr/local/lsws/share/autoindex, decpite of


include_path in php.ini starts .:/usr/local/lsws/lsphp53/share/pear:/usr/local/lsws/share/autoindex

Deleted /usr/local/lsws/share/autoindex from include_path - now all is OK!
 
Last edited:
Top