[mythtv-users] MythWeb problem permisssion error...

Johan Venter johan at vulturest.com
Sat Dec 17 17:07:28 EST 2005


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.


More information about the mythtv-users mailing list