• 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.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • 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