Quantcast
Page 3 of 6 FirstFirst 123456 LastLast
Results 21 to 30 of 53

Apache + MySQL + PHP

  1. #21
    RKramkowski is offline Junior Member
    Enjoys Windows 7 Forums
     
    Join Date
    May 2009
    Posts
    22
    Well it was there in the firewall, but for Apache, not WAMP since WAMP wasn't installed yet. I found a WAMP download and installed it on my 64 bit machine. It worked. But when I went to edit the httpd.conf file, it was in French! So I downloaded XAMPP. It also installed fine. Now I have to figure out how to build out my dev environment to include Netbeans, PHPbb, Wordpress, etc.

    I've always installed each piece independently and so knew how it all went together. I've never installed it using an installation routine like this. I also have to figure out how to configure Dreamweaver to work with it.

    I'd still like to know why it didn't work when I installed the pieces independently.

    Reply With Quote Reply With Quote

  2. #22
    kevin from Chi-town's Avatar
    kevin from Chi-town is offline Senior Member
    Enjoys Windows 7 Forums
     
    Join Date
    Jan 2009
    Posts
    357
    Sry about the french however phpbb is easy, just drop the contents into the www folder. It will ask you to set up a database, and the parameters of it. What I have done is to keep an open ended database, I won't give it a size. In PHPBB setup, it will ask you to log in on one of the lines....this is asking for "root". Dreamweaver should work assuming your writing php. I'm assuming your going to try and integrate a static type site with a forum. Something I'd like to do if I could find the time.

    Reply With Quote Reply With Quote

  3. #23
    RKramkowski is offline Junior Member
    Enjoys Windows 7 Forums
     
    Join Date
    May 2009
    Posts
    22
    OK, so I uninstalled XAMPP and went back to reinstalling Apache and PHP separately. I removed all references and environment variables I could find that referred to XAMPP. So now Apache and PHP start up fine but when I go to localhost, I now get a 403 error. Sounds like a permissions problem but I didn't change any permissions from when it would start before I installed XAMPP. Any idea where to start troubleshooting this one?

    Reply With Quote Reply With Quote

  4. #24
    kevin from Chi-town's Avatar
    kevin from Chi-town is offline Senior Member
    Enjoys Windows 7 Forums
     
    Join Date
    Jan 2009
    Posts
    357
    Quote Originally Posted by RKramkowski View Post
    OK, so I uninstalled XAMPP and went back to reinstalling Apache and PHP separately. I removed all references and environment variables I could find that referred to XAMPP. So now Apache and PHP start up fine but when I go to localhost, I now get a 403 error. Sounds like a permissions problem but I didn't change any permissions from when it would start before I installed XAMPP. Any idea where to start troubleshooting this one?
    I'm going to install these 2 tomorrow and see what I get. just let me know if I'm using the same verions...apache v 2.2.11 and php 5.2.10

    Reply With Quote Reply With Quote

  5. #25
    RKramkowski is offline Junior Member
    Enjoys Windows 7 Forums
     
    Join Date
    May 2009
    Posts
    22
    Yep, those are the ones. When I started in the beginning, I installed Apache and PHP and all indications were that Apache and PHP were running right. The Apache monitor also indicated that. It wasn't until I installed XAMPP, verified that all works, uninstalled XAMPP, and reinstalled Apache and PHP that I get the 403 error. The Apache console still indicates that all is running OK. Just that I get a 403 error when I try to access index.php on the localhost.

    Reply With Quote Reply With Quote

  6. #26
    kevin from Chi-town's Avatar
    kevin from Chi-town is offline Senior Member
    Enjoys Windows 7 Forums
     
    Join Date
    Jan 2009
    Posts
    357
    i got sidetracked today, I'll install tomorrow...sry dude

    Reply With Quote Reply With Quote

  7. #27
    dre@ms's Avatar
    dre@ms is offline Senior Member
    Enjoys Windows 7 Forums
     
    Join Date
    Jun 2009
    Posts
    154
    I tried installing WAMP and was successful too. But not able to cutomize according to my need. So, googled and found thesitewizard.com. Followed the exact steps for installing Apache, MySQL and PHP. Worked gr8.

    Reply With Quote Reply With Quote

  8. #28
    RKramkowski is offline Junior Member
    Enjoys Windows 7 Forums
     
    Join Date
    May 2009
    Posts
    22
    Thanks Dre@ms. I took a quick look at that site and it looks interesting. I'll have to delve deeper a little later today.

    Kevin, no hurry. Although I want to get it straightened out, I'd rather take the time to do it right. I plug away a little each night, looking down different paths that might be cusing the problem. The good thing will be that i should understand some of the intricacies between the programs pretty good once I get it figured out!

    Reply With Quote Reply With Quote

  9. #29
    RKramkowski is offline Junior Member
    Enjoys Windows 7 Forums
     
    Join Date
    May 2009
    Posts
    22
    I found the problem with the 403 error. XAMPP modified my httpd-vhosts.conf file and I missed that one. Restoring the previous fixed that. Now I'm back to the original problem where http://localhost/index.php only echoes back all my PHP commands but doesn't interpret/execute them.

    Running c:\php\php-cgi index.php returns my path followed by

    X-Powered By: PHP/5.2.10
    Content-type: text/html
    <?php phpinfo();
    ?>

    but never displays the associated html file. So all indications are that PHP is running, just not interpreting commands properly.

    Reply With Quote Reply With Quote

  10. #30
    kevin from Chi-town's Avatar
    kevin from Chi-town is offline Senior Member
    Enjoys Windows 7 Forums
     
    Join Date
    Jan 2009
    Posts
    357
    Quote Originally Posted by RKramkowski View Post
    I found the problem with the 403 error. XAMPP modified my httpd-vhosts.conf file and I missed that one. Restoring the previous fixed that. Now I'm back to the original problem where http://localhost/index.php only echoes back all my PHP commands but doesn't interpret/execute them.

    Running c:\php\php-cgi index.php returns my path followed by

    X-Powered By: PHP/5.2.10
    Content-type: text/html
    <?php phpinfo();
    ?>

    but never displays the associated html file. So all indications are that PHP is running, just not interpreting commands properly.
    I haven't been able to install either one due to time constrants....I want to do it just because I havent done it in awhile. Seems like we're looking back at square one. This has always been my problem with open source products.......if you have any syntax out of order, you could be left scratching your head for days!

    Reply With Quote Reply With Quote

Page 3 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. Apache: localhost not found
    By Demonweare in forum Windows 7 Programming and Scripting
    Replies: 2
    Last Post: 06-18-2011, 06:44 AM
  2. Windows 7, IIS, MySql and PHP
    By dragoenix in forum Windows 7 Programming and Scripting
    Replies: 3
    Last Post: 03-05-2010, 08:56 PM
  3. MySQL Connector problem
    By Strahan in forum Windows 7 Support
    Replies: 5
    Last Post: 07-19-2009, 05:00 PM
  4. Apache services stop on Vista
    By Tristan559 in forum Windows Vista Networking
    Replies: 6
    Last Post: 01-09-2009, 11:59 PM
  5. Apache HTTP Server on Windows 7 Beta
    By oliverash in forum Windows 7 Networking
    Replies: 1
    Last Post: 01-08-2009, 01:52 PM

Visitors found this page by searching for:

windows 7 apache php my sql

(os 1813)the specified resource type cannot be found in the image file

win7 apache php mysql

mysql apache forums

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •