Forum

Thread tagged as: Question, Problem, Error

Creating a bucket

Hi I'm having trouble creating a bucket list for my assets. I keep getting the message:

"Your resources folder is not writable. Make this folder (/armoury/resources/euro_members) writable to upload images."

Yet I have made the resources folder and euro folder rewritable (777)"

Here is the bucket.php I have

<?php 
    return array(
        'euro_members' => array(
            'web_path'  => '/armoury/resources/euro_members',
            'file_path' => '/var/www/ipcsa.international/public_html/armoury/resources/euro_members'
        ),
        'world-members-logos' => array(
            'web_path'  => '/whitepapers',
            'file_path' => '/var/www/ipcsa.international/public_html/world-members-logos'
        )
    );
?>

Here is my template html tag

        <img src="img/arrow.svg">  <a class="readmore" href="<perch:content id="link1" type="text"  "label="link to story1" divider-before="LINK TO MEMBERS PROFILE 1"  bucket="euro_members"/>">View Profile</a>

Can anyone help?

Chris James

Chris James 0 points

  • 7 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

I'm not sure what to suggest, other than double-checking your path.

Thanks Drew, I have still no joy.

Just to chime in...

Having the same problem. have double checked my paths. Using perch 2.6

Drew McLellan

Drew McLellan 2638 points
Perch Support

Where are you getting the message?

I'm getting the message when I try and create a new asset withing the asset app.

btw, world-members-logos is too long a name for a bucket.