Joomla 1.5 phpbb bridge bug fixed
*This happens when you verify the account through mail.
In /plugins/user/phpbb3.php, replace line 92:
from
if(!isset($userid)) {
to
if (( ! isset( $userid )) || ( strlen( $userid ) == 0 )) { // it's set, but has no value
Forum Source
Tags: Joomla, module, phpbb bridge, plugins
I had the same problem and your suggested work. Thanks for blogging it.
)
September 4th, 2009 at 4:33 am
Thanks a a lot
November 22nd, 2009 at 3:01 am