NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 45 46 47 48 49 … 93 Next »
Enhanced Web Admin

Thread Closed 
 
  • 0 Vote(s) - 0 Average
Enhanced Web Admin
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#641
2006-01-08, 10:59 PM
A thirty second request (hopefully).

Could we have a config option to hide descriptions from the main guide page.

I've done it here, but permanently and so the only time I get a description is when I click on an entry and get the popup box.

Makes the guide page nice and small.
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#642
2006-01-09, 09:13 AM
I've added these requests to the Wiki page, let me know if there's anything else missing.
goelectric
Offline

Junior Member

Posts: 17
Threads: 1
Joined: Nov 2005
#643
2006-01-09, 05:46 PM
normanr Wrote:I've added these requests to the Wiki page, let me know if there's anything else missing.

Hi,

How easy would it be to add a link with the current Program/Film name to launch a new web page with lookup fo the title on imdb (Internet Movie Database)? Is this something I could help with?

Best regards

Steve.
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#644
2006-01-09, 09:45 PM (This post was last modified: 2006-01-09, 09:48 PM by normanr.)
build 30 is out:

- Moved the pulling of the show Rating from ZapTools to the GBPVR Native database. (UJB)
- Corrected malformed file name when trying to play complete album. (UJB)
- Added ability to view all shows for a single channel via the Search utility by simply clicking on channel number on the Guide. (UJB)
- Added ability to download entire album as an uncompressed zip file. (Nurm)
- Added ability to link directly to IMDB from Guide. (Nurm)

(If you upgrade in the next 24 hours and get a white background with no images, plase wait 24 hours and then hit refresh - this is an issue in the .net framework when I'm too lazy to backdate css changes. You could always backdate the css files for me Smile)
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#645
2006-01-09, 09:56 PM
goelectric Wrote:How easy would it be to add a link with the current Program/Film name to launch a new web page with lookup fo the title on imdb (Internet Movie Database)?
Oddly enough, I was thinking about this yesterday Big Grin, hence why it's in build 30.
bhays
Offline

Member

Posts: 79
Threads: 19
Joined: Jan 2006
#646
2006-01-10, 02:05 AM
I am trying to use web admin for the first time and when I try to login, I get this error below. Any suggestions?

Server Error in '/gbpvr' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: The base class includes the field 'LoginButton', but its type (System.Web.UI.WebControls.LinkButton) is not compatible with the type of control (System.Web.UI.WebControls.ImageButton).

Source Error:

Line 75: <br>
Line 76: <br>
Line 77: <asp:ImageButton id="LoginButton" runat="server" ImageUrl="images/login_btn_login.jpg"></asp:ImageButton><br>
Line 78: <br>
Line 79: </form>


Source File: C:\Program Files\devnz\gbpvr\web\login.aspx Line: 77

Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#647
2006-01-10, 08:25 AM
Same as #613 and #633. For now please copy the new files over the old ones, instead of removing the old files first. Either that or don't use the start menu icons to use GB-PVR, because they make the windows installer re-install the old files.
bhays
Offline

Member

Posts: 79
Threads: 19
Joined: Jan 2006
#648
2006-01-10, 01:40 PM
Thanks. I wondered why the installer kept running, I thought it was related to slimmgbpvr that I installed at the same time.

I will copy the new files over the old and see if that resolves the issue.
xjaydpnoyx
Offline

Junior Member

Posts: 17
Threads: 5
Joined: Oct 2005
#649
2006-01-12, 06:08 AM
I installed build 30 over my previous build (unsure of what number it was). I keep on getting an error:

Code:
Server Error in '/gbpvr' Application.
File or assembly name GBPVRBackendCommon, or one of its dependencies, was not found.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: File or assembly name GBPVRBackendCommon, or one of its dependencies, was not found.

Source Error:

Line 30:         private static bool __initialized = false;
Line 31:        
Line 32:         public Global_asax() {
Line 33:             if ((ASP.Global_asax.__initialized == false)) {
Line 34:                 ASP.Global_asax.__initialized = true;


Source File: c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\gbpvr\9aacd6ab\ecd5f8fa\acovd65j.0.cs    Line: 32

Assembly Load Trace: The following information can be helpful to determine why the assembly 'GBPVRBackendCommon' could not be loaded.

=== Pre-bind state information ===
LOG: DisplayName = GBPVRBackendCommon, Version=1.0.2161.11532, Culture=neutral, PublicKeyToken=null
(Fully-specified)
LOG: Appbase = file:///D:/Program Files/devnz/GBPVR/web
LOG: Initial PrivatePath = bin
Calling assembly : gbweb, Version=1.28.2161.17849, Culture=neutral, PublicKeyToken=null.
===

LOG: Private path hint found in configuration file: plugins.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: GBPVRBackendCommon, Version=1.0.2161.11532, Culture=neutral, PublicKeyToken=null
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/gbpvr/9aacd6ab/ecd5f8fa/GBPVRBackendCommon.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/gbpvr/9aacd6ab/ecd5f8fa/GBPVRBackendCommon/GBPVRBackendCommon.DLL.
LOG: Attempting download of new URL file:///D:/Program Files/devnz/GBPVR/web/bin/GBPVRBackendCommon.DLL.
LOG: Attempting download of new URL file:///D:/Program Files/devnz/GBPVR/web/bin/GBPVRBackendCommon/GBPVRBackendCommon.DLL.
LOG: Attempting download of new URL file:///D:/Program Files/devnz/GBPVR/web/plugins/GBPVRBackendCommon.DLL.
LOG: Attempting download of new URL file:///D:/Program Files/devnz/GBPVR/web/plugins/GBPVRBackendCommon/GBPVRBackendCommon.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/gbpvr/9aacd6ab/ecd5f8fa/GBPVRBackendCommon.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/gbpvr/9aacd6ab/ecd5f8fa/GBPVRBackendCommon/GBPVRBackendCommon.EXE.
LOG: Attempting download of new URL file:///D:/Program Files/devnz/GBPVR/web/bin/GBPVRBackendCommon.EXE.
LOG: Attempting download of new URL file:///D:/Program Files/devnz/GBPVR/web/bin/GBPVRBackendCommon/GBPVRBackendCommon.EXE.
LOG: Attempting download of new URL file:///D:/Program Files/devnz/GBPVR/web/plugins/GBPVRBackendCommon.EXE.
LOG: Attempting download of new URL file:///D:/Program Files/devnz/GBPVR/web/plugins/GBPVRBackendCommon/GBPVRBackendCommon.EXE.


Stack Trace:

[FileNotFoundException: File or assembly name GBPVRBackendCommon, or one of its dependencies, was not found.]
   gbweb.Global..ctor() +0
   ASP.Global_asax..ctor() in c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\gbpvr\9aacd6ab\ecd5f8fa\acovd65j.0.cs:32

[TargetInvocationException: Exception has been thrown by the target of an invocation.]
   System.RuntimeType.CreateInstanceImpl(Boolean publicOnly) +0
   System.Activator.CreateInstance(Type type, Boolean nonPublic) +66
   System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +664
   System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +200
   System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +157
   System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +229
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +414


Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032

Please help me...
drugstore_cowboy
Offline

Member

Posts: 151
Threads: 11
Joined: Jul 2005
#650
2006-01-12, 07:35 AM
xjaydpnoyx Wrote:Please help me...

Okay xjaydpnoyx Here is what I think is going on...

when you installed over the previous version you must have kept some/all of the files in your ..\web\bin folder and therefore some of the files did not get created after restarting the recordingservice.

Here is what you have to do...

1. Stop your recording service
2. Rename your current web folder to web_old (or something of your choice)
3. Extract the new web folder to the GBPVR directory
4. Make sure you have an images folder in the web dir (Chances are you don't so you can copy the one from your web_old folder
5. You should currently have three files in the ...\web\bin folder (gbweb.dll, gbweb.pdb, ICSharpCode.SharpZipLib.dll)
6. Restart the recordingservice and then try the EWA again
7. You should now have seven files in the ...\web\bin folder (one of which is the GBPVRBackendCommon.dll which is the cause of your problem at the moment).
8. You should now be working - if not you will have to wait for UncleJohnsBand or Normanr to respond
_______________________________
Drugstore_Cowboy
« Next Oldest | Next Newest »

Users browsing this thread: 5 Guest(s)

Pages (161): « Previous 1 … 63 64 65 66 67 … 161 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  SQLite GUI-based admin & query building? Braklet 3 1,960 2006-10-30, 02:45 PM
Last Post: Braklet
  Recordings made via the Web Admin interface are at the wrong resolution! mmatheny 9 3,091 2006-08-04, 06:34 PM
Last Post: HtV
  Enhanced Web Admin Hobson 3 2,383 2006-06-09, 07:47 AM
Last Post: Hobson
  Enhanced Web Admin (Time Slice error?) SFX Group 2 1,834 2006-02-04, 08:10 PM
Last Post: normanr
  Web Admin suggested feature babybob 0 1,153 2006-01-31, 10:12 PM
Last Post: babybob
  Enhanced Web Admin Request psycik 1 1,342 2005-10-10, 08:16 PM
Last Post: UncleJohnsBand
  reoccuring + web admin aegisx 0 1,174 2005-01-25, 10:57 PM
Last Post: aegisx
  GBPVR Web Admin KingArgyle 8 4,078 2004-12-15, 03:01 AM
Last Post: KingArgyle

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode