This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Hello!
I had a problem.
Embed module SharedFiles. Upload file.
Find this file Search.
Correct link
/SharedFiles/Download.aspx?pageid=39&fileid=26&mid=40
Rebuilding the Search Index.
Incorrect link
/SharedFiles/Download.aspx?pageid=39&fileid=26&mid=40?pageid=39&mid=40&ItemID=26
The reason?
I'm not able to reproduce this problem.
You did not mention what version of mojoPortal you are using. If you ar enot using the latest version I recommend upgrade and see if the problem persists.
Thanks for the quick response!Version of mojoPortal 2.3.9.3 MSSQLPlease select at demo.mojoportal.com<add key="ShowRebuildSearchIndexButtonToAdmins" value="true"/>I will try to reproduce the problem.
ok I've done that and it still seems to be working correctly, but feel free to try it yourself.
Best,
Joe
Joe, thanks for the careful attention!
On demo.mojoportal.com URL is correct.
URL file in search of the wrong, when the page does not have a friendly URL (table mp_Pages Url not)
<add key="AutoSuggestFriendlyUrls" value="false"/>
Another noted that
<add key="Blog:UseFriendlyUrls" value="false"/>
Table mp_Blogs friendly URL is still created ItemUrl
and search is used.
If set <add key="UseUrlReWriting" value=" false"/>
Search will be friendly to incorrect URL.
I can not speak for the claims. I am very grateful for the great job you did!
I want to understand the settings.
Hi,
I confirm these bugs do happen if friendly urls are disabled.
These bugs are now fixed in our source code repository so they will be fixed in the next release of mojoPortal.
Thanks,
Thanks!