-
1. Re: Error calling selector function: type error: undefined is not a constructor.
Zak WilliamsonApr 18, 2012 9:01 AM (in response to dsbrune)
What's the URL for you site?
FWIW, most errors of this nature are caused by not all the exported files having been uploaded, or the access permissions on the uploaded folders not including read access (so the browser can't get to the scripts and/or css and/or images folder contents).
-
2. Re: Error calling selector function: type error: undefined is not a constructor.
dsbrune Apr 18, 2012 9:26 AM (in response to Zak Williamson)www.sbgraphicdesigns.com
-
3. Re: Error calling selector function: type error: undefined is not a constructor.
Zak WilliamsonApr 18, 2012 10:31 AM (in response to dsbrune)
The file musesprypanels.js contains bogus extra code at the end that's not part of what Muse generates. It's unclear whether this extra content is present because of some problem on your machine or if it was introduced as part of the upload process. I recommend re-exporting to a new folder (so all files are re-generated) and then re-upload at least the scripts folder. You could also open the index.html file in the local export folder to see whether the JavaScript error is reproducible with your local files. That would indicate whether the corruption to this particular file occurred locally or only on the server.
-
4. Re: Error calling selector function: type error: undefined is not a constructor.
dsbrune Apr 18, 2012 2:53 PM (in response to Zak Williamson)That seems to have fixed the problem! Thank you!