GetSimple Support Forum
Image Uploads - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Image Uploads (/showthread.php?tid=53)



Image Uploads - Derek - 2009-08-12

I am getting 500 internal server errors when I upload an image via the files tab, then try to go to the url that it gives me. Anyone else having problems like this?

http://derekslenk.com/data/uploads/ie7-error.JPG


Image Uploads - ccagle8 - 2009-08-12

Nope. I just tested it on my test setup and it worked fine.
I get the same 500 error when I click on your link. Does the file actually exist?


Image Uploads - badcat - 2009-08-12

Same here... my files upload fine - It's just getting them linked into the pages ;P


Image Uploads - Derek - 2009-08-12

ccagle8 Wrote:Nope. I just tested it on my test setup and it worked fine.
I get the same 500 error when I click on your link. Does the file actually exist?

Yup, looking at them in my FTP viewer right now. Everyone has read permissions, and the .htaccess is Allow from all


Image Uploads - Derek - 2009-08-12

It works if I post an image on a different website running on that server. Damn perms.
http://codingat3am.com/wp-content/uploads/2009/08/ie7-error.JPG


Image Uploads - Derek - 2009-08-12

When I removed the allows and denys in the .htaccess for data and for uploads, it then worked....trying to figure out why now


Image Uploads - aarlof - 2009-08-19

Hi,

I just started trying out GetSimple today. I am having an issue with file uploads (any type). Every file I try uploading, be it a MB or a few Kb, GS throws an "IO Error" on the file. I have set the data and upload folders both to 777 (permissions have to be 777 on data/* or GS won't work at all).
The documentation is sparse so I'm not really sure how to fix this rather huge piece of missing functionality.

Btw, I'm on a Linux-based shared hosting plan and GS is running in a subfolder named "/getsimple/". I have already dealt with the weird permission errors (setting folders to 777 so GS will work) and adding a modified htaccess file to the /getsimple folder so it will display FancyURLs correctly.

What's the next step in solving this file upload problem?


Image Uploads - Derek - 2009-08-20

When you try to upload something, what does it say your upload limit is?


Image Uploads - aarlof - 2009-08-20

It shows the limit at 10MB (which is too low anyway, I want to use this for design-related articles where I'm going to post project files that will probably exceed 10MB).


Image Uploads - ccagle8 - 2009-08-20

aarlof - GS is pulling the upload limit from your server: <?php echo ini_get('upload_max_filesize'); ?>. The GS uploader has no limit.


Image Uploads - aarlof - 2009-08-20

Yea, I assumed that, I was just saying.

However, changing the upload limit on the server doesn't fix the problem of not being able to even upload a 200Kb jpg.


Image Uploads - aarlof - 2009-08-20

Here's a screencap of the error that appears under the "Browse" button on the File Upload page
[Image: GS-IOerror-screencap.png]


Image Uploads - ccagle8 - 2009-08-20

It may once again be permissions based then. Whats the directory permissions of /data/ and /data/uploads/?


Image Uploads - aarlof - 2009-08-21

/data/ and all folders within it are permission set to 777, including /data/uploads/, so it's probably not a permission error.