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

2005-12-17 Thread A JM
I need some help with getting mythweb up and rolling I've never had a problem before so I must be missing something obviousThis is running on FC4, SVN 7255 any help would be appreciated.Thx.
Error
The system administrator has been notified and the problem will be remedied shortly.

Warning at /var/www/html/mythweb/includes/init.php, line 149:mkdir() [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.The system administrator has been notified and the problem will be remedied shortly.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


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

2005-12-17 Thread Johan Venter

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
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users