• 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

Image URL from Direct links

Status
Not open for further replies.

Nirjonadda

💖 Chevereto Fan
Can not by pass consent screen from Image URL from Direct links. We are go to this URL /images/2017/07/19/BH103.jpg But still can not Agree consent screen. I click the I Agree button but still are stand by in consent screen page.
 
Because that needs sessions to work properly. If sessions aren't working properly the system can't tell if the user already agreed or not.

This has been already addressed in the previous topic you opened.

Cheers,
Rodolfo.
 
Because that needs sessions to work properly. If sessions aren't working properly the system can't tell if the user already agreed or not.

Only problem with Image URL from Direct links, Other link are working, like from site URL.
 
Open the root htaccess file and look at this:
Code:
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
That means that any not found file or directory is handled by Chevereto. It is your server who does this check and rewrite. If it does, is entirely because the server can't find the resource you are looking for.

The problem is your server. Hope you can fix it.

Topic closed.
 
Status
Not open for further replies.
Back
Top