Typo in sproc mp_SitePersonalizationAdministration_FindState?

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.
3/21/2013 3:00:44 PM
Gravatar
Total Posts 7

Typo in sproc mp_SitePersonalizationAdministration_FindState?

In the sproc mp_SitePersonalizationAdministration_FindState the SharedDataPerPath.LastUpdate in

SELECT Paths.Path,

SharedDataPerPath.LastUpdate,

SharedDataPerPath.DataSize,

UserDataPerPath.UserDataLength,

UserDataPerPath.UserCount,

@TotalRecords As TotalRecords

FROM mp_SitePaths Paths

should probably be SharedDataPerPath.LastUpdatedDate. I haven't dug into this or tested, but VS flagged it as an error in a database project and that seemed like it fit.

3/22/2013 4:18:04 PM
Gravatar
Total Posts 18439

Re: Typo in sproc mp_SitePersonalizationAdministration_FindState?

Hi Ed,

You are right that is a bug. I'll fix it in the upgrade script for the next release. That particular procedure and others related to it are actually no longer used in any features included with mojoPortal. They were used in the MyPage feature which was removed in version 2.3.8.1 as discussed in the bottom section of Using the MyPage Feature. It was a feature based on ASP.NET WebParts but WebParts never really caught on so we finally deprecated it and moved it into a separate download.

Thanks,

Joe

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