My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 14: New Folder
2 people starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by mikephar...@msn.com, Dec 09, 2008
I cant get the create new folder to work? Has been proven to work?
Comment 2 by jason.richard.mcneil, 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.
Comment 3 by jason.richard.mcneil, 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.
Sign in to add a comment

Hosted by Google Code