View Single Post
  #1  
Old 01-29-2011, 12:15 AM
PTGigi's Avatar
PTGigi PTGigi is offline
Crazily Friendly~HoF
 
Join Date: Jul 2009
Location: Somewhere >.>
Posts: 370
Gender: Female
Credits: 27,281
PTGigi
Default GIFs not working?

Okay, so I had about 250 images to upload and I was not in the mood to individually upload each one via the Admin CP. So using my FTP client I uploaded all of these images to their correct folders (PNGs to the PNG folder and GIFs to the GIF folder). Later I went back through and made entries for them in the prefix_filesmap table.

Now I'm trying to code a PokeDex which is going 100% according to plan excluding one thing, my GIF images do not show. Now I am not using the 'getimage' function, I am making a link via a variable $image1 I defined from the MySQL database table prefix_pokedex. Now I know that is not the problem because everything else displays fine. My PNG image works but my two GIFs are not.

So I tried variations of this filepath:
mm2plus.com/picuploads/gif/MewtwoCD.gif
http://www.mm2plus.com/picuploads/gif/MewtwoCD.gif
/picuploads/gif/MewtwoCD.gif

etc...

And none work. Finally I just entered the image url into my address bar and got this:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache Server at mm2plus.com Port 80

So yeah...Anyone know why my GIFs are failing me? O.o

EDIT: My folder permissions are set to 777 just fyi (I just checked)
__________________


"I see now that the circumstances of one's birth are irrelevant; it is what you do with the gift of life that determines who you are."~Mewtwo
My Adoptables|Nuzlocke Webcomic

Last edited by PTGigi; 01-29-2011 at 12:48 AM.
Reply With Quote