mescon / Muximux

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

"Git branch:" blank [MASTER] #141

Closed axemann closed 7 years ago

axemann commented 7 years ago

Hi guys,

I have an issue where in the Settings screen, the "Git branch:" drop-down box is blank and has no choices available:

image

This occurs whether it's a fresh clone of the repo or not.

I'm not sure if this is expected behavior, but based on the screenshots in README.md I'm betting not. :-)

Anyone else encounter this? I'm running it with NginX in a FreeNAS (FreeBSD) jail.

Thanks!

axemann commented 7 years ago

Okay, I think I ended up fixing it on my own. I did a parallel fresh install into an Ubuntu 16.04 VM and everything appeared to display and populate properly (branch in UI and sha entries in settings.ini.php). After comparing the installed packages between Ubuntu and FreeNAS (FreeBSD) I found that FreeBSD requires 'php70-openssl' in order to properly parse the Github URL. This may be a fix for #137 as well.

mescon commented 7 years ago

Ah, good to know. Didn't know that was the case in FreeBSD. Thanks!

axemann commented 7 years ago

Turns out the full list of packages needed on FreeBSD is:

pkg install -y php70 php70-json php70-session php70-openssl php70-zlib

That should get anyone installing this in a jail or full instance up and running.