2013-04-11, 01:54:34
I've made the updates you suggested, and this is the error I'm getting:
[10-Apr-2013 10:37:40 America/Chicago] PHP Warning: chmod(): No such file or directory in C:\Users\asharpe\Documents\Projects\Hollander\GetSimpleCMS_3.2.0\admin\upload-uploadify.php on line 40
Line 40 is: chmod($targetFile, 0644);
[10-Apr-2013 10:37:40 America/Chicago] PHP Warning: getimagesize(C:\Users\asharpe\Documents\Projects\Hollander\GetSimpleCMS_3.2.0\data\uploads\logo.gif): failed to open stream: No such file or directory in C:\Users\asharpe\Documents\Projects\Hollander\GetSimpleCMS_3.2.0\admin\upload-uploadify.php on line 6
The path looks correct now as my slashes are all the correct way for IIS.
It looks like it simply isn't uploading the file, so it's having a problem changing the permissions, resizing it, and creating the thumbnail as a result. Is there any other debugging I can turn on to see more of what's happening?
I would really like to get this to work, since I have to find a simple CMS system that will work across 100+ sites hosted in IIS, and after trying several other CMS's, Get-Simple has worked the best so far. Thanks for all your help!
[10-Apr-2013 10:37:40 America/Chicago] PHP Warning: chmod(): No such file or directory in C:\Users\asharpe\Documents\Projects\Hollander\GetSimpleCMS_3.2.0\admin\upload-uploadify.php on line 40
Line 40 is: chmod($targetFile, 0644);
[10-Apr-2013 10:37:40 America/Chicago] PHP Warning: getimagesize(C:\Users\asharpe\Documents\Projects\Hollander\GetSimpleCMS_3.2.0\data\uploads\logo.gif): failed to open stream: No such file or directory in C:\Users\asharpe\Documents\Projects\Hollander\GetSimpleCMS_3.2.0\admin\upload-uploadify.php on line 6
The path looks correct now as my slashes are all the correct way for IIS.
It looks like it simply isn't uploading the file, so it's having a problem changing the permissions, resizing it, and creating the thumbnail as a result. Is there any other debugging I can turn on to see more of what's happening?
I would really like to get this to work, since I have to find a simple CMS system that will work across 100+ sites hosted in IIS, and after trying several other CMS's, Get-Simple has worked the best so far. Thanks for all your help!