Posts by Breed

    To get the standalone version running on Windows8 64bit I had to edit pms_config.ini and change these lines


    Code
    ;--- Set this to true if you want to keep the server running after browser close or if you user NONE as browser type
    ;--- Please note that the only possibility to shutdown the server is to kill him over the taskmanager if this is true
    KeepRunningAfterBrowserClose=[COLOR='#FF0000']1[/COLOR]
    ;--- If the following parameter is 1 Server2Go shows a tray icon for shutting down the server. If you dont like a tray
    ;--- icon just left this parameter with value 0
    ShowTrayIcon=[COLOR='#FF0000']1[/COLOR]


    The server was shutting down when it failed to load firefox profile.


    You will need to right click the tray icon and close to exit the server.


    There is also an error for showing entitlements in class.data.php


    Line 399 is

    Code
    $isEnt = (stristr((String)$c['name'],"cccam"))?'<a href="#" onClick="entitlements(\''.(String)$c['name'].'\')">'.(String)$c['name'].'</a>':(String)$c['name'];


    it should be


    Code
    $isEnt = (stristr((String)$c['protocol'],"cccam"))?'<a href="#" onClick="entitlements(\''.(String)$c['name'].'\')">'.(String)$c['name'].'</a>':(String)$c['name'];


    The same error is in the code for linux servers.


    Now you should get a link on a reader name to show all cards, if the reader is cccam protocol.