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 )

20498 put(a) pogledan, 15 odgovor(a) 3.1.2013. 20:59:31Kreirao(la) super
super

super

8.1.2013. 16:49:43
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 ?
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
mzilic

mzilic

8.1.2013. 16:56:07
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
Ovaj sadržaj još nije ocijenjen. 
2218 Reputacija 300 Ukupno objava
super

super

8.1.2013. 19:14:52
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.
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
super

super

8.1.2013. 19:16:23
Update: same problem / bug exists when I visit: MySite/MonoX/Mobile/Friends.aspx

any help ?
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
mzilic

mzilic

9.1.2013. 10:10:28
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
Ovaj sadržaj još nije ocijenjen. 
2218 Reputacija 300 Ukupno objava
1 2