Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
PHP 8.1 deprecation notice. Nothing to worry about as it won't cause anything to fail and we're already working on fixing all of these.Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/html/components/com_comprofiler/plugin/user/plug_cbautoactions/cbautoactions.php on line 50
That's a bit strange. We use the live site URL given to use by Joomla's API. This is either the domain the registration was made on or whatever the value is in configuration.php for live_site. My guess is your bypass test is why it was sent like that.That email included a link to the server using the IP address as opposed to the host name.
We've nothing specific in our code for proxies. I've never even tried a reverse proxy with Joomla so I've no idea. Try the below edit to disable our spam checks, spoof checks, and HTTPS checks.This tells me the problem is almost assuredly somewhere in the login / sign-up module, and not with the reverse proxy. The question now, is what is happening.
Please Log in or Create an account to join the conversation.