Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Self Registration fails #5241

Closed
MrClever opened this issue May 19, 2020 · 1 comment
Closed

Self Registration fails #5241

MrClever opened this issue May 19, 2020 · 1 comment
Labels

Comments

@MrClever
Copy link
Collaborator

MrClever commented May 19, 2020

NOTE: this appears to be fixed in 4.0.4 can we push a release?

When bEnableSelfRegistration is True, the self-registration process moves through steps one and two successfully, but on the third step, to complete the registration the following error is thrown:
Screen Shot 2020-05-19 at 1 17 19 pm

The following error is captured in the (see link for full trace)2020-05-19-php.log:

[19-May-2020 13:16:39 Australia/Sydney] Slim Application Error:
Type: Error
Message: Class 'Symfony\Component\Translation\IdentityTranslator' not found
File: /var/www/site.domain.example/ChurchCRM/model/ChurchCRM/Base/Family.php
Line: 3731

Apache's access.log records the following 500 error (although nothing was recorded in the error.log - which is a fault with my hosting)

180.x.y.z - - [19/May/2020:13:16:39 +1000] "POST /api/public/register/family HTTP/1.1" 500 818 "https://site.domain.example/external/register/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML,like Gecko) Version/13.1 Safari/605.1.15"

On what page in the application did you find this issue?

Self-registration from the login screen, eg, https://site.domain.example/external/register/

On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?

Dedicated (Debian 10 running on Google Cloud Compute)

What browser (and version) are you running?

Safari 13.1 (also tested latest Chrome, Brave and Firefox with the same result)

What version of PHP is the server running?

7.3.14

What version of SQL Server are you running?

5.5.5-10.3.22-MariaDB

What version of ChurchCRM are you running?

4.0.3 (also tested 4.0.2 with the same result)

@MrClever
Copy link
Collaborator Author

Duplicates #5179 (mea culpa)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant