[Solved] JavaScript-library could not be loaded

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: JavaScript-library could not be loaded

Post by yellowled »

HiCotN wrote:Within that link, Ctrl+F for "error" only comes back with this result. Not sure if it helps.
Nope. :)

Please try the following: open the console in Chrome (Ctrl + Alt + j, unless you're on a Mac; then it's ⌘ + ⌥ + j). Then (re)load a page that has chinese symbols in it. Does it give you error messages in the console? If so, please copy and paste them here.

Unless they say something like “Cross-Origin Request Blocked” and/or “Same Origin Policy”, then you can probably just see here.

YL
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: JavaScript-library could not be loaded

Post by garvinhicking »

Hi!

Pretty much looks like you should check your serendipity configuration, seems like for the "URL to Blog" you have only entered "www.preciseassemblies.com" instead of "http://www.preciseassemblies.com", because the domain name is replicated a second time in the URL!

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: JavaScript-library could not be loaded

Post by yellowled »

We should change
To check the exact error please open http://... _editor.js manually in your browser and check for error messages.
to something meaningful. AFAICS, all that's going to do is open the compiled JS file in a tab. I don't see how that would ever emit any error messages?

YL
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: JavaScript-library could not be loaded

Post by yellowled »

HiCotN wrote:I coincidentally had watched Yellowleds video where he mentioned the backend could still function without Javascript enabled.
Well, it does (mostly) function. Of course there are some things that won't be as nice as with JS, and there might be some non-critical stuff that does not work with JS disabled at all. But I can actually access the blog configuration as well as the personal setting w/ JS disabled in Chrome, so there must have been something else in your case …

YL
onli
Regular
Posts: 2825
Joined: Tue Sep 09, 2008 10:04 pm
Contact:

Re: JavaScript-library could not be loaded

Post by onli »

I don't see how that would ever emit any error messages?
It will show it there if the file can not generated because of a PHP error. Happened very often in the beginning.
Post Reply