Problem adding locations
-
EME has been working fine, but now, using Version 2.0.53, I can’t add locations to events. I get the edit window; I type in a name; but when I enter an address the name field goes blank.
The JavaScript console shows a set of errors, starting with a syntax error right at the beginning of the load-scripts.php routine, in line 8.
It looks like this:
1 /*! jQuery v1.12.4 | (c) jQuery Foundation | jquery.org/license */
2 !function(a, b) {
3 “object” == typeof module && “object” == typeof module.exports ? module.exports = a.document ? b(a, !0) : function(a) {
4 if (!a.document)
5 throw new Error(“jQuery requires a window with a document”);
6 return b(a)
7 } : b(a)
8 }(“undefined” != typeof window ? window : this, function(a, b) {Exception with thrown value: SyntaxError: The string did not match the expected pattern.
The GoDaddy server where this is hosted has been acting flaky for several days, with slow response times, intermittently failing to load images, and hanging up when updating modules, so maybe the problem’s with their JQuery install?
The page I need help with: [log in to see the link]
- The topic ‘Problem adding locations’ is closed to new replies.