Hello, I would like to figure out a problem with my koha installation 3.18.01 on a debian wheezy server (installed with apt). Cover upload fails with ending up at "Upload progress:100%." (this means that the page is missing the forms to choose the biblio number and the save button). I found nothing in my server logs but Firefox JavaScript console says:
"Load denied by X-Frame-Options: https://xxxx.xxx:8080/cgi-bin/koha/tools/upload-file.pl does not permit framing. TypeError: jQuery.handleError is not a function" (ajaxfileupload.js line 86)
Thanks for some hints to solve the problem. Best wishes Uwe
Am Freitag, den 26.12.2014, 14:53 +0100 schrieb uwe:
I would like to figure out a problem with my koha installation 3.18.01 on a debian wheezy server (installed with apt). Cover upload fails with ending up at "Upload progress:100%." (this means that the page is missing the forms to choose the biblio number and the save button).
I found nothing in my server logs but Firefox JavaScript console says:
"Load denied by X-Frame-Options: https://xxxx.xxx:8080/cgi-bin/koha/tools/upload-file.pl does not permit framing. TypeError: jQuery.handleError is not a function" (ajaxfileupload.js line 86)
Thanks for some hints to solve the problem.
Meanwhile I could fix the problem. It was my apache configuration that lead to this error message. Best wishes Uwe
uwe schreef op wo 07-01-2015 om 22:48 [+0100]:
Meanwhile I could fix the problem. It was my apache configuration that lead to this error message.
If you post here what your configuration problem and solution was, then other people will know what to do if they see the same issue :) -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF
Am Mittwoch, den 07.01.2015, 22:48 +0100 schrieb uwe:
Am Freitag, den 26.12.2014, 14:53 +0100 schrieb uwe:
I would like to figure out a problem with my koha installation 3.18.01 on a debian wheezy server (installed with apt). Cover upload fails with ending up at "Upload progress:100%." (this means that the page is missing the forms to choose the biblio number and the save button).
I found nothing in my server logs but Firefox JavaScript console says:
"Load denied by X-Frame-Options: https://xxxx.xxx:8080/cgi-bin/koha/tools/upload-file.pl does not permit framing. TypeError: jQuery.handleError is not a function" (ajaxfileupload.js line 86)
Thanks for some hints to solve the problem.
Meanwhile I could fix the problem. It was my apache configuration that lead to this error message.
Thanks to Robin for suggesting me to describe the fix more detailed. In my apache settings (httpd.conf) there was the following line:
Header always set X-Frame-Options DENY
This prevents the browser to render a page in a frame[1]. Therefore I had to alleviate the setting to get it to work:
Header always set X-Frame-Options SAMEORIGIN
Best wishes Uwe [1] More Information: https://developer.mozilla.org/en-US/docs/Web/HTTP/X-Frame-Options
Hi Uwe, I just tested this on master and uploading a local cover image from the tools page worked without a problem. I am using Firefox in Ubuntu. Hope this helps, Katrin Am 26.12.2014 um 14:53 schrieb uwe:
Hello,
I would like to figure out a problem with my koha installation 3.18.01 on a debian wheezy server (installed with apt). Cover upload fails with ending up at "Upload progress:100%." (this means that the page is missing the forms to choose the biblio number and the save button).
I found nothing in my server logs but Firefox JavaScript console says:
"Load denied by X-Frame-Options: https://xxxx.xxx:8080/cgi-bin/koha/tools/upload-file.pl does not permit framing. TypeError: jQuery.handleError is not a function" (ajaxfileupload.js line 86) Thanks for some hints to solve the problem.
Best wishes Uwe
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Katrin Fischer -
Robin Sheat -
uwe