Blank Control Panel (no errors) migrating from 2.5.7 to 3.5.1 on IIS 7.0.

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
jannikb
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Sun Nov 12, 2017 12:07 pm

Blank Control Panel (no errors) migrating from 2.5.7 to 3.5.1 on IIS 7.0.

Post by jannikb » Sun Nov 12, 2017 12:21 pm

Hey Guys,

I've got a very strange problem after migrating from 2.5.7 to 3.5.1 on IIS 7.0.

Whilst the frontend is working without any problems, I can login into my Backend but I only get the White screen of death right after.
I tried "maximum" and "development" for error_reporting, setting

Code: Select all

ini_set('display_errors', TRUE); error_reporting(E_ALL);
in the index.php and

Code: Select all

E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
in my php.ini - nothing gives me any errors.

The problem only exists in the Control Panel, all other Backend sites are working. I also deactivated all third party plugins that could cause problems.

Has anyone of you got a clue what could cause this problem?

Grettings
Jannik
Last edited by imanickam on Mon Nov 13, 2017 3:10 am, edited 2 times in total.
Reason: Moved the topic from the forum Migration and Upgrading to Joomla! 3.x to the forum Joomla! 3.x on IIS webserver

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

Re: Blank Control Panel (no errors)

Post by Per Yngve Berg » Sun Nov 12, 2017 1:19 pm

Have you set Error Reporting to 'maximum' in configuration.php?

jannikb
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Sun Nov 12, 2017 12:07 pm

Re: Blank Control Panel (no errors)

Post by jannikb » Sun Nov 12, 2017 2:59 pm

Yes, I tried 'maximum' and 'development' as mentioned.


Locked

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