Hi,
I updated forum to 2.2.0 on a DNN 7.4 platform, framework 4.5x intagrated mode.
But I faced some problems.
1) I don't see avatars at all. They are shown correctly in DNN but they are not showing in YAF. I only see the missing image icon where the avatar should be. You can check here.
I was also using a different reputation image and it disappeared too. How can I change that reputation image?
The thing with the avatar is whatever I upload it from YAF or DNN it doesn't show up in YAF userbox and also in topic list. When I upload using YAF, image is shown correctly until the user logged in. Then showing the error image agan. The thing I realized that when I wanted to change the avatar of an user I see a link like this.
http://domain.com/LinkClick.aspx?fileticket=YEMXIrgpEdtfV58IIbLyGSuv63DWCIsDtBN0toRcYnXsajChnNdnjO_8UyMWpIyN .
When I open this link directly in the webpage I got this error.
[FormatException: Input string was not in a correct format.]
System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +11013491
System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +145
System.Convert.ToInt32(String value) +43
DotNetNuke.Services.FileSystem.FileLinkClickController.GetFileIdFromLinkClick(NameValueCollection queryParams) +64
DotNetNuke.Services.FileSystem.FileServerHandler.ProcessRequest(HttpContext context) +685
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +341
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69
I first thought this happens because of DNN but I began to get this error after YAF update. I saw this old thread with same issue. Though it is tagged as fixed, that solutions there didn't work for me. I also used user importer already.
https://github.com/YAFNET/YAFNET-DNN/issues/7
2) Attachment option is not working. I think it is solved here.
https://github.com/YAFNET/YAFNET/commit/b181c6759e765a1306ceafadcb193c21be82fa16
Though I made the changes in PostAttachments.ascx, I couldn't do the ones in PostAttachments.ascx.designer.cs so it still is not working. To make it work, shall I download the latest source code and compile it again? Is there a easier way to do it?
3) Active users list doesn't show any user. In the main forum page I see there are active users and guests in the forum but when I click active users link I don't see any user there, just empty.
4) I see this forum uses 2.2.1 BETA 20150211 already but I didn't see the place to download it. When it will be released?
Thanks...
Edited by user
9 years ago |
Reason: Not specified