Created attachment 10637 [details] Error on "Purchase Suggestion" link click Purchase suggestion link in OPAC directs to the following http://koha.example.org/cgi-bin/koha/opac-suggestions.pl which doesn't open. Attached screen shot for this error. Should "koha.example.org" in the above URL changed to my server IP because when i did that it opened for my the page for creating new purchase suggestion [My Purchase Suggestions ] If it should be changed how i could do it ?
What version of Koha are you using? And how did you install it, I have never ever seen that error before. And I have no idea where koha.example.org came from, no references to it exist in the Koha code
koha version 3.6.5 i installed it as described in the Installation steps
The ones in INSTALL ? If not can you please let me know which instructions. Hmm where in the heck did that koha.example.org come from then. What do you have set for your servername in your apache virtual host for the opac? Did you by any chance do something like this http://wiki.koha-community.org/wiki/JQuery_Library#Append_text_to_the_OPAC_search_results If so, then thats your problem that hostname is just an example and you should use your real one.
Yes i followed the steps in INSTALL . For the servername i have set to the machine name in koha-httpd.conf . ohhhh !!! That's why i have found two blocks for Purchase suggestion. I had removed it from opacuserjs . Thanks for your help .