mescon / Muximux

A lightweight way to manage your HTPC
GNU General Public License v2.0
1.14k stars 83 forks source link

Cannot open log file (muximux.log) #128

Closed wiscokidd closed 7 years ago

wiscokidd commented 7 years ago

I'm having some issues getting this up and running. When I try to access the site I get "Cannot open log file (muximux.log)" this back in the browser. I have nginx and php5 running on ubuntu 14.04 (I tested it with a info.php and everything was working.

mescon commented 7 years ago

Did you give your webserver ownership of the entire directory? chown -R www-data:www-data /directory/where/muximux/is/located for instance. Or whatever user nginx is running as.

wiscokidd commented 7 years ago

That fixed it. Thanks!