Broken link to the uploaded file

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.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
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.
This thread is closed to new posts. You must sign in to post in the forums.
10/15/2012 8:21:41 AM
Gravatar
Total Posts 6

Broken link to the uploaded file

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.

Find this file Search.

Incorrect link

/SharedFiles/Download.aspx?pageid=39&fileid=26&mid=40?pageid=39&mid=40&ItemID=26

The reason?

10/15/2012 10:13:35 AM
Gravatar
Total Posts 18439

Re: Broken link to the uploaded file

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.

10/15/2012 10:34:06 AM
Gravatar
Total Posts 6

Re: Broken link to the uploaded file

Thanks for the quick response!
Version of mojoPortal 2.3.9.3 MSSQL
Please select at demo.mojoportal.com
<add key="ShowRebuildSearchIndexButtonToAdmins" value="true"/>
I will try to reproduce the problem.

10/15/2012 11:45:36 AM
Gravatar
Total Posts 18439

Re: Broken link to the uploaded file

ok I've done that and it still seems to be working correctly, but feel free to try it yourself.

Best,

Joe

10/15/2012 1:22:01 PM
Gravatar
Total Posts 6

Re: Broken link to the uploaded file

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.

10/15/2012 2:47:27 PM
Gravatar
Total Posts 18439

Re: Broken link to the uploaded file

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,

Joe

10/15/2012 3:10:00 PM
Gravatar
Total Posts 6

Re: Broken link to the uploaded file

Thanks!

You must sign in to post in the forums. This thread is closed to new posts.