h5ai icon indicating copy to clipboard operation
h5ai copied to clipboard

Getting error message on /_h5ai/public/index.php

Open EverlyScott opened this issue 5 years ago • 2 comments

I am getting this php generated error message on the /_h5ai/public/index.php page

Warning : file_put_contents(/usr/local/var/www/_h5ai/private/cache/cmds.json): failed to open stream: Permission denied in /usr/local/var/www/_h5ai/private/php/core/class-json.php on line 18

PHP 7.3.13 Apache OSX 10.13.6

EverlyScott avatar Jan 11 '20 22:01 EverlyScott

Hello

Maybe add this on u serveur :

chown -R www-data:www-data /var/www/html/_h5ai

gamersalpha avatar Apr 16 '20 06:04 gamersalpha

I'm getting the same warning in my error log. I've made sure that www-data is the owner of the entire _h5ai folder.

GnaXi avatar Mar 15 '22 12:03 GnaXi