You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 25, 2018. It is now read-only.
I just found about this Yii CMS and I'm amazed. I do have a question, though: on line 575 of SiteController.php, should it be be trying to redirect to "/register-success"? In order to get it to work on my fresh install, I had to remove that "/".
The text was updated successfully, but these errors were encountered:
Yup, that's a bug. The redirect should be wrapped in $this->createUrl() so that Yii can internally map it.
I've released a hotfix for the issue, and push it as the latest-release. If you do a git pull followed by git checkout tags/latest-version you can fetch the fix. Alternatively, you can pull directly from master to get the change.
Thanks for catching that! I'm glad you like CiiMS! Be sure to let me know if you have any questions!
[INTERNAL] Unit tests should run site from the root directory and from a folder config as this instance was run in to catch issues like this in the future
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
I just found about this Yii CMS and I'm amazed. I do have a question, though: on line 575 of SiteController.php, should it be be trying to redirect to "/register-success"? In order to get it to work on my fresh install, I had to remove that "/".
The text was updated successfully, but these errors were encountered: