NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) NextPVR Enhanced Web Admin (NEWA) v
« Previous 1 … 29 30 31 32 33 … 47 Next »
Enhanced Web Admin (EWA) Build 72 Released

 
  • 0 Vote(s) - 0 Average
Enhanced Web Admin (EWA) Build 72 Released
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1
2008-01-21, 04:00 AM
Build 72 of EWA has been released. You can download it here or on the wiki.

This upgrade requires GBPVR 99.12 or higher to work.

Date: 2008-01-20 Build Number: 72 Changes:
  • UncleJohnsBand: Correct issue with theme not always displaying when accessing the login screen.
  • UncleJohnsBand: Added select All and None options to Manage Recordings filter.
  • UncleJohnsBand: Search processing has been totally re-written to improve performance and handle large EPG's.
  • UncleJohnsBand: Changes only in CSS based pages:
    • Add MP3 and WMA music tags as hover text in Music Library.
    • Updated Guide grid lines for the Blue and Default themes so they are visible.
    • Updated Guide to correctly place programmes when the first programme for the time period starts later that the startime of the time period.
    • Updated Manage Recordings and Search Result so that the programme description area scrolls if necessary.
    • Correct treeview display issue that was causing a display offset in entries that had more than one recording under them.
    • Correct treeview problem that caused shows to not be grouped together when sorting by title.
    • Correct treeview not displaying the correct channel name for programmes.

  • UncleJohnsBand: CSS General Notes:
    • CSS Note: To access CSS based screens use guide2.aspx as your start page.
    • CSS Note: CSS screens are coded in strict standards mode. This will make future updates easier and provides the best cross-browser (Firefox / IE) compatibility. However, this also means that the CSS sceens will only be fully supported by IE 7 and FireFox. Some screens will not work correctly in IE6. Sorry.
    • CSS Note: CSS screens are optimized for screens with 1024x768 resolution or higher. Lower resolution will just cause more scrolling on some screens.
    • CSS Note: Please post feedback/bugs in the EWA CSS Guide sticky thread located in the EWA support forum.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
ecorbin
Offline

Member

Posts: 71
Threads: 7
Joined: Sep 2004
#2
2008-01-22, 02:42 PM
As always, thanks, UJB, for the new version of EWA. And I know it's a few versions old by now, but I LOVE the auto-record functionality. It's great for finding shows on various topics. Thanks!

I'm getting an error message in v72. When I choose one of my saved searches, and click Submit, I get the following error. The other saved searches work fine.

Code:
SQLite error
ambiguous column name: CHANNEL.oid
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.Data.SQLite.SQLiteException: SQLite error
ambiguous column name: CHANNEL.oid

Source Error:


Line 636:            aCommand.Connection = aConnection;
Line 637:            // create the datareader object to connect to table and execute the query
Line 638:            aReader = aCommand.ExecuteReader();
Line 639:            return aConnection;
Line 640:        }


Source File: c:\Program Files\devnz\gbpvr\web\App_Code\classes\SearchEngine.cs    Line: 638


Stack Trace:

[SQLiteException (0x80004005): SQLite error
ambiguous column name: CHANNEL.oid]
   System.Data.SQLite.SQLite3.Prepare(String strSql, SQLiteStatement previous, String& strRemain) +316
   System.Data.SQLite.SQLiteCommand.BuildNextCommand() +231
   System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index) +14
   System.Data.SQLite.SQLiteDataReader.NextResult() +209
   System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) +69
   System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior) +35
   System.Data.Common.DbCommand.ExecuteReader() +9
   gbweb.classes.SearchEngine.executeQuery(String pgm_cmd, String where_cmd) in c:\Program Files\devnz\gbpvr\web\App_Code\classes\SearchEngine.cs:638
   gbweb.classes.SearchEngine.SelectProgrammes(Array channels, Array selectedGenre, Boolean checkTitle, Boolean checkDesc, Boolean checkSubtitle, Boolean matchTitle, Boolean matchDesc, Boolean matchSubtitle, Boolean matchUniqueID, String searchFor, Boolean caseSensitive, Schedule scheduleHelper, Int32 programmeMinLength, Int32 programmeMaxLength) in c:\Program Files\devnz\gbpvr\web\App_Code\classes\SearchEngine.cs:346
   gbweb.SearchResults.SearchForEpisode(Boolean checkTitle, Boolean checkDesc, Boolean checkSubtitle, Boolean matchTitle, Boolean matchDesc, Boolean matchSubtitle, Boolean matchUniqueID, String searchFor, Boolean caseSensitive, Int32 minLength, Int32 maxLength, String[] channels, String[] selectedGenre, String startdate, String starttime, String enddate, String endtime) in c:\Program Files\devnz\gbpvr\web\SearchResults.aspx.cs:628
   gbweb.SearchResults.SearchResults_PreRender(Object sender, EventArgs e) in c:\Program Files\devnz\gbpvr\web\SearchResults.aspx.cs:187
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Control.OnPreRender(EventArgs e) +80
   System.Web.UI.Control.PreRenderRecursiveInternal() +88
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5731

This saved search is set as an auto-record, and I think that part is working. I just get the error above when trying to view it. Under previous versions, it did work, but I'm not sure exactly when I last tried it. I did some trial-and-error, and I'm not finding an exact pattern as to when it occurs. The error message seems to point to channels, so I've played with selecting a channel or not, but the results don't seem consistent.

This is not urgent for me; just thought you'd want to check it out when you are able.

I'll send you a PM with the URL, username, and password for my EWA, if that'll help.

THANKS!
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#3
2008-01-23, 02:51 AM
ecorbin Wrote:As always, thanks, UJB, for the new version of EWA. And I know it's a few versions old by now, but I LOVE the auto-record functionality. It's great for finding shows on various topics. Thanks!

I'm getting an error message in v72. When I choose one of my saved searches, and click Submit, I get the following error. The other saved searches work fine.

Code:
SQLite error
ambiguous column name: CHANNEL.oid
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.Data.SQLite.SQLiteException: SQLite error
ambiguous column name: CHANNEL.oid

Source Error:


Line 636:            aCommand.Connection = aConnection;
Line 637:            // create the datareader object to connect to table and execute the query
Line 638:            aReader = aCommand.ExecuteReader();
Line 639:            return aConnection;
Line 640:        }


Source File: c:\Program Files\devnz\gbpvr\web\App_Code\classes\SearchEngine.cs    Line: 638


Stack Trace:

[SQLiteException (0x80004005): SQLite error
ambiguous column name: CHANNEL.oid]
   System.Data.SQLite.SQLite3.Prepare(String strSql, SQLiteStatement previous, String& strRemain) +316
   System.Data.SQLite.SQLiteCommand.BuildNextCommand() +231
   System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index) +14
   System.Data.SQLite.SQLiteDataReader.NextResult() +209
   System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) +69
   System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior) +35
   System.Data.Common.DbCommand.ExecuteReader() +9
   gbweb.classes.SearchEngine.executeQuery(String pgm_cmd, String where_cmd) in c:\Program Files\devnz\gbpvr\web\App_Code\classes\SearchEngine.cs:638
   gbweb.classes.SearchEngine.SelectProgrammes(Array channels, Array selectedGenre, Boolean checkTitle, Boolean checkDesc, Boolean checkSubtitle, Boolean matchTitle, Boolean matchDesc, Boolean matchSubtitle, Boolean matchUniqueID, String searchFor, Boolean caseSensitive, Schedule scheduleHelper, Int32 programmeMinLength, Int32 programmeMaxLength) in c:\Program Files\devnz\gbpvr\web\App_Code\classes\SearchEngine.cs:346
   gbweb.SearchResults.SearchForEpisode(Boolean checkTitle, Boolean checkDesc, Boolean checkSubtitle, Boolean matchTitle, Boolean matchDesc, Boolean matchSubtitle, Boolean matchUniqueID, String searchFor, Boolean caseSensitive, Int32 minLength, Int32 maxLength, String[] channels, String[] selectedGenre, String startdate, String starttime, String enddate, String endtime) in c:\Program Files\devnz\gbpvr\web\SearchResults.aspx.cs:628
   gbweb.SearchResults.SearchResults_PreRender(Object sender, EventArgs e) in c:\Program Files\devnz\gbpvr\web\SearchResults.aspx.cs:187
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Control.OnPreRender(EventArgs e) +80
   System.Web.UI.Control.PreRenderRecursiveInternal() +88
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5731
This saved search is set as an auto-record, and I think that part is working. I just get the error above when trying to view it. Under previous versions, it did work, but I'm not sure exactly when I last tried it. I did some trial-and-error, and I'm not finding an exact pattern as to when it occurs. The error message seems to point to channels, so I've played with selecting a channel or not, but the results don't seem consistent.

This is not urgent for me; just thought you'd want to check it out when you are able.

I'll send you a PM with the URL, username, and password for my EWA, if that'll help.

THANKS!

This is a bug. :eek:

If you opt to search more than just one option for a search string (Title, Sub-Title, Description) the error occurs.

Attached is a single file patch that corrects the issue.

Thanks for reporting the bug! Big Grin
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Error with Web Admin? jksmurf 0 2,423 2019-06-20, 10:34 AM
Last Post: jksmurf
  NEWA Web Admin working OK, but have question about modern GUI playback controls tinstaafl 0 2,358 2017-03-19, 10:11 PM
Last Post: tinstaafl
  Multiple Users for Web Admin rowle1jt 5 3,996 2017-01-10, 01:00 AM
Last Post: UncleJohnsBand
  NEWA Release Build 2.17 Released 2015-08-29 UncleJohnsBand 0 8,372 2015-08-30, 08:05 PM
Last Post: UncleJohnsBand
  NEWA Release Build 2.16 Released 2015-04-25 UncleJohnsBand 0 1,902 2015-04-25, 03:18 PM
Last Post: UncleJohnsBand
  NEWA Release Build 2.15 Released 2014-10-25 UncleJohnsBand 0 2,236 2014-10-26, 09:38 PM
Last Post: UncleJohnsBand
  NEWA Release Build 2.13 Released 2014-07-21 UncleJohnsBand 0 2,143 2014-07-21, 09:13 PM
Last Post: UncleJohnsBand
  NEWA Release Build 2.11 Released 2014-01-12 UncleJohnsBand 0 2,080 2014-01-13, 03:41 AM
Last Post: UncleJohnsBand
  NEWA Release Build 2.10 Released 2013-12-30 UncleJohnsBand 0 2,266 2013-12-31, 02:49 AM
Last Post: UncleJohnsBand
  NEWA Release Build 1.34 Released 2013-03-25 UncleJohnsBand 0 7,701 2013-03-29, 03:03 AM
Last Post: UncleJohnsBand

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

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

Linear Mode
Threaded Mode