Konstantinos
Konstantinos
Try this: if (!function_exists("create_function)) { function __create_function($arg, $body) { static $cache = array(); static $maxCacheSize = 64; static $sorter; if ($sorter === NULL) { $sorter = function($a, $b) { if...
FYI Nginx 1.25 has experimental support for HTTP/3. Nginx v1.25 is mainline not stable version yet.
Update on HTTP/3 : https://nginx.org/en/docs/http/ngx_http_v3_module.html
Did you check the error log? Based on the code, when uninstalling its changes the .htaccess in admin/ and root folder. https://github.com/litespeedtech/lscache-opencart/blob/dafae6a0851d79e1540974216f129e8c86215793/3.0/upload/admin/controller/extension/module/lscache.php#L571
The issue still exists...