h5ai icon indicating copy to clipboard operation
h5ai copied to clipboard

h5ai error in server litespeed

Open minhduc2002 opened this issue 3 years ago • 5 comments

print_r($setup) ... [H5AI_HREF] => / [PUBLIC_HREF] => /public/ ...

instead of ... [H5AI_HREF] => /_h5ai/ [PUBLIC_HREF] => /_h5ai/public/ ...

minhduc2002 avatar Nov 27 '20 15:11 minhduc2002

Is it possibility to fix this issue on litespeed?

pedro0311 avatar Jun 23 '21 00:06 pedro0311

What is litespeed? Why should we care?

This seems irrelevant. Go complain to the relevant people, not here.

glubsy avatar Jun 23 '21 00:06 glubsy

Jeez, what a nice answer, congratulations.

pedro0311 avatar Jun 23 '21 00:06 pedro0311

BTW, you should take your pills before posting. And if you don't know what is litespeed, you shouldn't say anything...

pedro0311 avatar Jun 23 '21 00:06 pedro0311

Change this line: $this->set('H5AI_HREF', Util::normalize_path(dirname(dirname($script_name)), true)); to $this->set('H5AI_HREF', Util::normalize_path(dirname(dirname($script_name)) . '_h5ai', true)); on /_h5ai/private/php/core/class-setup.php

ademkocamaz avatar May 02 '23 14:05 ademkocamaz