http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2407 Summary: opac-user.pl attempt to access a bad path when loading images Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P3 Component: OPAC AssignedTo: jmf@liblime.com ReportedBy: chris.nighswonger@liblime.com QAContact: koha-bugs@lists.koha.org File does not exist: /home/crn/koha/dev/koha-tmpl/opac-tmpl/prog/en/images, referer: http://crn.dev.kohalibrary.com/cgi-bin/koha/opac-user.pl Here is the offending line from the template file: <img src="<!-- TMPL_VAR NAME="themelang" -->/images/<!-- TMPL_VAR NAME="ccode" -->.gif" alt="<!-- TMPL_VAR NAME="ccode" -->" title="<!-- TMPL_VAR NAME="ccode" -->" /> the correct path is: /home/crn/koha/dev/koha-tmpl/opac-tmpl/prog/images so it looks like something might be up with the value of "themelang" here. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.