I updated to PlexMediaServer-1.15.0.659-9311f93fd and now I can't access server setting

Thanks @mikec_pt, I have fixed this issue on my FreeNas with your advise.
Here’s how I fix it:

  1. go into your jail terminal with jexec {PLEX_SERVER_JAIL_NUMBER}
  2. edit /usr/local/etc/rc.d/plexmediaserver
  3. comment export LD_LIBRARY_PATH="%%PREFIX%%/lib/compat:${SCRIPTPATH}" and replace with export LD_LIBRARY_PATH="${SCRIPTPATH}/lib"
  4. restart plex, problem solved, able to enter the setting pages now.
7 Likes