-
Notifications
You must be signed in to change notification settings - Fork 118
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
Resend User Confirmation Email - PHP issue in 7.4.0 #596
Comments
Which version of femanager do you use? |
We are using Thanks! |
Please take care, that Backend Configuration Take care, that the setting "module.tx_femanager.settings.configPID" is set up for any site (via Page TS or User TS or in the TypoScript Setup) You need to specify the pid, where your main typoscript settings (frontend) is stored. You should take a page, where a plugin (regristration / invitation) is available.. This is needed to perform actions like confirm users via Backend or resend |
This setting is already in place: When adding module.tx_femanager.settings.configPID = 1 to the typoscript constants the error message does not come up anymore when clicking the Resend User Confirmation Email. When clicking it the view changes to the List overview. However, no mail is sent to the user again. What would be the expected outcome? Is it necessary to have the resend confirmation email plugin in the FE? |
The Page ID 1 then needs to contain a Femanager plugin. You can set the pid to anyother page, which contains a femanager plugin. This is needed, at the FE is used to generate the mail and links ... |
Thanks for your support!!! The femanager plugin was already added to PID 1. Which view is required? I tested it with Registration & Resend User Confirmation. What is this constant setting for? Is it required to make the backend function work? |
Hi,
when clicking the Resend User Confirmation Email button I get following error message.
Core: Exception handler (WEB): Uncaught TYPO3 Exception: Call to a member function sL() on null | Error thrown in file /opt/bitnami/typo3/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php in line 4428. Requested URL: https://.../typo3/module/web/FemanagerM1?token=--AnonymizedToken--&id=2&tx_femanager_web_femanagerm1%5BuserIdentifier%5D=132&tx_femanager_web_femanagerm1%5Baction%5D=resendUserConfirmationRequest&tx_femanager_web_femanagerm1%5Bcontroller%5D=UserBackend
When clicking the "Decline User" button I get following error message:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: Class "In2code\Femanager\Controller\RequestFactory" not found | Error thrown in file /opt/bitnami/typo3/public/typo3/sysext/core/Classes/Utility/GeneralUtility.php in line 3215. Requested URL: https://.../typo3/module/web/FemanagerM1?token=--AnonymizedToken--&id=2&tx_femanager_web_femanagerm1%5BuserIdentifier%5D=132&tx_femanager_web_femanagerm1%5Baction%5D=refuseUser&tx_femanager_web_femanagerm1%5Bcontroller%5D=UserBackend
I have following environment:
TYPO3 Version 11.5.37
Webserver Apache
PHP Version 8.0.19
Database (Default) MySQL 10.6.7-MariaDB
Application Context Production
Composer mode Enabled
Operating System Linux 4.19.0-27-cloud-amd64
Thanks a lot for your support!
The text was updated successfully, but these errors were encountered: