--
Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
---
You received this message because you are subscribed to the Google Groups "reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reviewboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
---
You received this message because you are subscribed to the Google Groups "reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reviewboard+unsubscribe@googlegroups.com.
This looks like a MyISAM vs. InnoDB table format issue. You'll need to either make sure all your tables are converted to InnoDB (you can replace "MyISAM" with "InnoDB" in the database dump when you go to load it back in), or configure MySQL to use MyISAM by default (though we recommend InnoDB).You'll need to fix things up and retry the upgrade from the backup.
It appears something broke when you tried to go to here. This is either a bug in Review Board or a server configuration error. Please report this to your administrator.
We are authenticating against our corporate AD servers, and this works fine on the existing (CentOS 6 and RB V1.7.27) ReviewBoard instance. It’s only on the new instance (CentOS 7 and RB V2.5.6.1) that I get this issue. I must have missed a configuration setting somewhere. Any ideas what that might be or what log files I should be examining to figure out where the problem is?
Alfred
Output from “rb-site upgrade”:
--
The Review Board log files ($sitedir/logs) should include some information. Failing that, the Apache error log.You may have to install the appropriate Python modules for Active Directory again. (I wouldn't expect a crash, but there may be a regression.)
--
What version of ldap do you have? It sounds like it may be too old. Sometimes the distro-provided packages are too stale to rely upon.I'd recommend uninstalling the RPM and instead installing using pip:
--
Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
---
You received this message because you are subscribed to the Google Groups "reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reviewboard+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To check, was Apache restarted after installing the new module?