Reply to thread

Thanks for a fantastic plugin, I got the web interface working very easily. But I had some problems with the WAP version, similar to some of the earlier postings with an ampersand in the text.


So I've updated to the latest CVS build (I think), but it gives me:


[code]XML Parsing Error: not well-formed Location: resource://gre/res/hiddenWindow.html Line Number 48, Column 28:


<option value="12">0) Men & Motors</option>

---------------------------^

[/code]

I setup an account on Mantis and tried the updater, this says "Latest version installed". Info is here:


[code]

    * Current Version .: 0.3.2

    * Current Build .: 2005_11_07_19_45

    * Current Language .: English


    * Current Webservice version .: 1.0.2067.40040

    * Current ECP2Assembly.dll(running within MediaPortal) version .: Object id #10

    * Current ECP2Assembly.dll(running within the Webservice) version .: Object id #21

    * Current MPWUpdater version .: 0.1.12


    * Servername.: localhost

    * Current Webserver Version.:

      Apache/2.0.52 (Win32) mod_ssl/2.0.52 OpenSSL/0.9.7c PHP/5.0.3RC2-dev

    * Current Webserver Port.: 81


    * Media Portal Path .: C:\Program Files\Team MediaPortal\MediaPortal

    * Timeform .: 24h

    * Primetime .: 2015

    * Debug mode .: No

[/code]

I extracted the files to the Webscheduler directory, hope that was the right thing to do!


I also had an error on the data.php about an unexpected ; This seemed to be caused by:

$defaultPaddingStart = ;

$defaultPaddingEnd = ;


So I added zeros to them and it was OK.


Top Bottom