http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=294 Summary: FIle does not exist in OPAC and Intranet sites Product: Koha Version: 1.9.1 Platform: PC OS/Version: Linux - Redhat Status: NEW Severity: normal Priority: P2 Component: Catalogue AssignedTo: chris@katipo.co.nz ReportedBy: ctho@freeshell.org QAContact: koha-devel@lists.sourceforge.net Overview Description: Many pages in OPAC and Intranet sites give error "File does not exist..." in Apache error log. Steps to Reproduce: There are some pages I knew can produce error: - Splash page in both OPAC and Intranet (index.html) - Front page in both OPAC and Intranet: + OPAC: /cgi-bin/koha/opac-main.pl + Intranet: /cgi-bin/koha/mainpage.pl - Intranet site: /cgi-bin/koha/acqui/acqui-home.pl Actual Results: Display seem to be OK, but Apache error log shows this error: "File does not exist: $path_to_opac_or_intranet/htdocs/images" Additional Info: This error relates to attribute "background" in element "td" and attribute "src" in element "img". It occurs in some files ending with .pl, .inc, and .tmpl. Some of the above tags does not have <TMPL_VAR NAME='themelang'> (for .inc and .tmpl files). Platform: Web server: Apache-2.0.44 Perl: 5.8 with all required modules. OS: Red Hat 8.0 ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.