Forum
Buckets not working
I am running the latest version of Runway and I have a few buckets to hold images. Below is my buckets.php details normal images work when uploading but when using a bucket they never go into the folders at all. Is this a bug or is there a different configuration for runway vs regular perch?
<?php
return array(
'flooring' => array(
'web_path' => '/uploads/flooring',
'file_path' => '/home/webclient/public_html/oldewoodltd/uploads/flooring'
),
'siding' => array(
'web_path' => '/uploads/siding',
'file_path' => '/home/webclient/public_html/oldewoodltd/uploads/siding'
),
'beams' => array(
'web_path' => '/uploads/beams',
'file_path' => '/home/webclient/public_html/oldewoodltd/uploads/beams'
),
'accessories' => array(
'web_path' => '/uploads/accessories',
'file_path' => '/home/webclient/public_html/oldewoodltd/uploads/accessories'
)
);
?>
How are you uploading?
Clicking on assets then selecting the bucket then trying to upload to the dropzone. The image looks like it uploads but never shows up.
If I try to upload from a template when giving the image tag bucket="flooring" it just shows the default bucket not the flooring bucket.
Can I see your diagnostics?
Does the
uploads
folder exist?Yes, I can upload files to the uploads folder there is about 50 images in there already. It when I try to use buckets it doesn't seem to want to work.
And the subfolders exist within it?
I first had them in there, then I deleted them to see if they would be created - which they didn't so I put them back in there.
This is my template that has buckets on the images and when I try to upload them it says default?
Ok I am now able to upload the specific buckets in assets if i go to the assets section, choose the bucket then upload into it. I ended up deleting the folders again, re-connecting to the server then adding them and setting permission on them.
But I still am unable to upload to the correct bucket from a content region using the template above. Any ideas on that part?
I'll see if I can reproduce it.
Were you able to reproduce it?
I am also experiencing the same issue with photos not uploading to buckets.
buckets.php config:
What is the status of this? Were you able to reproduce it, or is this a bug?
It's still on my list to investigate.
Drew, any chance of bumping this up the priority list? We're in the same boat here. The upload to the bucket does seem to work ok if the field already contains an image from that bucket (i.e. we're changing the image for a different one) but if this is a new item (so no existing image) then the image apears to get uploaded to the default bucket, rather than the one specified in the tag and shown (correctly) in the dropzone.