Fresh install: Discussion Board item "alert me" errors Web Parts Maintenance Page

This happens on a freshly installed Sharepoint 2013 Foundation standalone server.
I create a standard Discussion board app and add a discussion post. I enter the post, and use the "alert me" option (under the post, not in the top ribbon). I hit ok on the alert settings and get the "sorry, something went wrong"
page. Doesn't matter what user tries to use the "alert me" option, same error occurs. Doesn't matter if I create a new web application or site collection, Discussion board always does this. Just to note, even though there is an error, the alert is
still created.
An unexpected error has
occurred.
Web
Parts Maintenance Page: If you have permission, you can use this page to
temporarily close Web Parts or remove personal settings. For more information,
contact your site administrator.
Application error when access /Lists/tax discussion/Flat.aspx, Error=Value does not fall within the expected range.
at Microsoft.SharePoint.SPContentTypeId..ctor(String id)   
at Microsoft.SharePoint.SPViewContext.get_FolderContentTypeId()  
at Microsoft.SharePoint.WebControls.ViewSelectorMenu.AddMenuItems()  
at Microsoft.SharePoint.WebControls.ToolBarMenuButton.CreateChildControls()  
at Microsoft.SharePoint.WebControls.ViewSelectorMenu.CreateChildControls()  
at System.Web.UI.Control.EnsureChildControls()   
at Microsoft.SharePoint.WebControls.TemplateBasedControl.OnLoad(EventArgs e)  
at Microsoft.SharePoint.WebControls.ToolBarMenuButton.OnLoad(EventArgs e)  
at System.Web.UI.Control.LoadRecursive()   
at System.Web.UI.Control.AddedControl(Control control, Int32 index)  
at Microsoft.SharePoint.WebPartPages.XsltListViewWebPart.CreateChildControls()  
at Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.CreateChildControls()  
at System.Web.UI.Control.EnsureChildControls()   
at System.Web.UI.Control.PreRenderRecursiveInternal()   
at System.Web.UI.Control.PreRenderRecursiveInternal()   
at System.Web.UI.Control.PreRenderRecursiveInternal()   
at System.Web.UI.Control.PreRenderRecursiveInternal()   
at System.Web.UI.Control.PreRenderRecursiveInternal()   
at System.Web.UI.Control.PreRenderRecursiveInternal()   
at System.Web.UI.Control.PreRenderRecursiveInternal()   
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
System.ArgumentException: Value does not fall within the expected range. 
at Microsoft.SharePoint.SPContentTypeId..ctor(String id)   
at Microsoft.SharePoint.SPViewContext.get_FolderContentTypeId()  
at Microsoft.SharePoint.WebControls.ViewSelectorMenu.AddMenuItems()  
at Microsoft.SharePoint.WebControls.ToolBarMenuButton.CreateChildControls()  
at Microsoft.SharePoint.WebControls.ViewSelectorMenu.CreateChildControls()  
at System.Web.UI.Control.EnsureChildControls()   
at Microsoft.SharePoint.WebControls.TemplateBasedControl.OnLoad(EventArgs e)
at Microsoft.SharePoint.WebControls.ToolBarMenuButton.OnLoad(EventArgs e)  
at System.Web.UI.Control.LoadRecursive()   
at System.Web.UI.Control.AddedControl(Control control, Int32 index)  
at Microsoft.SharePoint.WebPartPages.XsltListViewWebPart.CreateChildControls()  
at Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()   
at System.Web.UI.Control.PreRenderRecursiveInternal()   
at System.Web.UI.Control.PreRenderRecursiveInternal()   
at System.Web.UI.Control.PreRenderRecursiveInternal()   
at System.Web.UI.Control.PreRenderRecursiveInternal()   
at System.Web.UI.Control.PreRenderRecursiveInternal()   
at System.Web.UI.Control.PreRenderRecursiveInternal()   
at System.Web.UI.Control.PreRenderRecursiveInternal()   
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

This issue is known by Microsoft but there is no ETA on a fix. My case for this issue was closed a few days ago on this problem.
Trevor Seward, MCC
Follow or contact me at...
&nbsp&nbsp
This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Similar Messages

  • Discussion Board item not displaying in web part page

    Hi, I am using SharePoint 2013 on-premise. I created new Discussion Board name as "Discuss" and displayed in
    Management View as shown below.
    The list item showing properly without any issues.
    But when i am adding this web-part into web part page with Management
    view. The items are not displaying.
    What is the issue.? How to display the items here.?
    Thanks in advance.

    Hi Ismaiel,
    The Discussion Board is in same site.
    If displaying the web-part page with Subject view the items are visible.
    But when i am changing the view to Management the items are hidden.

  • Content Search and 'Items Matching a Tag' Web Part Not Displaying Results Shown in Preview

    Hi
    I've been trying to set up both the Content Search and Items Matching a Tag Web Parts with the same issue.  In both cases I can create a query which displays the expected results in the Search Result Preview pane but no results are returned when browsing
    the page.
    I'm a Site Collection administrator
    tried viewing the page in IE8, Chrome and Firefox
    another user account with Full Control permissions on the site results in the same issue
    I've reindexed the site (which has completed as other alterations on the content are now being returned in the normal search results)
    I've tried removing and re-adding the offending web parts
    The queries in both web parts are pushed back to the most simple possible - ie all documents in the current site collection for the Content Search query and 'Current site collection + Don't restrict by any tag' in the Items Matching a Tag
    I haven't touched the display templates or made any other alterations AT ALL - this is a virgin site collection beyond documents in a library
    Does anyone have any ideas?

    I was able to make this do what I needed it to.

  • Download items from a listviewbyquery web part into excel file

    Hi,
    Am having a doc lib view, I mean, I used listviewbyquery web part to display the items from doc lib.
    Now I have the requirement to download  all those  items in the  listviewbyquery web part to an excel file.
    is this possible.
     help is appreciated!
    Das

    Hi Das,
    Based on your description, you might want to download items as well as documents from a ListViewByQuery web part.
    There is no such API in both SharePoint Object Model or Client Object Model can help to access a ListViewByQuery web part in a page directly like what we can do to
    a list/library, I would suggest you query/download data from the source library using SharePoint Object Model if the query or filter condition in the ListViewByQuery web part is available to you.
    If there is need to do the job against the ListViewByQuery web part directly, a workaround is that we can use JavaScript to gather the data needed(such as item id,
    file URL) from HTML source of the web part in a page, then download the related documents to the local machine using Server Object Model.
    How to search elements in HTML source code using JavaScript:
    http://javascript.info/tutorial/searching-elements-dom
    A code demo about how to download files to local machine:
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/369fb601-e51b-4a36-9246-70cf559133cc/programatically-download-files-from-sharepoint-document-library?forum=sharepointdevelopmentprevious
    Best regards
    Patrick Liang
    TechNet Community Support

  • Sharepoint 2013 discussion board item view (flat.aspx) throws js error after being migrated from moss 2007

    After preforming a migration from moss 2007 to 2013 on-prem we have noticed that html tags are showing up in the discussion board posts.  I have tracked the problem down to the flat.aspx page throwing a js error. 
    'SPAnimationUtility' is undefined - coming from the sp.ui.discussions.js file
    this is what I see on the page: 
    The reply and edit buttons function fine.  Its just that the html is exposed. 
    Anyone seen this before or have a clue as to how to solve?  
    Thanks,
    -Alex

    As I remember there are a couple managed properties (metadata) that are used by the views that don't get created when you migrate a discussion board from a previous version.  I don't remember the specific properties, but take a look at a new discussion
    board in 2013 and compare the properties in the views and you will find them.  
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Send an email alert when an item is added to web part from list.

    Hello, I'm a SharePoint 2010 newbie and have been tasked with a small project and would greatly appreciate any help. We have a web part on our home page that is populated from a query source list from one of our department's sites.  We would like
    for an alert email to be sent out when it hits the web part.  I was able to use the Alert Me feature on the list to send out an email however the alert had links to the source site page and we only want to have a link to the new item. 

    Hello,
    Do you have SP designer installed in your machine? If yes then create simple list workflow using designer then you can customize the email body as per your business need.
    Here is link to add current item link in email body:
    http://www.enjoysharepoint.com/Articles/Details/sharepoint-designer-2010-workflow-email-link-to-edit-item-or-20796.aspx
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • More than 50 items in content Search Web part

    HI,
    How can i override the maximul limit of 50 items in a content search web part?
    I have a specific requirement where I need to show more than 500 items with Paging activated.
    Kindly advise hwo it can be achieved.
    Thanks,
    kesari suresh

    Hello , 
    The client side solution
    proposed by Matt
    Stark int this work around Blog 
    not workling as i wish ,  i have set the limit to 700 but the webPart still get it limit  50 instead of 700.
    in my display template ,  ctx.ClientControl.get_numberOfItems()=700 but only 50 items per page are rendred.
    What's wrong ?
    Any help will be appreciated.
    Thanks

  • Windows 8.1 fresh install of iTunes 11.1.3: Error 7 (Windows error 193)

    Hi.
    I have installed Windows 8.1 yesterday. I downloaded and installed iTunes64 11.1.3, but when I try to start it I get this:
    iTunes
    iTunes was not installed correctly.  Please reinstall iTunes.
    Error 7 (Windows error 193)
    OK  
    I browsed several sites describing similar problems. But uninstalling/reinstalling every related to Apple (even with Revo Uninstaller) did not help. Dot-Net Framework is build in in Windows 8, so http://support.apple.com/kb/ts3074 does not help.
    Any ideas?
    Cheers, Tobias

    Hello,
    Are you able to share your Blend logs?
    On a Windows PC:
    C:/Users/<username>/AppData/Local/Temp/Screenshot_<date>.png
    C:/Users/<username>/AppData/Local/BlackBerry/Blend/Logs
    C:/Users/<username>/AppData/Local/Temp
    (BBBlend_Install.log, rim_usb_install_log*.log, blackberryncm_log*.log, blackberry_desktop_software_*.log, ConnectivityRegistryKeys.txt, "BlendIPConfigAllOutput.txt, BlendRouteOutput.txt, BlendMSInfo32.nfo)
    C:/Windows/inf (setupapi.dev.log)
    C:/Windows" (setupapi.log)
    C:/Users/<username>/AppData/Local/BlackBerry/Blend/Logs
    C:/Users/<username>/AppData/LocalLow/BlackBerry/Blend/Logs
    C:/Users/<username>/AppData/Local/Research In Motion/BlackBerry 10 Desktop/Logs/PeerToPeer
    C:/ProgramData/Research In Motion/Tunnel Manager
    C:/ProgramData/Research In Motion/BlackBerry 10 Desktop/Logs/PeerToPeer
    C:/Users/<username>/AppData/Local/BlackBerry/Blend
    C:/Users/<username>/AppData/Roaming/Research In Motion/BlackBerry 10 Desktop/RemoteAccess/nginx/conf"
    On a Mac PC:
    $TMPDIR/Screenshot_<date>.png
    $TMPDIR/BlendSample_Blend_*txt
    /Users/akwak/Library/Application Support/BlackBerry/Blend/Logs
    /Users/akwak/Library/Logs/BlackBerry/PeerManager
    /Library/Logs/BlackBerry/TunnelManager
    /Users/akwak/Library/Logs/DiagnosticReports
    /Library/Logs/DiagnosticReports
    Did someone help you? Click Like! Did a post solve your issue? Click Accept as Solution!

  • Limit items in content search web part on carousel view.

    Hey, 
    I want to use CSWP Carousel to view photos. 
    Currently I have six images in my library (and nothing else), but tomorrow may be sixteen. In the WP settings I can have up to fifty items and can not leave this section blank. 
    In the CSWP I'm searching by path, so no chance it take items from other libraries.
    The problem: When I define a lot of items I get an empty display of items that do not exist instead of ignoring the items that not existed. 
    It does not make sense that I would have to enter the WP settings every time I change the number of items in the Library. 
    Thanks for the help ...

    Hello , 
    The client side solution
    proposed by Matt
    Stark int this work around Blog 
    not workling as i wish ,  i have set the limit to 700 but the webPart still get it limit  50 instead of 700.
    in my display template ,  ctx.ClientControl.get_numberOfItems()=700 but only 50 items per page are rendred.
    What's wrong ?
    Any help will be appreciated.
    Thanks

  • Display the last item in Content Query web part

    Edited my post
    I was trying to create a CQWP that will display 5 blog posts in the following format:
    Name of the blog                | Previous blog posts:    |
     Post 5                               |  Post 4                     
    |
     Description                        |  Post 3                     
    |
                                             |  Post
    2                      |
                                             |  Post
    1                      |
    --------------------------------------------------------- |
    This was my first time using CQWP and XSLT. So the guys in this forum helped me with the code that finds the last item and splits it from the rest of the posts.
    But when I try to create a format like the table above, is not possible, because <xsl:Template keeps repeating the layout. It seems that CQWP is not made for fanncy layouts. I think it functions in a top-to-bottom fashion.
    If anyone knows how to create the format above, I will be very greatful.
    First post in this threat:
    Can anyone tell me how can I display the last item added using CQWP and XSLT?
    The code below displays all titles. I don't know how can I get the last item. The xslt template below works like a repeater control.
    Any help will be very much appreciated.
         <xsl:template name="abc" match="Row[@Style='abc']" mode="itemstyle">
             <xsl:value-of select="@title"/>
         </xsl:template>
    thank you.

    Try this (you'll need to modify the widths according to your requirements, and sort you're list so that most recent items is returned first)
    <xsl:template name="TestCount" match="Row[@Style='TestCount']" mode="itemstyle">
    <xsl:variable name="DisplayTitle">
    <xsl:call-template name="OuterTemplate.GetTitle">
    <xsl:with-param name="Title" select="@Title"/>
    <xsl:with-param name="UrlColumnName" select="'LinkUrl'"/>
    </xsl:call-template>
    </xsl:variable>
    <xsl:variable name="ItemNumber">
    <xsl:number></xsl:number>
    </xsl:variable>
    <xsl:choose>
    <xsl:when test="$ItemNumber = '1'">
    <div style="float:left;width:100px;margin:5px;display:block;">First Item: <xsl:value-of select="$ItemNumber"/> (<xsl:value-of select="$DisplayTitle"/>)</div>
    </xsl:when>
    <xsl:when test="$ItemNumber = '2'">
    <div style="float:left;width:100px;margin:5px;display:block;">Last Item: <xsl:value-of select="$ItemNumber"/> (<xsl:value-of select="$DisplayTitle"/>)</div>
    </xsl:when>
    <xsl:when test="$ItemNumber = $ItemCount">
    <div style="clear:both;float:left;width:100px;margin:5px;left:105px;display:block;">Last Item: <xsl:value-of select="$ItemNumber"/> (<xsl:value-of select="$DisplayTitle"/>)</div>
    </xsl:when>
    <xsl:otherwise>
    <div style="clear:both;float:left;width:100px;margin:5px;left:105px;display:block;">Item Number: <xsl:value-of select="$ItemNumber"/> (<xsl:value-of select="$DisplayTitle"/>)</div>
    </xsl:otherwise>
    </xsl:choose>
    </xsl:template>
    Regards, Matthew
    My Blog
    Please remember to click "Mark As Answer" if a post solves your problem or "Vote As Helpful" if it was useful.

  • Show all items in data form web part when no filter value

    I have connected a XSLT list view web part with a data form web part.
    The list view web part sends the connection parameter and the data form web part filters the corresponding content.
    I need the data form web part to show all the data in the list when the connection parameter is empty.
    Please let me know how i can implement this.

    Any ideas !!

  • SharePoint 2013 Disscussion List - Alert Me Error

    Hello,
    I am have trouble setting up an "Alert Me" notification from the message view of a discussion list in SharePoint 2013.  I can setup an "Alert Me" notification from the Discussion level with out any problems. 
    I am on the latest cumulative update. 15.0.4535.1000
    Error -
    Sorry, something went wrong
    An unexpected error has occurred.
    Web Parts Maintenance Page: If you have permission, you can use this page to temporarily close Web Parts or remove personal settings. For more information, contact your site administrator.
    Technical Details
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: 0aee579c-de7f-b056-1de8-ef77a44472be
    Date and Time: 11/18/2013 2:33:12 PM
    I have run into this problem on 2 different instances of SharePoint 2013, but I am not sure if I am missing a service or feature that needs to be enabled.  Any help is very appreciated. 

    Hi,
    According to your post, my understanding is that you got a web parts maintenance page error.
    Try to check web part maintenance page in case error webpart cause this issue.
    How to open this page, please follow the below:
    Type the string “?contents=1” at the end of the url of the page.
    For example
    http://mysite/pages/default.aspx?contents=1
    If it existed incorrect web part, just delete it.
    More information:
    http://sharepoint-works.blogspot.in/2012/03/sharepoint-web-part-maintenance-page.html#.UosD5xyVOpp
    You can also change the trust level for the site as below link, then check whether it works.
    http://blog.summitcloud.com/2009/12/fix-an-unexpected-error-has-occurred-web-parts-maintenance-page/
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • How to change the Discussion board view to facebook posting type view

    hi friends..
    i want to change the discussion board view to facebook posting type.Where multiple discussions and comments on single page as well as all the comments should be in a threaded view and also i want to find a new discussion
    link in same page.
    can any one help me...

    Hi,
    As I understand, you would like to improve discussion board to display all posts on a single page with comments.
    There is no OOB option to customize discussion board. However, there are workarounds:
    You could create a site with Blog site template, and it could meet your requirement. More information about Blog site:
    http://office.microsoft.com/en-in/sharepoint-foundation-help/create-a-blog-HA010378201.aspx
    You could use Note Board web part instead, and customize it to allow reply:
    http://social.technet.microsoft.com/Forums/en-US/f7e466ee-ab53-47c5-9dd9-232e295bca6f/sharepoint-2010-note-board-web-part?forum=sharepointgeneralprevious
    You could customize Discussion Board directly using Content Query Web Part and XSL:
    http://sharepointsolutions.com/sharepoint-help/blog/2013/04/custom-discussion-board-rollup-using-content-query-web-part-and-xsl/
    Regards,
    Rebecca Tu
    TechNet Community Support

  • What's New Web Part will not show updates from Team Discussion Web Part

    I have a Team Discussion Web Part which I want to show in the "What's New" updates Web Part. I have indexed the "modified" column of the team discussion and added it as a target list for the What's new Web Part, however updates to the Team
    Discussion are not showing up in the What's New Web Part.
    If I happen to tell the What's New web part to "use the below person column as a filter" and choose "Modified By", the page will crash with an error stating that the What's New web part caused the failure.
    Any suggestions?

    Hi KinsDotNet,
    According to your description, I could reproduce this issue.
    The following alternative solution consists in using the " Team Discussion " web part (with a customized view) in place of the " What's New " web part.
    Alternative solution steps:
    1. Create an index on the “ Modified ” field of the “ Team Discussion ” library in the Site Collection page in which “ What’s New ” web part’s functionality is needed
    2. Insert a “ Team Discussion ” web part in the same page and position where the “ What’s New ” web part was intended to be situated, or wherever it is needed
    3. Click on the “ Save & Close ” icon to save the page with the new “ Team Discussion ” web part
    4. Click on the “ Edit Web Part ” option in the  “ Team Discussion ” web part’s context-menu and click on the “ Edit the current view ” link inside the “ List Views ” section of the web part’s settings box
    5. Choose the desired display columns in the “ Columns ” section
    6. Set the “ Sort ” and “ Filter ” sections settings according to the following screenshot:
    7. In Step 6 , likely two identical “ Modified By ” options will be seen inside the “ Filter ” section’s “ when column ” drop-down.
     Selecting the second of these two “ Modified By ” options will likely cause the “ Team Discussion ” web part to not  work properly, so please make sure to select the first “ Modified By ” option. If, in the unlikely case, after  selecting the
    first “ Modified By ” option the “ Team Discussion ” web part does not render properly, go back and  select the second “ Modified By ” option and the web part should render properly
    8. In the “ Item Limit ” section, set the “ Number of items to display ” to the maximal amount of items you would like to be displayed inside the web part (for example:  5 )
    9. Click the "OK" to save the settings
    A similar post for your reference:
    http://social.technet.microsoft.com/Forums/en-US/dbdc67ed-1453-4045-b2a7-b6ab83b23c8c/include-discussion-board-on-a-whats-new-web-part?forum=sharepointgeneralprevious
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Web Part error after Request Management Configuration

    Dear All,
    I'm so confused in RM, because when ever I trying to open the site pages throw error message like;
    Sorry, something went wrong
    An unexpected error has occurred.
    Web Parts Maintenance Page: If you have permission, you can use this page to temporarily close
    Web Parts or remove personal settings. For more information, contact your site administrator.
    Uls log with corresponding correlation:
    Mapping URI from 'http://portal.domain:80/Pages/Faq.aspx' to 'http://server-sp1/Pages/Faq.aspx'
    I was keep refreshing the page default site randomly coming up the site.  But there was no error while accessing site settings and site content and all default SharePoint back end pages on both default/intranet site.
    The application urls are;
    Server 1: http://server-sp1:4421
    Server 2: http://server-sp2:4421
    AAM:
    http://server-sp1:4421 Default http://server-sp1:4421
    http://server-sp2:4421 Default http://server-sp1:4421
    http://portal.domain.com intranet http://portal.domain.com
    RM configuration:
    RoutingRules                       : {portal.domain.com}
    ThrottlingRules                    : {}
    MachinePools                       : {All WFE Servers}
    RoutingTargets                     : {server-sp1, server-sp2}
    Rule: portal.domain.com
    MachinePool    : SPRoutingMachinePool Name=All WFE Servers
    Name           : domain.com
    Criteria       : {}
    ExecutionGroup : 1
    Expiration     : 12/31/9999 11:59:59 PM
    Criteria:
    PropertyType     : Host
    Value            : portal.domain.com
    MatchType        : Equals
    CaseSensitive    : False
    CustomHeaderName : 
    How can I resolve this issue?
    Thanks in advance.

    Sorry for the late reply.  The application was already extended to IIS, what do I need to do in IIS? Even i performed app-pool recycle and iisreset.  No luck.
    Thanks.

Maybe you are looking for

  • How can I set up a List of Figures with extra text?

    I'm writing my Art History dissertation, which includes a substantial group of figures at the end.  My advisor has requested that I caption the images, but also provide a List of Figures before the actual images begin.  I've got it figured out this f

  • Every backup to my Time Capsule is 9+ GB

    I have a problem with my Time Capsule (3rd gen) or the Time Machine software on my MacBook Pro 13" running OS/X Lion (10.7.2). It has worked faultlessly for over a year now, but has recently developed a fault - I'm not sure when this started, but I s

  • How to add authorisation check to a program?

    Hi all :       Could you please tell me how to add authorisation check to a program?         Thanks a lot.

  • Request: GOP UEFI BIOS for MSI Radeon HD 7870 HAWK

    Hi, please provide the bios,I need a bios for win8.1 and with secure boot support,thank you~ Here is the SN, i am so sorry that i don't know if it is " S" or " 8 ",please help me-- oh,I think the SN is:602-V281-08SC1306033160-2G3, "088C" can not be r

  • How do I convert Ineligible (low bit rate, language lesions) to be eligible

    I have a huge amount of language lessions that are 64kb encodings.  They are absolutely fine for my use. But my paid iTunes Match subscription refuses to upload them.  I tried converting one to AAC but that did not help. As I understand it, there are