Two Factor Authentication Blank Page

Need help with the Administration of your Joomla! 3.x site? This is the spot for you.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
linuxology
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed Apr 16, 2014 8:01 pm

Two Factor Authentication Blank Page

Post by linuxology » Wed Apr 16, 2014 8:08 pm

Hi there,

I have installed Joomla 3.2 and 3.3 on an Ubuntu 13.10 server (php5.5) and everything seems to be working fine. However, when i enable two factor authentication (Google) and obtain/confirm the passcode i am unable to activate it. It accepts the confirmation code and i press save (or save and close) and i get blank page.

I have confirmed that the clock is sync'd and i have also confirmed that php5-mcrypt is installed.

Any ideas on how to get this fixed? Thanks!

User avatar
pe7er
Joomla! Master
Joomla! Master
Posts: 24986
Joined: Thu Aug 18, 2005 8:55 pm
Location: Nijmegen, Netherlands
Contact:

Re: Two Factor Authentication Blank Page

Post by pe7er » Wed Apr 16, 2014 10:17 pm

Welcome to Joomla forum!

A complete blank page is an indication of a PHP error while PHP error reporting is switched off.

To see the real error, you've to switch it on using one of these methods:

In the back-end go to: System > Global Configuration > [server] tab >
change "Error Reporting" from "System Default" to "Maximum"

Or you can add the following code to .htaccess to override the server settings and show any PHP errors:

Code: Select all

php_flag display_errors on
php_value error_reporting -1
Kind Regards,
Peter Martin, Global Moderator
Company website: https://db8.nl/en/ - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com


Locked

Return to “Administration Joomla! 3.x”