• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Amazon S3 external storage -That page doesn't exist error

Status
Not open for further replies.

fix4me

Chevereto Member
Hi Rodolfo,

I have few issues I would like to resolve. Storage on my hosting is running out so I've signed up Amazon S3 and added it within Chevereto settings. I can see that images are being uploaded to Amazon S3. The problem is everytime I want to open those images i get error "That page doesn't exist"

Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set in ...html/lib/G/functions.php on line 1465


Could it be fixed? Can you please explain how?


Another issue... When I opened the index page of my image hosting site and will try to upload any picture after a while(in 5 mins) time I get error "Some errors have occured and the system couldn't process your request." if you click the error report: "file.jpg - Request denied"

And another issue... The Cyrillic filenames. e.g. "имя-файла.jpg" is showing as "?????????" after upload (and in the <title> too!). How can it be fixed?


Many thanks in advance!
 
Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set in ...html/lib/G/functions.php on line 1465

Chevereto does a header request to check if the image exists in the given URL. The error is showing that php curl has a open_basedir restriction. That needs to be fixed in your server settings.

When I opened the index page of my image hosting site and will try to upload any picture after a while(in 5 mins) time I get error "Some errors have occured and the system couldn't process your request." if you click the error report: "file.jpg - Request denied"

You will need to either enable the debug mode or check your server error logs. Most likely you are trying to upload very large files which needs a tweak in the server execution time limit.

The Cyrillic filenames. e.g. "имя-файла.jpg" is showing as "?????????" after upload (and in the <title> too!). How can it be fixed?

I believe that it could be a bug related to the new uploader options. I will try to fix it within the next days.
 
Chevereto does a header request to check if the image exists in the given URL. The error is showing that php curl has a open_basedir restriction. That needs to be fixed in your server settings.

Many thanks for your response, Rodolfo! Could you please explain me how exactly it could be done? As I understand I have to add something like this to my php.ini:
open_basedir = "/path/to/first/folder:/path/to/second/folder"

right? But what exactly?
 
Sorry, Rodolfo, I don't understand what i suppose to do. I've tried to set open_basedir = none within php.ini - this doesn't help....

Could you please give me the real example what I have to put in php.ini in order to make Amazon S3 work with Chevereto?

It's already set-up and uploading to Amazon, but not reading properly with the error Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set in/nfs/c05/h04/mnt/71852/domains/picoolio.net/html/lib/G/functions.phpon line 1465
 
You will need refer the problem to your hosting company.
 
Status
Not open for further replies.
Back
Top