Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1981

Administration Joomla! 4.x • Re: User Registration Email error {ACTIVATE}

$
0
0
Something you can try: in libraries/src/Mail/MailTemplate.php line 174 plant the following code (on the line before the one containing the array merge statement.

Code:

        file_put_contents(JPATH_ADMINISTRATOR . '/logs/mailproblem.txt', 'Data: '. implode(';', $data) . "\n", FILE_APPEND);        file_put_contents(JPATH_ADMINISTRATOR . '/logs/mailproblem.txt', 'This Data: '. implode(';', $this->data) . "\n", FILE_APPEND);
The after registering look in the created file administrator/logs/mailproblem.txt. There should be two lines for each registration. Is one of those lines empty? Watch out: the lines may contain a clear password. Remove the lines when done.

Statistics: Posted by ceford — Mon Mar 25, 2024 5:45 pm



Viewing all articles
Browse latest Browse all 1981

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>