Jump to content

Images Wont Show (Smoothgallery 2.0 Mootools)


jaylow

Recommended Posts

hi i am trying to make a little site for some one and i needed a galleryso i downloaded SmoothGallery 2.0tested it out at home (localhost) worked great uploaded it on the site and now the images wont load i tryed for the last few hours to find out whats wrong and found nothingso i was thinking it could be the javascript and i dont understand javascript to good (new at programing "mostly css html")i thought i ask here. does anyone know why it does not load/show the images and thumbs in the images gallery? if have it alleady online on a free domain .co.cchttp://dzikiwschod.co.cc/ahc/ahc.html

Link to comment
Share on other sites

could it be that i uploaded the images wrong?if i go to the image that needs to show it gives me a error500: http://www.dzikiwschod.co.cc/ahc/images/earrings/1.jpg Error 500: Script Execution Failure Description: The server encountered an internal error or misconfiguration and was unable to complete your request. and thats strange couse its just a .jpgif i got to the header images (right click -->view images) it just show

Link to comment
Share on other sites

and if i got to few image info it gives me or all the images that should be in the gallery a demansion of 0px x 0pxso that looks like it not loaded or something,,i am reall really new at javascript so i am just "fishing in a desert"

Link to comment
Share on other sites

I see 404s for all images in the gallery, that means it can't find them. When I go to the direct URL I get the 500 error you see. It sounds like the server is set up to route all requests through a script, and maybe there's a problem when it can't find the file.

Link to comment
Share on other sites

okay okay i am coming closeri think because i have a 15KB conection (yes 25kb on a quick day)the javascript file did not upload good or something because i got a difrent gallery and uploaded the demo and then looked i it workedworkingthen changed it to my site and tadanot workingwhen i uploaded the demo it when slow but steadyand when i uploaded the changed layout and re-uploaded all the code to a difrent directory i got disconeted a few time or files Failed to upload p.s Have you ever seen a file take 4 minuts to upload and only is 140KB and then it fails to upload

Link to comment
Share on other sites

I see the same issue, it can't find the images. Either you didn't upload the images or the paths are wrong. Use the developer console in your browser to see the URLs that it's trying to load for the images, and verify that those are correct.

Link to comment
Share on other sites

thanks for the developer console, never heard of it :) i think all the images get corupted or something when i upload them all the file paths are correct its the 100rd time i checkedbut the console says whit the arrow keys of the gallary :--[19:33:19.645] Image corrupt or truncated: http://www.dzikiwschod.co.cc/ahc/images/left.png @ http://www.dzikiwschod.co.cc/ahc/images/left.png and with the images that need to load[19:34:10.601] GET http://www.dzikiwschod.co.cc/ahc/images/earrings/13.jpg [HTTP/1.1 404 Not Found 2931ms] or--[19:34:15.742] GET http://www.dzikiwschod.co.cc/ahc/images/earrings/14.jpg [undefined 731ms]

Link to comment
Share on other sites

A 404 response doesn't mean the file is corrupted, it means the server cannot find the file that was requested. The server doesn't care if the file is corrupted, if it finds a file with the correct name it will send out whatever data is there. If you were getting 200 responses but the images still didn't show up then that would be an indication that the files are corrupted. As it is now, the server claims that it cannot find the files. If you are positive that you have the correct paths then you should probably send a message to your host describing the problem.

Link to comment
Share on other sites

yeah i would think the same about the file's(sever does not care if corupt)its funnie i uploaded the demo script to my site unchanged and it "works"http://www.dzikiwschod.co.cc/image-gallery-2011/demo.html my last try will be to call all images the same as the images from the demo upload them in the same place and see if it workscause if i change the image path to my images its does nothing again, i think i should just make a page in html/cssand see if i can fix this/learn more about javascript slowly over time asking the host for help will not really work its free hosting and a free domain for a year with no help, i cant even look at the error logs of the site from the hostand i don't have the money to buy a host/domain thanks for your help,and if it works soon or if i have a other problem i will be sure to come back herei learned a lot by just looking/reading 30times the same codes

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...