Upgrade to 2.3.7.7 event calendar issue

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.
1/19/2012 3:26:26 AM
Gravatar
Total Posts 9

Upgrade to 2.3.7.7 event calendar issue

Just upgraded our live extranet to 2.3.7.7 - all seemed to go OK. However we have 2 event calendar modules in use (not pro). One of them is working fine, the other seems to have lost all permissions associated with it - in that only administrators can edit events from the month view page. No other roles at all. As I said the other module is working completely fine. The setup screen has this at the bottom though:

Database Platform MSSQL
Version 2.3.7.7
Status You need to upgrade the Web Site and Database Code to the same version as the Database Schema.

Issue I have is I'm not getting any errors other than that status notification, and the edit icon simply not being available on one instance of the event calendar module. Strange. Apologies if I've posted this in the wrong place!

Suggestions most welcome.

1/19/2012 6:16:33 AM
Gravatar
Total Posts 18439

Re: Upgrade to 2.3.7.7 event calendar issue

Check the security on feature instance settings and page settings. If the Administrators role is checked and no other roles are checked it will be locked down to administrators. You can uncheck it to solve the problem because adminstrators don't need permission to edit anything.

Hope that helps,

Joe

1/19/2012 7:51:24 AM
Gravatar
Total Posts 9

Re: Upgrade to 2.3.7.7 event calendar issue

Fantastic. Thank you very much Joe! That was something that -was- working before the upgrade though... odd.

The "You need to upgrade the Web Site and Database Code to the same version as the Database Schema." I don't understand though, but it does make me feel a bit uncomfortable. Is there anything I can do to check / try and fix that?

Thanks again.

1/19/2012 8:33:06 AM
Gravatar
Total Posts 18439

Re: Upgrade to 2.3.7.7 event calendar issue

You must be using a build you made yourself from the source code repository because the latest official release is 2.3.7.6.

That error message is shown when the code is at a higher version than the database. If the setup page doens't solve it it means you are missing an upgrade script so it can't update the db to the same version as the code. The very latest version in the default branch of the repository is 2.3.7.9 and the corresponsding scripts exist. I would pull the latest changes then do HG Update to update your working copy, rebuild the solution and visit setup page again.

Always use default branch.

Hope that helps,

Joe

1/19/2012 9:08:33 AM
Gravatar
Total Posts 9

Re: Upgrade to 2.3.7.7 event calendar issue

You, sir, are a gentleman and a scholar! Many thanks Joe, really appreciate the support. I'm very new to things like Tortoise HG and clearly I somehow pulled the wrong changeset down. Just upgraded to 2.3.7.9 here and all is well.

Thank you very much indeed!

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