ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down.
Read our Farewell Blog Post for more details.
Changing passwords and registering with phpBB3/RokBridge
Posted 13 years 7 months ago
We can't seem to be able to change passwords any longer from phpBB3 and have it actually work. It goes through the motions but doesn't actually change anything. I'm running the following:
RobBridge 1.0rc13
phpBB3 3.0.8
These are back-level, but only by one subversion. I've had this problem for nearly a year, going back I believe two subversions of RokBridge.
Also, what's the appropriate registration link to use? We've got two ways to register on the site. There's a Joomla user registration which works fine but the phpBB3 registration hangs: /forum/ucp.php?mode=register&sid=ce111a7e8c2ded10e692a6ad8a276777. It takes you through the COPPA, then through our Terms of Service, but then it ends in a white page at this URL: /forum/index.php?mode=register&coppa=0&rb_v=ucp. I don't see that there's an error_log file entry created if it's a php error.
Re: Changing passwords and registering with phpBB3/RokBridge
Posted 13 years 6 months ago
UPDATE - On my second issue with the blank page that I was getting during the registration process. I actually found that my blank white page was a php fatal error after all: Class 'JForumHook' not found in phpbb_captcha_nogd_plugin.php
Thought I'd share in case someone else runs into this. It wasn't a problem with the RokBridge integration but rather some bad code in a captcha feature of phpBB3. Because of the way that RokBridge integrates though, I wasn't putting my 'php_flag display_errors on' command in the right .htaccess file until this evening to uncover the actual issue.
Still need to figure out the password syncing issue though.