GetSimple Support Forum

Full Version: Loading facebox image ressources fails
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there!

Whenever I open the page editor to add or edit a page, GetSimple (v2) is trying to load various ressources and fails. This is, because the url string is a mess. It goes like this:

Code:
http://mydomain.tld/get-simple/admin/%22http://mydomian.tld/get-simple/admin/template/js/facybox/images/fancy_shadow_e.png%22

I'll add a screenshot of Firebug, so you can see, what I mean.

Why is that so and how can I solve that? Sad

Thank you for response!
Is this a fresh 2.0 install?
Yes, I downloaded it just today. Smile

I've noticed similar errors with an older version of GetSimple. There it tryed to load TinyMCE plugins stuff, because those plugins were called in edit.php, but their folders didn't exist.
Did you modify any files from either install.
No.
No idea anyone?
All I can say is that %22 stands for a double quotation mark ("). Check the actual HTML output of the editor, maybe it put double quotation marks on the resource (src=""/whatever.gif"").