Blank page after login

This forum is for issues with installing Joomla! 3.x on IIS webservers.

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
davkenrem
Joomla! Apprentice
Joomla! Apprentice
Posts: 12
Joined: Thu Sep 11, 2014 3:28 pm

Blank page after login

Post by davkenrem » Thu Sep 11, 2014 4:14 pm

Hello all,

Complete noob warning. I have been asked to create a small intranet for our company and after researching online Joomla 3.0 seemed the way to go. I choose to go with Joomla running on Windows Server 2012R2 as I know less about linux than I do about Web Programming. I muddled my through and got the site up. My first order of business was to attempt to configure LDAP authentication so our AD users could login. I followed the tutorial at: http://timplummer.com.au/4-how-to-integ ... -ldap.html

Now the problem, after completing the steps in integrate LDAP. I reloaded my browser to login and neither LDAP or the admin password works. When I login from http://localhost/joomla_30/index.php with the admin password it loads a blank page. Same result with domain credentials.

I really have no idea where to begin to troubleshoot this. Does anyone have any ideas? Thank you in advance.

iextensions
I've been banned!
Posts: 1498
Joined: Fri Jul 12, 2013 5:37 pm
Contact:

Re: Blank page after login

Post by iextensions » Thu Sep 11, 2014 4:18 pm

set error_reporting to maximum in configuration.php and see more.

davkenrem
Joomla! Apprentice
Joomla! Apprentice
Posts: 12
Joined: Thu Sep 11, 2014 3:28 pm

Re: Blank page after login

Post by davkenrem » Thu Sep 11, 2014 6:01 pm

I found this which worked and gave me the following error,

http://www.technowise.in/2011/02/turnin ... oomla.html

"Strict Standards: Only variables should be assigned by reference in C:\inetpub\wwwroot\joomla_30\plugins\system\jssomysite\jssomysite.php on line 53"

Here is line 53: $user =& JFactory::getUser();

From what I've been able to gather there is a problem with the SSO configuration. I'm not sure how to proceed since I am unable to get into the administrator console.

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30926
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: Blank page after login

Post by Per Yngve Berg » Thu Sep 11, 2014 7:10 pm

Remove the ampersand "&"

davkenrem
Joomla! Apprentice
Joomla! Apprentice
Posts: 12
Joined: Thu Sep 11, 2014 3:28 pm

Re: Blank page after login

Post by davkenrem » Thu Sep 11, 2014 7:50 pm

Per Yngve Berg wrote:Remove the ampersand "&"
Lol, wow, This is why I'm a sysadmin and not a coder, one stinkin character.

Thank you all.


Locked

Return to “Joomla! 3.x on IIS webserver”