Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
I have some issues with using nforum. Please see screenshots bellow
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
I am sorry, I have uploaded wrong picture this is the real error:
Can anyone help me with this?
Thanks, Adi
Any suggestions?
All the best, Adi
I have set debug to true and this is the error I get
Which ver are you using?
I suggest you download the source code. Should be easy to track down the error.
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"
destinationUrl="~/forums.aspx"
<add name="privatemessage"
virtualUrl="^~/privatemessage.aspx"
destinationUrl="~/forum/privatemessage.aspx"
<add name="reportmember"
virtualUrl="^~/reportmember.aspx"
destinationUrl="~/forum/reportmember.aspx"
<add name="getlatestpost"
virtualUrl="^~/getlatestpost.aspx"
destinationUrl="~/forum/getlatestpost.aspx"
<add name="deletepost"
virtualUrl="^~/deletepost.aspx"
destinationUrl="~/forum/deletepost.aspx"
<add name="forgotpassword"
virtualUrl="^~/forgotpassword.aspx"
destinationUrl="~/forum/forgotpassword.aspx"
<add name="spamreport"
virtualUrl="^~/spamreport.aspx"
destinationUrl="~/forum/spamreport.aspx"
<add name="editprofile"
virtualUrl="^~/editprofile.aspx"
destinationUrl="~/forum/editprofile.aspx"
<add name="yourtopics"
virtualUrl="^~/yourtopics.aspx"
destinationUrl="~/forum/yourtopics.aspx"
<add name="activetopics"
virtualUrl="^~/activetopics.aspx"
destinationUrl="~/forum/activetopics.aspx"
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Problem with nforum
Hello,
I have some issues with using nforum. Please see screenshots bellow
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
I am sorry, I have uploaded wrong picture this is the real error:
Can anyone help me with this?
Thanks, Adi
Any suggestions?
All the best, Adi
I have set debug to true and this is the error I get
Which ver are you using?
I suggest you download the source code. Should be easy to track down the error.
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" />
is working on a reply...