Hello,
I've been working on a project locally and my issue is that my profile avatar can't be found. Error:
Request: http://www.dnndev.me/profilepic.ashx?userId=2&h=36&w=36. *The resource cannot be found.*
However on my test server it works fine:
Request: http://test.website.com/profilepic.ashx?userId=1&h=36&w=36
What's strange is that my avatar does display in the top menu however the request is different.
Request: http://www.dnndev.me/DnnImageHandler.ashx?mode=profilepic&userId=1&h=32&w=32&cdv=xxxxxxxxxxxxxxxxx
I've read a few articles where people had similar issues but no solutions. In this article Chris Hammond states to update a record in the hostsettings table called 'AUM_DoNotRedirectUrlRegex' but no such record exists there. Does anyone know if I can add it?
I also read this article here which suggested to copy my files from the portals folder to my root folder. Issue I see with that is the user avatars are not stored in Portals/0 but in Portals\_default\Users.
Is there something else I'm missing? I'm assuming the problem is related to a dev install in comparison to a prod/test environment.
Thanks