Floatbox shows 'Internal Server Error' when showing pages inside box

Page: 1

Author Post
Die_Strafbar
Guest
I have been trying to use floatbox (magnificent piece of software btw, I tried all the alternatives and this is by far the best written, best performing) to show some simple pages - one a quick info page and one a contact form. Before the page is rendered, the box shows an internal server error, albeit briefly. FWIW I use GoDaddy as a host. Is anyone else having these issues? Can that be eliminated?

Here is how I call the page:
<a href="info.html" class="menu" rel="floatbox" rev="width:530 height:360 scrolling:no">find out</a>

To see it in action: http://www.diestrafbarphoto.com/prototype/C/index.html
and choose either the "find out" or "make contact" link
Administrator
Registered: Aug 2008
Posts: 3382
When installing floatbox to a folder other than the default "floatbox" folder at the site root, you need to edit the urlGraphics and urlLanguages path in the options section at the top of floatbox.js.

In your case, these should be set to:
urlGraphics: '/prototype/C/floatbox/graphics/' ,
urlLanguages: '/prototype/C/floatbox/languages/' ,
Die_Strafbar
Guest
That is awesome support! Thank you so much, it worked!

Page: 1