hazcod / Gunther

Easy web frontend for media streaming - Fork me! (NO LONGER MAINTAINED)
27 stars 5 forks source link

setup.sh issue #24

Closed blindpet closed 9 years ago

blindpet commented 9 years ago

Trying to do new tests and after running setup.sh getting these errors when trying to go into the Gunther site, installing php-pear didn't help Warning: require_once(application/config.php): failed to open stream: No such file or directory in /var/www/index.php on line 24

Fatal error: require_once(): Failed opening required 'application/config.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/index.php on line 24

blindpet commented 9 years ago

On a sidenote since you build a custom nginx from scratch consider adding these lines to speed up compiling by using all cores

cpunum=$(nproc)

make -j$cpunum

hazcod commented 9 years ago

Ahh, somehow the config.php did not get through in the repo. fixed. Thanks for the cpu core suggestion, added in f4e98efb96be00e0d5a0bce0259cef91a1f9a584.

blindpet commented 9 years ago

Started fresh and same error:

The setup.sh is giving these errors as well

rm: cannot removenginx-*': No such file or directory chmod: cannot access /var/log/nginx.error.log': No such file or directory

Sorry looks ok now after I deleted the /var/www folder