phpmyAdmin loads blank page
Posted by: shadow_creep45 (---.41.188.53.35.dts.mg)
Date: January 14, 2013 02:39PM

Hi,

I'm quite new to all things php/mysql related. Been on this forum quite a bit but cant find a solution to my problem:

I'm able to access the local host page and sqlbuddy, but im having trouble getting through to the phpMYAdmin page. Each time i try the link, i keep getting a blank page.

- I have checked my hosts file, it only contains: 127.0.0.1 localhost
- I also disabled my anti-virus and skype from using port 80.

I tried to check the php error log file but i got a windows alert message saying file does not exist??

I'll appreciate any help with this, Thanks.

Options: ReplyQuote
Re: phpmyAdmin loads blank page
Posted by: RiggsFolly (---.as13285.net)
Date: January 14, 2013 02:50PM

What happens if you use this address

http://127.0.0.1/phpmyadmin/

Options: ReplyQuote
Re: phpmyAdmin loads blank page
Posted by: shadow_creep45 (---.41.188.53.35.dts.mg)
Date: January 14, 2013 03:26PM

Jeez man you must be like a god or something?? Past two days i tried everything, Earlier today i had tried 127.0.01/phpmyadmin (without the http:// part) and it still gave me a blank page.
Saw your message immediately after I had rebooted my computer and IT WORKED!!!!!!!!!

No idea how but thanks!! Totally appreciate the quick response, cheers

Options: ReplyQuote
Re: phpmyAdmin loads blank page
Posted by: RiggsFolly (---.as13285.net)
Date: January 14, 2013 08:59PM

It should work with localhost/phpmyadmin.

If it is not but it does with the actual 127.0.0.1 address, then possibly you are getting defaulted to a IPV6 localhost address ::1 which would fail the phpmyadmin security.

Try this:

edit httpd.conf -- use the menu links on wampmanager so you get the correct file.

Change the Listen 80
to
Listen 0.0.0.0:80

This will force Apache to only listen on the IPV4 range of address's

It should then work using the address localhost/phpmyadmin

Options: ReplyQuote


Sorry, only registered users may post in this forum.