• 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

Error performing http request on install - IONOS server

Picturgency

Chevereto Member
I'm experimenting an error during the install just after database setup. Files looks like well installed on server.
But the process is stuck with the window

screenshot_5187.jpg

Free version install for a test before purchase.
Php 7.2
Shared hosting on IONOS (1&1)

don't know what to do to finish the process.
I tryed to remove the # before the RewriteEngine On on the htaccess and replayed the install.php = didn't work
 
Anytime the web installer fails is because either the server doesn't meet the requirements or the website is unable to be manipulated by the installer. The later is what happened to you.

As the files are already there, you should just remove the installer file and go to /install to complete the process.
 
I'm afraid that I need to enter your server to detect the problem.

Send server access to REDACTED (reference this topic) to check what's going on.
 
The issue was the RewriteBase. In some Apache web servers you need to force the rewrite base as described in the .htaccess file

Apache config:
    # If you have problems with the rewrite rules remove the "#" from the following RewriteBase line
    # You will also have to change the path to reflect the path to your Chevereto installation
    # If you are using alias is most likely that you will need this.
    RewriteBase /
 
Back
Top