Jump to content
Search Community

Image loading not working in Firefox

holysocks test
Moderator Tag

Recommended Posts

Hi, I have a simple image loader/display. For some reason, the images do not appear in Firefox. It works fine in IE,Chrome, and Safari. I am using LoaderMax and ImageLoaders. I have messed with maxConnections, noCache, auditSize but they didn't help. I am also using swfIN.js. Can anyone provide some hints I should look into?

You can try it at http://h3games.awardspace.com/test

Thanks in advance.

Link to comment
Share on other sites

i can confirm it is not working in firefox.

i tried to load an image directly from

http://h3games.awardspace.com/test/test/pic13.jpg

 

and got a very strange error message in firefox

 

h3games.awardspace.com] [Mon Mar 14 20:32:49 2011] [error] [client 69.114.6.225] Premature end of script headers: f403.php

Error 500: Script Execution Failure

Description: The server encountered an internal error or misconfiguration and was unable to complete your request.

 

Most common reasons for returning this error message are:

 

• File Upload Mode

When you upload Perl, CGI scripts via FTP you should use always ASCII mode. If you get "Error 500: Script Execution Failure" you should check whether your FTP client uses ASCII mode when uploading your scripts, because if it uses BINARY mode to upload your scripts they won't work on the server. The problem caused by wrong upload mode is associated with the way different operating systems handle the "end of line" character. Unix system uses a "line-feed" (LF), Windows uses a "carriage-return" (CR) and "line-feed" (LF) pair. That's why it is very important that you set the uploading mode to ASCII.

 

• File Permissions

When you upload scripts via FTP the file permissions are set by default to 755. If you get "Error 500: Script Execution Failure" you should check whether your scripts have 755 permissions. Otherwise your scripts have lower level of permissions and does not support execution upon request. The octal representation of the 755 permission is equal to the following textual format: -rwxr-xr-x

Most FTP clients support the CHMOD command which is used for setting file permissions. In case you have set improper permissions to your scripts, use your FTP client and set "Read, Write, Execute" permissions for the owner, "Read, Execute" permissions for the group and everyone else.

 

• Script Errors

This is the third well known reason for getting "Error 500: Script Execution Failure" upon execution of your scripts. Check your scripts for any obvious syntax or programming errors to make sure your code is not broken.

 

 

Remember: When you get a "Error 500: Script Execution Failure", you should always check for any file uploading problems (ASCII/BINARY) and the executable permission settings. Once those are checked and verified, it looks like there is a syntax error or some other problem in the script.

 

--------------

 

visit that image link and ff and see if you get the same message. no error with safari

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...