lsascha / registeraddress

newsletter registration extension to tt_address made in Extbase + Fluid for Typo3. with double-opt in, user editing and unsubscribing
GNU General Public License v2.0
7 stars 18 forks source link

Error when changing subscription data before approval #41

Open ftrojahn opened 6 years ago

ftrojahn commented 6 years ago

Hello,

in the following context:

... the following error is thrown:

Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1297933823: Object of type AFM\Registeraddress\Domain\Model\Address with identity "23214" not found. | TYPO3\CMS\Extbase\Property\Exception\TargetNotFoundException thrown in file /opt/typo3/typo3_src-8.7.16/typo3/sysext/extbase/Classes/Property/TypeConverter/PersistentObjectConverter.php in line 226. Requested URL: https://mydomain.tld/anmeldung/?tx_registeraddress_registerform%5Baction%5D=update&tx_registeraddress_registerform%5Bcontroller%5D=Address&cHash=7b1e9c30bf4906f6a8842f62b7dd9a02

IHMO there should be a message like "your subscription has not been activated, yet" or, the change of e.g. name and gender could be possible before activation ...