h5ai
h5ai copied to clipboard
Getting error message on /_h5ai/public/index.php
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
Hello
Maybe add this on u serveur :
chown -R www-data:www-data /var/www/html/_h5ai
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.