OK, thank you. And where does the httpd.conf file live?
'Safe'
Buffistechnology 3: "Press Some Buttons, See What Happens."
Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!
Ah - in that case, carry on with your error logging. And if you're ever looking for a php environment that's easier to set up once you're done with the class, XAMPP (or MAMP, which is a Mac-only thingie along the same lines) makes it very easy. Not something you'd use for an actual server, but I use it on all my machines when I want to run a local test/development environment.
Thanks, amych. Yeah, this course seems overkill for what I'm planning to do, but it's what they want me to take. And I don't mind learning the installation stuff--I've just hit a wall with it.
amych -- How does XAMPP compare with WAMP? Have you tried both? I played with the latter a while back and it was pretty easy to set up.
I've never used WAMP -- I mostly use MAMP, and I have used XAMPP when I'm not on a mac; my sense is that they're all pretty much the same idea. Also, fun to say in succession!
Although easy to get tongue-tied at the end there.
OK, I've found an Apache error log. There are several "file does not exist" errors popping up. Maybe I put the file in the wrong place? But the mysql_test.php file is in the htdocs folder right next to the phpinfo.php file, and the latter one came up just fine.
Gah. This is making me feel stupid.
But the mysql_test.php file is in the htdocs folder right next to the phpinfo.php file, and the latter one came up just fine.
It seems like it's having trouble finding mysql functions and phpinfo.php doesn't use any mysql functions so that's not surprising.
Unfortunately, that's all I got.
Thanks, Jon. I bet I'm tweaking the wrong php.ini file or something.