White Screen when Logging In/Out of PHPBB3

Support specific to the phpBB 3 plugin.
Forum rules
Please post all the bugs you encounter on our issue tracker.

White Screen when Logging In/Out of PHPBB3

Postby Crazyninjaguy on Sat Feb 11, 2012 5:27 pm

Hi there!

I'm having a problem, and I hope someone can help! I've set everything up in JFusion, but when logging into PHPBB3 I get a blank white screen. I can login to Joomla though, but this does not log me into PHPBB.

I ran the Login Checker, and this was the output:

Code: Select all
Server Configuration - ↓
Joomla Version → 2.5.1
PHP Version → 5.2.17
MySQL Version → 5.1.57-log
System Information → Linux web236.extendcp.co.uk 2.6.32-220.4.1.el6.x86_64 #1 SMP Thu Jan 19 14:50:54 EST 2012 x86_64
Browser Information → Opera/9.80 (Windows NT 5.1; U; en) Presto/2.10.229 Version/11.61
joomla authentication Plugin → Enabled
joomla user Plugin → Enabled
jomsocialuser user Plugin → Enabled
easyblogusers user Plugin → Enabled
jfusion authentication Plugin → Disabled
jfusion user Plugin → Disabled


JFusion Versions - ↓
JFusion Component Version →  1.6.0-000 (Rev 2804:2807)
JFusion Activity Module Version →  1.6.0-000
JFusion Login Module Version →  1.6.0-000
JFusion Authentication Plugin Version →  1.6.0-000
JFusion User Plugin Version →  1.6.0-000
JFusion Search Plugin Version →  1.6.0-000
JFusion Discussion Plugin Version →  1.6.0-000


JFusion phpbb3 Plugin - ↓
configuration - ↓
master → 1
slave → 0
dual_login → 1
check_encryption → 1


JFusion joomla_int Plugin - ↓
configuration - ↓
master → 0
slave → 1
dual_login → 1
check_encryption → 1


Authentication Plugin - ↓
userid → 2
name → Crazyninjaguy
username → crazyninjaguy
email → chris@stormxstudios.co.uk
password → $H$9UR********
password_salt →
activation →
reason → 0
lastvisit → 1328967416
group_id → 5
group_name → ADMINISTRATORS
user_type → 3
user_avatar → 2_1327790489.jpg
user_avatar_type → 1
block → 0
credentialed_username → Crazyninjaguy
password_clear → ******





Authentication Plugin Debug - ↓
0 → phpbb3 Password Encryption Check: $H$9UR******** vs $H$9UR********
1 → phpbb3 Password Encryption Check: Success





User Plugin Debug - ↓
init - ↓
0 → Using userinfo JFusion authentication plugin
joomla_int User Update - ↓
0 → A user has been found that matches the login details
1 → Skipped Password Update: Password already valid
2 → Language of the user not updated
joomla_int User Details - ↓
userid → 42
activation →
username → crazyninjaguy
name → Crazyninjaguy
password → 8c69c1********
email → chris@stormxstudios.co.uk
block → 0
params → {"admin_style":"","admin_language":"","language":"","editor":"","helpsite":"","timezone":""}
groups - ↓
0 → 8
groupnames - ↓
0 → Super Users
group_id → 8
group_name → Super Users
password_salt → fDb6*****
language → en-GB
password_clear → ******
phpbb3 Session - ↓
0 → Created Cookie: Name=phpbb3_fvjxa_u, Value=2, EXPIRES=31536000, COOKIE_PATH=/, Cookie Domain=.planetdev.co.uk
1 → Created Cookie: Name=phpbb3_fvjxa_sid, Value=4ccaa5********, EXPIRES=31536000, COOKIE_PATH=/, Cookie Domain=.planetdev.co.uk
joomlaid → 42


I tried turning error reporting on for phpbb, but nothing showed up. Not quite sure what's wrong.
Thanks!
User avatar
Crazyninjaguy
JFusion Newbie
JFusion Newbie
 
Posts: 3
Joined: Sat Feb 11, 2012 5:03 pm

Re: White Screen when Logging In/Out of PHPBB3

Postby Crazyninjaguy on Sun Feb 12, 2012 10:28 am

After a LOT of fiddling around, I finally managed to find a fix on this site.
It was all to do with a utf problem which was fixed by running a php script.
User avatar
Crazyninjaguy
JFusion Newbie
JFusion Newbie
 
Posts: 3
Joined: Sat Feb 11, 2012 5:03 pm

Re: White Screen when Logging In/Out of PHPBB3

Postby rhf417 on Tue Feb 14, 2012 3:34 pm

Your dual login works in both directions now? I.E. login/logout joomla -> login/logout phpbb and login/logout phpbb -> login/logout joomla.

Could you please describe how you fix it in detail? Thanks.
User avatar
rhf417
JFusion Newbie II
JFusion Newbie II
 
Posts: 10
Joined: Sun Feb 12, 2012 5:19 am

Re: White Screen when Logging In/Out of PHPBB3

Postby Crazyninjaguy on Tue Feb 14, 2012 3:44 pm

Yeah, works in both directions!

I fixed it by running this: http://www.jfusion.org/forums/viewtopic ... utf#p46521

Good luck!
User avatar
Crazyninjaguy
JFusion Newbie
JFusion Newbie
 
Posts: 3
Joined: Sat Feb 11, 2012 5:03 pm

Re: White Screen when Logging In/Out of PHPBB3

Postby rhf417 on Tue Feb 14, 2012 4:56 pm

It does not work for me :( . After updating "utf_tools.php" and clear cookies, the problem still exists.
User avatar
rhf417
JFusion Newbie II
JFusion Newbie II
 
Posts: 10
Joined: Sun Feb 12, 2012 5:19 am

Re: White Screen when Logging In/Out of PHPBB3

Postby rhf417 on Tue Feb 14, 2012 5:31 pm

Instead of just updating "utf_tools.php" under phpbb3 directory, I followed the following instruction posted by fade2gray in another post (http://www.jfusion.org/forums/viewtopic ... f&start=20). Now dual login works in both directions perfectly. Thanks all for the help. :D

-----------------------------------------------------------------------------------------------------------------------
The script is the text file (redeclare_fix.php.txt) attached at the bottom of my post here.

Download redeclare_fix.php.txt and rename it to redeclare_fix.php then use your ftp client to upload a copy to both the root of your Joomla installation and the root of phpBB3 installation.

In your browser, navigate to...

your_domain.com/your_Joomla_dir/redeclare_fix.php (changing the path as appropriate)
Select the "Joomla" radio button and "Click to Apply".

then

your_domain.com/your_phpBB3_dir/redeclare_fix.php (changing the path as appropriate)
Select the "phpBB3" radio button and "Click to Apply".

Hope this helps.
------------------------------------------------------------------------------------------------------------------------------
User avatar
rhf417
JFusion Newbie II
JFusion Newbie II
 
Posts: 10
Joined: Sun Feb 12, 2012 5:19 am


Return to phpBB 3

Who is online

Users browsing this forum: No registered users and 0 guests