Archive for the ‘HowTo’ Category

HowTo Fix: PhpMyAdmin Displays Blank Page After Logging In

Sunday, August 16th, 2009

phpmyadmin-vista

Recently I published an article about Windows Vista Home Premium and the “problems” I was running into when installing my programs. Well, this time I run into another problem when I installed appserv-win32-2.6.0 . Everything seemed to work just fine, Apache was working well, but when I tried opening PhpMyAdmin for some reason it was displaying a blank page after I entered my login information.

The solution to this blank page problem is fairly easy. Simply modify this line in the phpmyadmin/config.inc.php

$cfg['Servers'][$i]['host']          = ‘localhost’;

to this:

$cfg['Servers'][$i]['host']          = ‘127.0.0.1′;

In the above code, you’re changing your name server to 127.0.0.1 in order to use TCP/IP connection. After this, you should be able to see your PhpMyAdmin page by opening in your browser the address http://127.0.0.1/PhpMyAdmin

Hope this helps!

Note: Whenever you specify “localhost” or “localhost:port” as server, the MySQL client library will override this and try to connect to a local socket (named pipe on Windows). If you want to use TCP/IP, use “127.0.0.1″ instead of “localhost”. If the MySQL client library tries to connect to the wrong local socket, you should set the correct path as Runtime Configuration in your PHP configuration and leave the server field blank.

Share & Enjoy:
  • Digg
  • Facebook
  • del.icio.us
  • Technorati
  • TwitThis
  • E-mail this story to a friend!
  • StumbleUpon
  • Slashdot
  • Meneame
  • Google
  • BarraPunto
  • BlinkList
  • blogmarks
  • Blogosphere News
  • Live
  • Ma.gnolia
  • Fleck
  • Furl
  • NewsVine
  • Socialogs
  • Mixx
  • YahooMyWeb

HowTo Fix: Dreamweaver Closes Automatically when Initializing in Windows Vista Home Premium

Friday, July 24th, 2009

dwvista

For the last couple of weeks I have been working on my new laptop that has Windows Vista Home Premium installed in it. Unfortunately, I run into a problem a week after I had it, I decided to install Dreamweaver CS3 and it wouldn’t start correctly. Dreamweaver would look as if it was starting and then close itself a few minutes later.

I tried running the program as Administrator, uninstalling and reinstalling, I tried installing other DW versions but still no luck.

Finally, I figured out that my Acer Aspire 5920 laptop had a program called Acer Empowering Frameworks installed that was blocking Dreamweaver. I still don’t understand why it would block a program, but it’s certainly a problem that Acer needs to solve soon.

So once that I identified the problem the solution was simple. Uninstalling Acer Empowering Frameworks Software from my Acer laptop was the solution, as simple as that. I believe this advice has been useful to a lot of people so there you have it. Hope this helps you as it helped me.

Share & Enjoy:
  • Digg
  • Facebook
  • del.icio.us
  • Technorati
  • TwitThis
  • E-mail this story to a friend!
  • StumbleUpon
  • Slashdot
  • Meneame
  • Google
  • BarraPunto
  • BlinkList
  • blogmarks
  • Blogosphere News
  • Live
  • Ma.gnolia
  • Fleck
  • Furl
  • NewsVine
  • Socialogs
  • Mixx
  • YahooMyWeb

Related Posts Widget for Blogs by LinkWithin