• 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

Status
Not open for further replies.

donniewr

Chevereto Member
Hello,

I'm getting "Error performing HTTP request" during the installation on a new fresh install.

Before trying a new install I tried to upgrade a 3.18 install and it was doing the same, during the upgrade I was redirected to mysite.com/install and the page was not working. HTTP ERROR 500.
 

Attachments

  • 224.png
    224.png
    34.8 KB · Views: 13
Last edited:
Solution
Removing the opcache=restricted value from the opcache.ini fixed the issue... not sure if it's a good thing to do that. 3.18 was working fine with it.
I have done that and it keep redirecting me to mysite.com/install with 500 HTTP error even after clearing browser data.

I also tried with the ZIP package without using installer.php and it still happen.
I got the same http error with the installer. But the zip package doesnt have any isssue. Please ensure all the php extensions are enabled as per the document. Once done, please do restart both http server and php.
 
since it's doing a http request, maybe fs_url_open or w.e it's called is set to disabled or so? Since that needs to be enabled to allow installer to do URL requests.
 
I got the same http error with the installer. But the zip package doesnt have any isssue. Please ensure all the php extensions are enabled as per the document. Once done, please do restart both http server and php.

Yeah but unfortunately it still doesn't work for me, I just tried again with the ZIP package. When I access the site it redirect me to mysite.com/install with an internal error.

Tried too many times... Hopefully Rodolfo or someone else can help me to fix this issue. I installed 3.18 without issue on the same server few months ago. The server is perfectly configured, I'm using serverpilot.io and Cloudflare.
 
Last edited:
This is what I found in my PHP logs

** errorId #9316a23206c98ecc ** >> ErrorException [0]: Zend OPcache API is restricted by "restrict_api" configuration directive At /app/install/installer.php:36 Stack trace: #0 unknown file(unknown line): G\errorsAsExceptions(2, 'Zend OPcache API is restricted by "restrict_api" configuration directive', '/app/install/installer.php', 36, Array) #1 /app/install/installer.php(36): opcache_reset() #2 /app/routes/route.install.php(12): require_once('/app/install/installer.php') #3 /lib/G/classes/class.handler.php(230): G\Handler->{closure}(G\Handler) #4 /lib/G/classes/class.handler.php(130): G\Handler->processRequest() #5 /app/web.php(40): G\Handler->__construct(Array) #6 /app/loader.php(230): require_once('/app/web.php') #7 /index.php(20): include_once('/app/loader.php')
 
Last edited:
Removing the opcache=restricted value from the opcache.ini fixed the issue... not sure if it's a good thing to do that. 3.18 was working fine with it.
 
Solution
Status
Not open for further replies.
Back
Top