A JM wrote:
 > ------------------------------------------------------------------------
------------------------------------------------------------------------
*Warning* at /var/www/html/mythweb/includes/init.php, line 149:
mkdir() [function.mkdir <http://192.168.1.111/mythweb/function.mkdir>]: Permission denied
------------------------------------------------------------------------
------------------------------------------------------------------------
*Fatal Error* at /var/www/html/mythweb/includes/init.php, line 150:
Error creating path for image_cache: Please check permissions.

Create a directory in /var/www/html/mythweb called 'image_cache' and set its ownership and permissions such that the web server can write to it.

In my case I went:

  # mkdir image_cache
  # chown mythtv.www-data image_cache
  # chmod g+w image_cache

This is clearly pointed out in the instructions in the README file, have a browse through it if you have more trouble.

Johan.
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to