GetSimple Support Forum

Full Version: Windows Server Image Uploads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Folks

I know zero about PHP and am trying to install the latest stable version of GetSimple on a 1&1 shared Windows Server.

All works "out of the box" apart from the image upload. I get the uploading bar saying that the image is being uploaded but it doesn't appear in the images folder.

If I FTP the image to the folder I can access it and use it on the page. All Permissions are granted on the folder - the prog is running in a folder that is one below Root.

Any ideas???

Thank you!
Does IUSR have write permissions on data/uploads?
Hi Carlos

Full read / write permission on the folder ...
Does the NETWORK SERVICE user have write permissions?
Every instance of read / write / modify across all conditions is set to "Allow" ....
Sorry, no idea...

I can only suggest you try to disable uploadify and try again just in case it's not a permissions issue.

To do so uncomment the setting line: edit your root gsconfig.php file and change:

Code:
#define('GSNOUPLOADIFY', 1);

by:

Code:
define('GSNOUPLOADIFY', 1);
Ask 1&1 they might know something about it.
GetSimple isn't officially supported on Windows yet.
But yeah, enjoy 1&1's legendary support /sarcasm Wink
Will test this out today and try to reproduce
Thanks everyone!

I'll be very interested in what you find Shawn_a !
I am using apache on windows and it works fine for me.
Although permissions is an issue, it will show in the list, but I cannot access it because its 644.

But it sounds like you have a different issue.

Turn debug on in config and see if you get anything output.
What is the server configuration ?
IIS ?

You say the files are there in ftp and you can use them.
But the uploads list doesn't show them ?
Uploads folder or subfolder?
Only a problem with images or any file ?
TAO, did you try disabling uploadify?