I am using Summernote 0.87 with jQuery 2.24 - it all works absolutely fine with no issues. I now need to add image upload and it "doesn't work".
Since I first used Summernote, the console has been constantly filled with messages about uncaught type error - they haven't caused any issues before but I need to fix them before I can look at what might be wrong with image upload. The errors are like the below:
RewriteEngine on
RewriteRule . - [E=REWRITEBASE:/catalogue/]
RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]
RewriteCond %{HTTP_HOST} ^poemana.com$
RewriteRule (.*) https://www.poemana.com/catalogue/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^www.poemana.com$
RewriteRule (.*) https://www.poemana.com/catalogue/$1 [R=301,L]
jQuery224087811350551713432 changes to a seemingly random value each time - I cannot find any specific dependency on the jQuery version and, whilst I can find lots of similar topics for property replace I cannot find anything similar to this.
I cannot upgrade to jQuery 3 as Bootstrap JS requires less than jQuery 3 so I am hoping this is not a version issue.
Can anyone help with this error?