MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

why mobile site throws error when user clicks on blog ?  (Mono Support )

Viewed 18141 time(s), 15 post(s) 1/3/2013 8:59:31 PMby super
super

super

1/8/2013 4:49:43 PM
Hello Mario,

Right now I have the latest nightly build (I know you mentioned that in Wednesday build, this will be fixed) but the nightly build that I have i.e.MonoX_4_7_40_4190

It already has the code :

</asp:ListView>
    <asp:Label runat="server" ID="lblNoData" CssClass="empty-list"></asp:Label>
    <mono:Pager runat="server" ID="pager" PageSize="10" NumericButtonCount="5" AllowCustomPaging="true"
        AutoPaging="false">
        <PagerTemplate>
        </PagerTemplate>
    </mono:Pager>
</asp:Panel>

But still blog is not working in mobile site and gives WHOOPS error message ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
mzilic

mzilic

1/8/2013 4:56:07 PM
I think you might be looking at a wrong file. There are 2 BlogPostList controls. The corrections were made in the Portal/MonoX/ModuleGallery/Mobile/Blog/BlogPostList.ascx.

Regards
This content has not been rated yet. 
2218 Reputation 300 Total posts
super

super

1/8/2013 7:14:52 PM
Yes, I was looking at the wrong file - I have corrected the code in ModuleGallery/Mobile/Blog/BlogPostList.ascx.

It fixed the problem and now blog section is showing up in mobile.
This content has not been rated yet. 
6018 Reputation 709 Total posts
super

super

1/8/2013 7:16:23 PM
Update: same problem / bug exists when I visit: MySite/MonoX/Mobile/Friends.aspx

any help ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
mzilic

mzilic

1/9/2013 10:10:28 AM
Hello,

Please try changing on the Portal/MonoX/ModuleGallery/Mobile/PeoplSearch.ascx from:
<asp:Literal runat="server" ID="ltlMessage"></asp:Literal>
to:
<asp:Label runat="server" ID="lblMessage" CssClass="empty-message"></asp:Label>
Regards
This content has not been rated yet. 
2218 Reputation 300 Total posts
1 2