Webinterface plugin (2 Viewers)

A

Anonymous

Guest
I to thinks its a supperb feature, Im just sad I cant get it up and running again.

/Bjorn
 

Maschine

Retired Team Member
  • Premium Supporter
  • June 15, 2004
    768
    86
    Germany
    Home Country
    Germany Germany
    Hey Bjorn,

    this is more the part Sam did for the webinterface, but as he's away for some days, I'll try to help. Searching on google for this errors pointed to a misfunction of the .net framework.

    Try to reinstall the MS .net framework including all servicepacks. Then try opening the webinterface again.

    hth,
    Maschine
     
    A

    Anonymous

    Guest
    I am getting the following error trying to see either the topbar or the web remote.

    Code:
    Fatal error: Class 'WebService_' not found in C:\Program Files\Team MediaPortal\MediaPortal\MPWebControl\php\PEAR\SOAP\WSDL.php on line 617

    Any ideas?

    Thanks,

    Don
     
    A

    Anonymous

    Guest
    Cooch, I've received the same error, for me the solution was to edit the index.php, install.php, webremote.php to reflect the correct port for the web server I was using, you'll find the line

    $wsdl_url = 'http://localhost/MPExtControlWS/MPWS.asmx?WSDL'

    Replace it with

    $wsdl_url = 'http://localhost:<port>/MPExtControlWS/MPWS.asmx?WSDL'

    Check if this works for you

    Regards

    Sebastian
     

    samuel337

    Portal Pro
    August 25, 2004
    772
    0
    Melbourne, Australia
    Maschine said:
    Hey Bjorn,

    this is more the part Sam did for the webinterface, but as he's away for some days, I'll try to help. Searching on google for this errors pointed to a misfunction of the .net framework.

    Try to reinstall the MS .net framework including all servicepacks. Then try opening the webinterface again.

    hth,
    Maschine

    I'd recommend the same - the aspnet_isapi.dll file is a part of the .NET framework and according to your message its missing.

    Sam
     

    Rybber

    Portal Pro
    October 26, 2004
    166
    0
    Denmark
    I just downloaded the webinterface, but couldn't get it to work since my router is occupying port 80... still working on it though.

    But I just tried using RealVNC's java web interface and it works like a charm - so why not just use it instead - it also gives you control over the whole HTPC instead of just mediaportal ??
     

    samuel337

    Portal Pro
    August 25, 2004
    772
    0
    Melbourne, Australia
    Rybber said:
    I just downloaded the webinterface, but couldn't get it to work since my router is occupying port 80... still working on it though.

    But I just tried using RealVNC's java web interface and it works like a charm - so why not just use it instead - it also gives you control over the whole HTPC instead of just mediaportal ??

    Running the web interface on another port will require changes to the PHP code as its hardcoded. In the next release (no release date set) I'm hoping to get the PHP code sorted out into classes, so that the code to connect to MP for example, is in one place and is referenced by the PHP pages.

    As for using VNC, its an idea, but you need a fairly high speed broadband connection (I think...) and sometimes you don't want to use the MP interface (designed for the TV, not the web). Its personal choice after all...

    Sam
     

    Rybber

    Portal Pro
    October 26, 2004
    166
    0
    Denmark
    samuel337 said:
    As for using VNC, its an idea, but you need a fairly high speed broadband connection (I think...) and sometimes you don't want to use the MP interface (designed for the TV, not the web). Its personal choice after all...

    Sam

    Actually I ran it off an old ISDN line yesterday (64 KBps) and it worked fine. I use overlay, and for some reason the output is only sent to the TV out, so using VNC I only see a black screen, which is good as it does not take up bandwidth.
     
    A

    Anonymous

    Guest
    Meine Fehlermeldung:
    My Bug

    Warning: sqlite_query() [function.sqlite-query]: no such table: program in C:\Programme\Team MediaPortal\MediaPortal\MPWebControl\htdocs\webscheduler\c_detail.php on line 53

    Warning: sqlite_num_rows() expects parameter 1 to be resource, boolean given in C:\Programme\Team MediaPortal\MediaPortal\MPWebControl\htdocs\webscheduler\c_detail.php on line 56
    Sorry, no EPG information available...
     

    Users who are viewing this thread

    Top Bottom