[GH-ISSUE #26] Unable to Register on fresh install #22

Closed
opened 2026-02-26 01:34:57 +03:00 by kerem · 4 comments
Owner

Originally created by @dnovotny on GitHub (Dec 18, 2013).
Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/26

I have downloaded the latest release last night, commit aea61fb3cf, and on install I can't create a new account. The register button does not appear. I was trying to test out the search function, I am not sure if that's there or not, but it wasn't working in the demo site before that commit.

Originally created by @dnovotny on GitHub (Dec 18, 2013). Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/26 I have downloaded the latest release last night, commit aea61fb3cfdc655ea84001ea2b619d5ff1d1b0bd, and on install I can't create a new account. The register button does not appear. I was trying to test out the search function, I am not sure if that's there or not, but it wasn't working in the demo site before that commit.
kerem closed this issue 2026-02-26 01:34:57 +03:00
Author
Owner

@JLiscom commented on GitHub (Dec 19, 2013):

Sorry about that. Did you you have it installed already?

That button is controlled by line 51 in the config file:
https://github.com/FoxUSA/OpenNote/blob/master/OpenNote/Config.php#L51

setting the registrationEnabled to true should make that button appear.

Can you confirm that is what its set to?

<!-- gh-comment-id:30954902 --> @JLiscom commented on GitHub (Dec 19, 2013): Sorry about that. Did you you have it installed already? That button is controlled by line 51 in the config file: https://github.com/FoxUSA/OpenNote/blob/master/OpenNote/Config.php#L51 setting the registrationEnabled to true should make that button appear. Can you confirm that is what its set to?
Author
Owner

@dnovotny commented on GitHub (Dec 19, 2013):

No, I did not have it installed previously, and yes, that is what it was set to by default.

I just installed it on a different server, and had the same result. However, if I comment out the check:
https://github.com/FoxUSA/OpenNote/blob/master/OpenNote/controller/modules/login/index.php#L38
Then it works correctly, and now the copyright statement shows up as well, though the registration doesn't actually complete. I will try to look more into it tonight.

<!-- gh-comment-id:30964624 --> @dnovotny commented on GitHub (Dec 19, 2013): No, I did not have it installed previously, and yes, that is what it was set to by default. I just installed it on a different server, and had the same result. However, if I comment out the check: https://github.com/FoxUSA/OpenNote/blob/master/OpenNote/controller/modules/login/index.php#L38 Then it works correctly, and now the copyright statement shows up as well, though the registration doesn't actually complete. I will try to look more into it tonight.
Author
Owner

@dnovotny commented on GitHub (Dec 19, 2013):

Found it, https://github.com/FoxUSA/OpenNote/blob/master/OpenNote/controller/modules/login/Config.php#L15 it is still referencing Common.php instead of common.php after commit 8c030acd3b.

<!-- gh-comment-id:30967749 --> @dnovotny commented on GitHub (Dec 19, 2013): Found it, https://github.com/FoxUSA/OpenNote/blob/master/OpenNote/controller/modules/login/Config.php#L15 it is still referencing Common.php instead of common.php after commit 8c030acd3be.
Author
Owner

@JLiscom commented on GitHub (Dec 19, 2013):

I fixed it in the head.

I try to use camel case for script and pascal case for types. It causes issues on some systems if I didnt type it in an includes statement correctly. Thank you for reporting this.

<!-- gh-comment-id:30969276 --> @JLiscom commented on GitHub (Dec 19, 2013): I fixed it in the head. I try to use camel case for script and pascal case for types. It causes issues on some systems if I didnt type it in an includes statement correctly. Thank you for reporting this.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/OpenNote-JLiscom#22
No description provided.