Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Adi 79 posts 183 karma points
    Jan 22, 2014 @ 22:17
    Adi
    0

    Problem with nforum

    Hello,

    I have some issues with using nforum. Please see screenshots bellow

    enter image description here enter image description here

    I don't know why I receive this error only on this part and everything else on forum works great?

    Any help is appreciated and many thanks in advance for prompt reply! Adi

  • Adi 79 posts 183 karma points
    Jan 25, 2014 @ 16:11
    Adi
    0

    I am sorry, I have uploaded wrong picture this is the real error: nforum eror

    Can anyone help me with this?

    Thanks, Adi

  • Adi 79 posts 183 karma points
    Feb 01, 2014 @ 18:31
    Adi
    0

    Any suggestions?

    All the best, Adi

  • Adi 79 posts 183 karma points
    Feb 01, 2014 @ 20:17
    Adi
    0

    I have set debug to true and this is the error I get

    error

  • MK 429 posts 906 karma points
    Feb 25, 2014 @ 08:29
    MK
    0

    Which ver are you using?

    I suggest you download the source code. Should be easy to track down the error.

     

  • Nigel 29 posts 52 karma points
    Mar 19, 2014 @ 16:51
    Nigel
    0

    I had the same issue when putting the forum in a folder.

    I modified the UrlRewriting.config file to redirect the pages to the folder

    <add name="memberprofilerewrite" 

    virtualUrl="^~/member/(.*).aspx" 

    rewriteUrlParameter="ExcludeFromClientQueryString" 

    destinationUrl="~/forum/memberprofile.aspx?mem=$1" 

    ignoreCase="true" />

     

    <add name="forum"

    virtualUrl="^~/forum.aspx"

    redirect="Application"

    redirectMode="Permanent"

    rewriteUrlParameter="ExcludeFromClientQueryString"

    destinationUrl="~/forums.aspx"

    ignoreCase="true" />

     

    <add name="privatemessage"

    virtualUrl="^~/privatemessage.aspx"

    redirect="Application"

    redirectMode="Permanent"

    rewriteUrlParameter="ExcludeFromClientQueryString"

    destinationUrl="~/forum/privatemessage.aspx"

    ignoreCase="true" />

     

    <add name="reportmember"

    virtualUrl="^~/reportmember.aspx"

    redirect="Application"

    redirectMode="Permanent"

    rewriteUrlParameter="ExcludeFromClientQueryString"

    destinationUrl="~/forum/reportmember.aspx"

    ignoreCase="true" />

     

    <add name="getlatestpost"

    virtualUrl="^~/getlatestpost.aspx"

    redirect="Application"

    redirectMode="Permanent"

    rewriteUrlParameter="ExcludeFromClientQueryString"

    destinationUrl="~/forum/getlatestpost.aspx"

    ignoreCase="true" />

     

    <add name="deletepost"

    virtualUrl="^~/deletepost.aspx"

    redirect="Application"

    redirectMode="Permanent"

    rewriteUrlParameter="ExcludeFromClientQueryString"

    destinationUrl="~/forum/deletepost.aspx"

    ignoreCase="true" />

     

    <add name="forgotpassword"

    virtualUrl="^~/forgotpassword.aspx"

    redirect="Application"

    redirectMode="Permanent"

    rewriteUrlParameter="ExcludeFromClientQueryString"

    destinationUrl="~/forum/forgotpassword.aspx"

    ignoreCase="true" />

     

    <add name="spamreport"

    virtualUrl="^~/spamreport.aspx"

    redirect="Application"

    redirectMode="Permanent"

    rewriteUrlParameter="ExcludeFromClientQueryString"

    destinationUrl="~/forum/spamreport.aspx"

    ignoreCase="true" />

     

    <add name="editprofile"

    virtualUrl="^~/editprofile.aspx"

    redirect="Application"

    redirectMode="Permanent"

    rewriteUrlParameter="ExcludeFromClientQueryString"

    destinationUrl="~/forum/editprofile.aspx"

    ignoreCase="true" />

     

    <add name="yourtopics"

    virtualUrl="^~/yourtopics.aspx"

    redirect="Application"

    redirectMode="Permanent"

    rewriteUrlParameter="ExcludeFromClientQueryString"

    destinationUrl="~/forum/yourtopics.aspx"

    ignoreCase="true" />

     

    <add name="activetopics"

    virtualUrl="^~/activetopics.aspx"

    redirect="Application"

    redirectMode="Permanent"

    rewriteUrlParameter="ExcludeFromClientQueryString"

    destinationUrl="~/forum/activetopics.aspx"

    ignoreCase="true" /> 

     

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies