I tested a jQuery-gallery locally in every browser available. Worked like a charm. However; when i upload everything to my server it won’t load properly. Looked in the source but couldn’t find the flaw.
Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The problem is not your server, is your paths.
The folder
/proto/Images/impressie/does not exist on your server, but/proto/images/impressie/is, this means you have a unix based system which is case-sensitive.Change the images path to
/proto/images/impressie/and your script should work.