http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11559 --- Comment #23 from David Cook <dcook@prosentient.com.au> --- (In reply to Jesse Weaver from comment #22)
(In reply to David Cook from comment #21)
When I try applying just the patches for 11559 without first applying the patches from 10486, it still just stays stuck at the "Loading, please wait..." screen.
When I try applying the patches from 10486 then 11559, I get merge conflicts. It looks like whitespace conflicts in C4/XSLT.pm.
Should 10486 be added to this bug's "Depends on"?
Could I ask you to open up a web console/Firebug and look for a relevant error message when you get stuck at the Loading screen?
Sure thing, mate. Here are the messages I get: Uncaught ReferenceError: humanMsg is not defined editor.pl:1335 Uncaught TypeError: undefined is not a function xslt.js:35 event.returnValue is deprecated. Please use the standard event.preventDefault() instead. jquery.js:3 3 Uncaught TypeError: undefined is not a function xslt.js:35 -- I'm also getting a 404 for intranet-tmpl/prog/en/lib/jquery/plugins/humanmsg.js, which is probably causing at least one of those errors... It looks like the actual path is: koha-tmpl/intranet-tmpl/lib/jquery/plugins/humanmsg.js -- Btw, I'm getting these messages when I'm applying the patches: warning: 3 lines add whitespace errors. Using index info to reconstruct a base tree... <stdin>:155: trailing whitespace. // <stdin>:8576: trailing whitespace. <stdin>:9156: trailing whitespace. warning: 3 lines applied after fixing whitespace errors. Falling back to patching base and 3-way merge... Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt Removing koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.lightbox_me.js Removing koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.hotkeys.min.js Auto-merging koha-tmpl/intranet-tmpl/lib/jquery/plugins/humanmsg.js Removing koha-tmpl/intranet-tmpl/lib/codemirror/lib/runmode.js Removing koha-tmpl/intranet-tmpl/lib/codemirror/codemirror.js -- You are receiving this mail because: You are watching all bug changes.