1
I left my webpage alone for a while and now suddenly MyAlbum-P does not upload images when creating a submission. The submit.php file displays properly, but whem I click submit I get taken to this BLANK page with URL: /modules/myalbum/submit.php?caller=
Then when I see if my submission was registered, I get a listing with ONLY the title, no picture and no description. I'm not sure how much this matters, but in the MyAlbum-P admin area I have set the following file types for upload: jpg|jpeg|png
and the MIME types are: image/pjpeg|image/jpeg|image/x-png|image/png
basicaly I don't want users to upload GIF files.
But why is my upload not registering? I'm uploading JPEG files. In the past I have been able to successfully upload JPEGs.
One thing I noticed: in the MIME types, I removed the "image/pjpeg" portion and then I got an actual error not just a blank page. Maybe my MIME types are incorrect?