Problem with order of items in panes

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/28/2012 10:43:42 AM
Gravatar
Total Posts 31

Problem with order of items in panes

Hi, when we move a copy of the Db to our lives site, the order of items in Alt Pane 1 sometimes get changed around. This doesn't happen on every occasion. Any ideas? Thanks.

4/10/2012 6:53:43 AM
Gravatar
Total Posts 18439

Re: Problem with order of items in panes

Hi,

I can only guess it has something to do with how you are migrating the data.

I would look in the mp_modules table in both databases and compare the moduelorder field since that is what it is ordered by. You may also want to check if the charset and collation are the same on both databases.

I generally don't recommend pushing a database from dev to production, production should be the master copy of the database in my opinion and you would get a backup from production periodically and restore it to your dev/staging environment.

Hope that helps,

Joe

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