http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1912 Summary: Images are missing in Intranet search page Product: Koha Version: rel_3_0 Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Searching AssignedTo: jmf@liblime.com ReportedBy: dswhite42@yahoo.com QAContact: koha-bugs@nongnu.org I have Koha 3.0 alpha running on a Gentoo Linux box. The staff Intranet site is on port 3334, and the customer OPAC site is on port 3333. On the intranet page, if I go to http://www.example.com:3334/cgi-bin/koha/catalogue/search.pl the Advanced Search page comes up. All of the images associated with the checkboxes ("Audio Cassettes, CDS", "Binders", etc.) are broken. Looking at the source, I see Koha is trying to load images like this: http://www.example.com:3334/opac-tmpl/prog/itemtypeimg/AVNF.gif That GIF only exists on the OPAC portion of KOHA, not the Intranet side. So either the GIFs need to be copied over to the Intranet side of Koha, or else the URL should be changed to point to the OPAC site. In my case, on port 3333, like this: http://www.example.com:3333/opac-tmpl/prog/itemtypeimg/AVNF.gif ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.