K KOC2000 Chevereto Member Jul 29, 2011 #1 After uploading image I get 404 error page. Although file is uploaded to images and images/thumbs folders. Any idea what might be wrong? Thanks in advance.
After uploading image I get 404 error page. Although file is uploaded to images and images/thumbs folders. Any idea what might be wrong? Thanks in advance.
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Jul 29, 2011 #2 Did you use a 100% fresh install?
K KOC2000 Chevereto Member Jul 29, 2011 #3 Yep, I did I just purchased. I figured out why anyways, and will try fixing it. "file_exists" always returns false, so it has something to do with permissions for IIS.. Thank you.
Yep, I did I just purchased. I figured out why anyways, and will try fixing it. "file_exists" always returns false, so it has something to do with permissions for IIS.. Thank you.
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Jul 29, 2011 #4 Am.. you are running IIS. I have test it with apache on Windows and it works. But I haven't test this on IIS. It's most likely a server config issue than a script issue imo.
Am.. you are running IIS. I have test it with apache on Windows and it works. But I haven't test this on IIS. It's most likely a server config issue than a script issue imo.
K KOC2000 Chevereto Member Jul 31, 2011 #5 Here's the solution:- Set correct Permissions for Windows\Temp folder (Add IIS_USERS)
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Jul 31, 2011 #6 I knowed that it was a server issue!. Thanks for sharing the fix.