mescon / Muximux

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

Fatal error: Call to undefined function session_status() in /usr/local/www/nginx/muximux.php on line 1110 #133

Closed Wolfeman0101 closed 7 years ago

Wolfeman0101 commented 7 years ago

Fatal error: Call to undefined function session_status() in /usr/local/www/nginx/muximux.php on line 1110

I was getting an HTTP 500 error so I turned on PHP display_errors and now I'm getting that error. I'm on FreeNAS.

colmconn commented 7 years ago

You may need to install the session shared extension for php. I got a similar message last weekend (on FreeBSD 10.3) and resolved it by installing the php56-session package.

Wolfeman0101 commented 7 years ago

Thanks installing php56-session fixed that error but now I'm getting this weird formatting issue.

http://i.imgur.com/iMXAmT6.png

colmconn commented 7 years ago

you are probably missing support for gzencode. Try installing php56-zlib

Wolfeman0101 commented 7 years ago

I installed php56-zlib and still getting the weird page format.

ihatemyisp commented 7 years ago

Which OS/browser are you using?

What OS and software are you hosting Muximux on? Looks like some CSS isn't loading...

Wolfeman0101 commented 7 years ago

Yeah it's something on Chrome that's breaking it. I'll figure it out thanks!