Hello,
Just installed CB on a fresh installation:
Joomla: 3.6.5
CB: 2.1.2+build.2017.03.31.23.49.38.3bf553c4c
PHP: 5.7.17
After Registration, the user is redirect to a blank page.
If I force an error (e.g. repeated e-mail), the same page display an error message about it. So it seems to be fine.
URLs:
/index.php/cb-profile/saveregisters
/index.php?option=com_comprofiler&view=saveregisters&Itemid=XXX
No error on log (debug on, display errors, etc).
This happens with a mix of configurations:
confirmation e-mail: on/off
admin aproval: on/off
SEF URLs: on/off
The same thing, happens on the activation link on the email: blank page.
URLs:
/index.php/cb-profile/confirm?confirmcode=regXXXX...
/index.php?option=com_comprofiler&view=confirm&confirmcode=regXXX&Itemid=XXX
(for some reason the e-mail link is escaping the &s).
However, in this case only when SEF URLs is on. If it is off, the message is displayed fine.
It seems to me to be bugs.
OTOH, this is my first time with CB, so I might be missing some stuff.
Any ideas?
-rsd