• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Openstack Bug..

Status
Not open for further replies.

neoark

Chevereto Member
2015/05/15 14:59:42 [error] 22205#0: *13123 FastCGI sent in stderr: "PHP message: exception 'OpenCloud\Common\Exceptions\ServiceException' with message 'The swift service must have a region set. You can either pass in a region string as an argument param, or set a default region for your user account by executing User::setDefaultRegion and ::update().' in /var/www/html/app/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php:87
Stack trace:
#0 /var/www/html/app/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php(51): OpenCloud\Common\Service\CatalogService->__construct(Object(OpenCloud\OpenStack), NULL, 'swift', NULL, 'publicURL')
#1 /var/www/html/app/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php(51): OpenCloud\ObjectStore\Service->__construct(Object(OpenCloud\OpenStack), NULL, 'swift', NULL, 'publicURL')
#2 /var/www/html/app/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php(480): OpenCloud\Common\Service\ServiceBuilder::factory(Object(OpenCloud\OpenStack), 'OpenCloud\Objec...', Array)



Its seems like need a field for region.
 
Seems that I forgot to add the region parameter...
 
Last edited:
Open app/themes/Peafowl/snippets/form_storage_edit.php and find this:
HTML:
    <div data-combo-value="7" class="switch-combo soft-hidden">

Add inside that div this code:
PHP:
        <div class="input-label c7">
            <label for="form-storage-region"><?php _se('Region'); ?></label>
            <input type="text" id="form-storage-region" name="form-storage-region" class="text-input" placeholder="<?php _se('Storage region') ?>" required>
        </div>
 
Fixed works great tested it also. Thanks !! Is there a way to move images between external storage and local drive or use both randomly?
 
Fixed works great tested it also. Thanks !! Is there a way to move images between external storage and local drive or use both randomly?

The randomness only works when using external servers, so if you have two active storage servers the system will use them in sequence.
 
Is there a easier way to move one or all images from one source to another? external <-> external or external <-> internal or internal <-> external?
 
Status
Not open for further replies.
Back
Top