Tag: litespeed

curl
Matteo Lavaggi

Fix PHP Extensions Not Loading in LiteSpeed Web Server

Fix PHP Extensions Not Loading in LiteSpeed Web Server The Problem After installing PHP extensions via apt-get on LiteSpeed (e.g., lsphp82-curl, lsphp82-intl), the extensions don’t appear in phpinfo() even though: The .ini files exist in /usr/local/lsws/lsphp82/etc/php/8.2/mods-available/ The extensions load correctly via CLI (php -m shows them) LiteSpeed has been restarted

Leggi Tutto »

LiteSpeed – Prestashop Login Error 500 [STDERR] PHP Fatal error: Uncaught Error: Call to undefined function Httpful\curl_init()

Errore: Error 500 quando si prova a fare il login dal frontend (redirect login=back=my-account) CMS: Prestashop 1.7.6.9 Server: Ubuntu 20.04+Litespeed Enterprise Cache: LiteSpeed Cache Log: /usr/local/lsws/logs/error.log [STDERR] PHP Fatal error: Uncaught Error: Call to undefined function Httpful\curl_init() Soluzione: sudo apt-get install lsphpXX-curl

Leggi Tutto »