PHPMyAdmin leads to blank page
Posted by: colcrunch (---.hsd1.ma.comcast.net)
Date: May 02, 2014 06:21AM

I have installed WAMP server today, after uninstalling all of the old components that I had. After doing so I attempted to access phpmyadmin. All I got was a blank page.

The access log only has this:

::1 - - [01/May/2014:23:52:37 -0400] "GET /favicon.ico HTTP/1.1" 404 209

This is literally all default.

I will get this out of the way: There is no use asking if there is anything else on port 80. I am on Win Server 2008 and IIS is disabled, skype is NOT installed.

The apache error log is empty..

Help?



Edited 1 time(s). Last edit at 05/02/2014 06:23AM by colcrunch.

Re: PHPMyAdmin leads to blank page
Posted by: RiggsFolly (---.as13285.net)
Date: May 02, 2014 11:40AM

Try using this url in your browser
127.0.0.1/phpmyadmin

If that works then the issue is with IPV4/IPV6 the ::1 in the log indicates you are being routed over IPV6 but the security for phpmyadmin does not contain knowledge of that IPV6 localhost address.

So edit \wamp\alias\phpmyadmin.conf and look in the <Directory... section of that file and change as follows

You didn't mention which version of WAMPServer etc you were using (helpful if you do in future) so :-

If you are running Apache 2.2.x change this line

Allow from 127.0.0.1

To

Allow from 127.0.0.1 localhost ::1


If you are running Apache 2.4.x change

   Order Deny,Allow
   Deny from all
   Allow from 127.0.0.1

To

Require local

This is the new Apache 2.4 syntax!

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Re: PHPMyAdmin leads to blank page
Posted by: colcrunch (---.hsd1.ma.comcast.net)
Date: May 02, 2014 07:14PM

Sadly the alias file change has not helped at all.

(And I am using 2.4.x)

Re: PHPMyAdmin leads to blank page
Posted by: RiggsFolly (---.as13285.net)
Date: May 03, 2014 12:30AM

Ok so what colour is your wampmanager icon in the system tray?19

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Re: PHPMyAdmin leads to blank page
Posted by: colcrunch (---.hsd1.ma.comcast.net)
Date: May 03, 2014 01:13AM

Green

Re: PHPMyAdmin leads to blank page
Posted by: RiggsFolly (---.as13285.net)
Date: May 03, 2014 09:05AM

Have you checked the php error log for any messages?

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Re: PHPMyAdmin leads to blank page
Posted by: colcrunch (---.hsd1.ma.comcast.net)
Date: May 03, 2014 09:23PM

There is no php_error.log

Re: PHPMyAdmin leads to blank page
Posted by: RiggsFolly (---.as13285.net)
Date: May 04, 2014 09:32AM

Install TeamViewer and I will troubleshoot for you.

Install TV, then run it.

Send me a Private Message containing the TV ID and PASSWORD so I can connect.
Leave TV running as it will change the password each time you restart it.

I am on (GMT+1) send me a PM telling me your timezone and we can organise a time that suits us both.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Sorry, only registered users may post in this forum.