| Issue 14: | New Folder | |
| 2 people starred this issue and may be notified of changes. | Back to list |
I cant get the create new folder to work? Has been proven to work? |
|
,
Mar 16, 2009
I was using version 0.4 from http://tantannoodles.com/toolkit/wordpress-s3/ and I had the same issue with new folders creation not working. I then installed version 0.3.3 and folder creation is working in 0.3.3. |
|
,
Mar 17, 2009
I don't know if this breaks anything else yet, but so far the best fix I see is to make the following changes
around line 64...
Change line 64 of 0.4 which is:
curl_setopt($this->curl, CURLOPT_PUT, true);
to what it used to be in 0.3.3:
curl_setopt($this->curl, CURLOPT_CUSTOMREQUEST, 'PUT');
I only have messed with it enough to know it fixes that one issue, don't know if it creates others thou so best
of luck.
|
|
|
|