• Resolved samazgor

    (@samazgor)


    Warning: Unable to write to /home – check directory permissions – in /srv/users/serverpilot/apps/MYAPPS/public/wp-content/plugins/h5p/h5p-php-library/h5p-default-storage.class.php on line 312

    Unable to download H5P content types.
    Destination directory for file streaming does not exist or is not writable.

    How to change destination ?????

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author icc0rz

    (@icc0rz)

    Where H5P stores its files is determined by the wp_upload_dir() function. I think you’ll need to double check your WordPress configuration.

    You could try add some code to debug which variable is wrong: print_r(wp_upload_dir());

    H5P uses the ‘basedir’ of the returned array.

    • This reply was modified 7 years, 6 months ago by icc0rz.
    Thread Starter samazgor

    (@samazgor)

    Hi
    thanx for your reply. I got the solution – the problem occurs because of upload dir and it’s pointed from database “wp_options” table -> “upload_path”

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Warning: Unable to write to /home’ is closed to new replies.