View Single Post
  #1  
Old 10-29-2012, 03:48 AM
bobykus bobykus is offline
Senior Member
 
Join Date: Sep 2012
Posts: 64
Default [Solved] Joomla say [ERROR] Auto Index script can not be accessed directly!

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 by bobykus; 10-29-2012 at 04:26 AM..
Reply With Quote