Products

Solutions

Resources

Partners

Community

About

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsRepositoryRepositoryRepository 3.01.14 Release Candidate posted for testingRepository 3.01.14 Release Candidate posted for testing
Previous
 
Next
New Post
12/28/2007 4:53 PM
 

I still haven't had any luck with the 'PAGER' functionality, but I noticed something else today:

Using the latest beta, the repository correctly goes to the 'All items' category when viewing the page for the first time, however, if I change the category to something else (which has more than 1 page of items), when I click on next page, instead of being on page 2 of the selected category, I am on page 2 of 'All items'.  I am using the nifty toggle template.

Can someone else confirm that this either works or doesn't work for them?  I had modified a few things in the template and want to make sure it's not something that I did.

Thanks.

 
New Post
12/30/2007 6:03 AM
 

fetaboy wrote

I'm trying to get the 'PAGER' functionality to work in the latest build.  I've replaced 'CUURENTPAGE' in my header and footer html for the nifty toggle template without any luck.  Is there some step I'm missing?

Thanks.

You are not missing anything... It is not working anymore on the latest beta RC9....
See the summary of bugs here (only one left, the pager one).

DV

 
New Post
12/30/2007 6:03 AM
 

Hi there,

I made a lot of tests with the latest RC9.

  • I can *NOT* reproduce the problems of brad (I am not sure that I have understood what the problem is)
  • I can reproduce the problems of [PAGER]: it does not work anymore...
  • Nevertheless, I can not reproduce the problem you mentionned fetaboy: I change category (with more than one page) and clicking on next page correctly show the next page.

To my opinion, we are near the final release, if Scott can solve the last problem with PAGER, we are done !!
See here the summary.

DV

 
New Post
12/31/2007 2:32 PM
 

RC10 has been posted for download.
http://www.gooddogs.com/dotnetnuke/Downloads/tabid/57/Default.aspx

As always, please read the DISCLAIMER at the top of the page before downloading and installing any development build.

=======================================================================
03.01.14 RC10 Build 24069
Released 12.17.2007
=======================================================================
-- Fixed issue with [PAGER] tag. The problem was that in RC9 I 
   localized the text for the dropdown items in the pager. But did
   not include the new resource in the resource file.
   The [PAGER] tag uses the Pager.Text resource key in the
   App_LocalResources\Repository.ascx.resx file
   The default value for the Pager.Text key is
   Page {0}
   It is a format string with a single value placeholder for the page
   number. If you change the resource entry, make sure to have a
   placeholder, i.e.: {0} in your resource string
 
New Post
1/2/2008 3:20 PM
 

For me, RC10 solves all problems, without bringing new critical problems.
It is ready for public release.

Nevertheless, I would like to inform that many errors are thrown in the event log viewer. These ones are not critical and I do not understand the meaning, but I prefer informing. I did not managed to understand when it happens and how... I think that it is linked to the download/visit process ??? See below the two errors thrown in the event log:

1/2/2008 12:16:07 PM General Exception   AssemblyVersion: 04.05.05; PortalID: 0; PortalNa ...
AssemblyVersion: 04.05.05
PortalID: 0
PortalName: DV FX
UserID: -1
UserName:
ActiveTabID: 56
ActiveTabName:
hidden
RawURL: hidden
AbsoluteURL:
hidden
AbsoluteURLReferrer: hidden
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 10454548-c124-4d47-937a-e116cf613d9d
InnerException: Unhandled Error:
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.HttpResponse.Redirect
StackTrace:
Message: System.Exception: Unhandled Error: ---> System.Web.HttpException: Cannot redirect after HTTP headers have been sent.at System.Web.HttpResponse.Redirect(String url, Boolean endResponse)at DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL)at DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e)at System.Web.UI.TemplateControl.OnError(EventArgs e)at System.Web.UI.Page.HandleError(Exception e)at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)at System.Web.UI.Page.ProcessRequest()at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)at System.Web.UI.Page.ProcessRequest(HttpContext context)at ASP.default_aspx.ProcessRequest(HttpContext context)at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)--- End of inner exception stack trace ---
Source:
Server Name:
hidden
 1/2/2008 12:16:07 PM Page Load Exception   AssemblyVersion: 04.05.05; PortalID: 0; PortalNa ...

AssemblyVersion: 04.05.05
PortalID: 0
PortalName: DV FX
UserID: -1
UserName:
ActiveTabID: 56
ActiveTabName:
hidden
RawURL: hidden
AbsoluteURL: hidden
AbsoluteURLReferrer: hidden
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 33bcb89e-2961-4350-8fca-13d20e4f9bde
InnerException: Server cannot append cookies after HTTP headers have been sent.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.HttpResponse.SetCookie
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Server cannot append cookies after HTTP headers have been sent. ---> System.Web.HttpException: Server cannot append cookies after HTTP headers have been sent.at System.Web.HttpResponse.SetCookie(HttpCookie cookie)at DotNetNuke.Modules.Repository.Repository.CreateCookie()at DotNetNuke.Modules.Repository.Repository.OnModuleCommunication(Object s, ModuleCommunicationEventArgs e)at DotNetNuke.Modules.Repository.RepositoryDashboard.lstObjects_ItemCommand(Object source, DataGridCommandEventArgs e)at System.Web.UI.WebControls.DataGrid.OnItemCommand(DataGridCommandEventArgs e)at System.Web.UI.WebControls.DataGrid.OnBubbleEvent(Object source, EventArgs e)at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args)at System.Web.UI.WebControls.DataGridItem.OnBubbleEvent(Object source, EventArgs e)at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args)at System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e)at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument)at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)--- End of inner exception stack trace ---
Source:
Server Name:
hidden

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsRepositoryRepositoryRepository 3.01.14 Release Candidate posted for testingRepository 3.01.14 Release Candidate posted for testing


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out