Posts Tagged ‘PHP’

MySQL, PHP, Apache, Drupal and Win7 gotcha

Uncategorized [ | | | ]

It took over an hour to figure this one out this morning. Setting up Drupal 6 on Windows 7 (instead of Linux, which would be my preferred platform but this time I’d no choice). Everything went smoothly until I got the White Screen Of Death (blank page) when I tried to launch the install.php. OK, probably screwed up the MySQL URL in settings.php. Nope. That’s the usual usr:pwd@localhost/db format, too simple to get wrong. Apache errors? Nope, nothing in the logs. Apache .htaccess or <Directory> options? Nope, I’m using familiar and well-tested boilerplate. And on it went down the diagnostics rat-hole.

Eventually I checked the MySQL session connections and there was no sign of anything inbound. Uh oh… Double check [click title to read more…]