Hi, I've encountered an issue with 2.2.6RC2 and am hoping to find the cause. All pages both default and npl are missing some formatting. I do get text, links, form fields and buttons but everything else (colours, formatting, etc) seems to be missing. Until I resolve this issue you can see it at http://mdalgity.dyndns.org:81. Just in case I messed something up I reinstalled the OS and Koha. Still the same problem. I installed 2.2.5 and it works so now I've determined that a change between 2.2.5 and 2.2.6RC2 is causing the problem. I thought it might have something to do with the new perl modules that are required so I started checking versions. Release Notes Installed Class::Accessor (0.25) 0.27 XML::SAX (0.14) 0.14 MARC::File::XML (0.83) 0.83 MARC::Charset (0.95) 0.95 LWP::Simple 5.805 XML::Simple 2.14 So it looks like it's not a perl module version issue. I'm kind of curious/suspicious about the errors I'm getting in the error log. My logs (hitting main page then advanced search) are as follows in case they are of use: [opac-error_log] [Sat Aug 19 07:32:49 2006] [error] [client 69.196.190.70] Directory index forbidden by rule: /var/www/koha/opac/htdocs/opac-tmpl/npl/en/includes/ [Sat Aug 19 07:32:49 2006] [error] [client 69.196.190.70] Directory index forbidden by rule: /var/www/koha/opac/htdocs/opac-tmpl/npl/en/includes/ [Sat Aug 19 07:32:59 2006] [error] [client 69.196.190.70] Directory index forbidden by rule: /var/www/koha/opac/htdocs/opac-tmpl/npl/en/includes/ [Sat Aug 19 07:32:59 2006] [error] [client 69.196.190.70] Directory index forbidden by rule: /var/www/koha/opac/htdocs/opac-tmpl/npl/en/includes/ [opac-access_log] 69.196.190.70 - - [19/Aug/2006:07:32:45 -0400] "GET / HTTP/1.1" 304 - 69.196.190.70 - - [19/Aug/2006:07:32:49 -0400] "GET /cgi-bin/koha/opac-main.pl HTTP/1.1" 200 6095 69.196.190.70 - - [19/Aug/2006:07:32:49 -0400] "GET /opac-tmpl/npl/en/includes/ HTTP/1.1" 403 305 69.196.190.70 - - [19/Aug/2006:07:32:49 -0400] "GET /opac-tmpl/npl/en/includes/ HTTP/1.1" 403 305 69.196.190.70 - - [19/Aug/2006:07:32:49 -0400] "GET /opac-tmpl/npl/en/includes/main.js HTTP/1.1" 304 - 69.196.190.70 - - [19/Aug/2006:07:32:49 -0400] "GET /opac-tmpl/npl/en/includes/script.js HTTP/1.1" 304 - 69.196.190.70 - - [19/Aug/2006:07:32:49 -0400] "GET /opac-tmpl/npl/en/includes/basket.js HTTP/1.1" 304 - 69.196.190.70 - - [19/Aug/2006:07:32:59 -0400] "GET /cgi-bin/koha/opac-search.pl HTTP/1.1" 200 10262 69.196.190.70 - - [19/Aug/2006:07:32:59 -0400] "GET /opac-tmpl/npl/en/includes/ HTTP/1.1" 403 305 69.196.190.70 - - [19/Aug/2006:07:32:59 -0400] "GET /opac-tmpl/npl/en/includes/ HTTP/1.1" 403 305 A separate issue I was having in the OPAC was clicking on the advanced search link resulted in a 500 Internal Server Error. I just fixed the Internal Server Error. The Date::Calc perl module was missing. The installer didn't say it was needed so I've submitted a bug report (bug #1155) Mike D.