Beginner Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherBeginner Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old July 11th, 2000, 05:07 PM
Hartmann's Avatar
Hartmann Hartmann is offline
chown python:users\ /world
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2000
Location: Texas Tech
Posts: 95 Hartmann User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
I downloaded the bundle to my Win98 comp and followed the directions. I installed the .ini and ran the GO.BAT it worked fine..... Then I tried the http://localhost thing and it asked me if I wanted to connect (I was offline). I said no and it gave me a 404 error...... Then I created a .php file and saved it to the www directory and tried to open it with IE. No can do.... What did I do wrong??

Thanks,


------------------
Hartmann

Reply With Quote
  #2  
Old July 11th, 2000, 06:33 PM
rod k rod k is offline
Apprentice Deity
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Jul 1999
Location: Niagara Falls (On the wrong side of the gorge)
Posts: 3,237 rod k User rank is Private First Class (20 - 50 Reputation Level)rod k User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 m 8 sec
Reputation Power: 13
Send a message via AIM to rod k
Do you have a server installed such as Apache?


Reply With Quote
  #3  
Old July 11th, 2000, 08:33 PM
firepages's Avatar
firepages firepages is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Feb 2000
Location: Perth West Australia
Posts: 741 firepages User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
Did you unzip the file to C:/phpdev/ ?it needs to be there for the config to work as is -

You may need to disconnect from the net and then close and restart IExplorer,

Another possible problem is your proxy settings - in IE - go to 'tools' - 'internet options' - choose the 'connections tab' - click the 'LAN settings' button - click the 'advanced' button.
At the bottom of the box there is a text field - with the heading 'Exceptions' .
Type- http://localhost
click 'ok' and close explorer - reopen it (with Apache running) and you should get the first screen.

If that works the try clicking on the first of the 2 files there (index.php3) you should then see the results of phpinfo() - if you do its all running.

Rod - Hartman is referring to the PHP4/Apache/MySQL/phpMyAdmin bundled zip - at http://www.firepages.com.au/news.php3 - it extracts to C: and should run straight off on win9* and poss' 2k machines without any configuration - I could never get Apache to work on my machine - someone kindly sent me this zip - so as it worked so well for me I put it up for download.

------------------
Simon Wheeler
FirePages -DHTML/PHP/MySQL

[This message has been edited by firepages (edited July 11, 2000).]

Reply With Quote
  #4  
Old July 12th, 2000, 05:01 AM
firepages's Avatar
firepages firepages is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Feb 2000
Location: Perth West Australia
Posts: 741 firepages User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
that link again ! correctly this time (I did edit it but the change did not show up?)
http://www.firepages.com.au/php.php3


------------------
Simon Wheeler
FirePages -DHTML/PHP/MySQL

Reply With Quote
  #5  
Old July 12th, 2000, 10:22 AM
Hartmann's Avatar
Hartmann Hartmann is offline
chown python:users\ /world
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2000
Location: Texas Tech
Posts: 95 Hartmann User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
Thanks FirePages!! I will try it out and let you know how it goes!


------------------
Hartmann

Reply With Quote
  #6  
Old July 12th, 2000, 10:32 AM
Hartmann's Avatar
Hartmann Hartmann is offline
chown python:users\ /world
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2000
Location: Texas Tech
Posts: 95 Hartmann User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
Hi again FirePages!

I did what you said about the Proxy Server..... It gave me an error message that said "The settings for the proxy server you've chosen aer blank. This prevents access to the Internet. Do you want to turn off the proxy connection?"

OOPS.... What did I do???? LOL

Thanks,




------------------
Hartmann

Reply With Quote
  #7  
Old July 12th, 2000, 11:47 AM
Hartmann's Avatar
Hartmann Hartmann is offline
chown python:users\ /world
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2000
Location: Texas Tech
Posts: 95 Hartmann User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
And I still get the 404 Error... AHHHHH!!!

------------------
Hartmann

Reply With Quote
  #8  
Old July 12th, 2000, 11:47 AM
firepages's Avatar
firepages firepages is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Feb 2000
Location: Perth West Australia
Posts: 741 firepages User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
depends, maybe you do not use a proxy server in which case you should not need to do anything anyway - mmm - go back to 'tools' - 'internet options' - choose the 'connections tab' this time click the 'settings' button, a screen comes up there will be a box called 'proxy settings' - if this is blank or greyed out you do not have a proxy server and this is not your problem - if it has text in it - something like 'proxy.x.server.com' or similar - click the 'advanced' tab, in this screen - ## at the very bottom ## there is a box called 'exceptions' - in here type http://localhost - and ok - apply etc

otherwise I am not sure what the problem could be - the bundle is designed to run straight off - with no configuration - It worked 1st time for me - which is good as I know nothing about configuring Apache etc.

Do you have PWS installed? - I have heard that that can be a problem - I have Omnihttpd but that still works without giving Apache any problems - & vice versa.

Try again and let me know.

------------------
Simon Wheeler
FirePages -DHTML/PHP/MySQL

Reply With Quote
  #9  
Old July 12th, 2000, 12:13 PM
Hartmann's Avatar
Hartmann Hartmann is offline
chown python:users\ /world
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2000
Location: Texas Tech
Posts: 95 Hartmann User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
Well i didn't think that i had the PWS installed but I do...... How do i get it off? I never use it!!!

Reply With Quote
  #10  
Old July 16th, 2000, 03:30 AM
ads
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Sorry for silly question. Do I have to install Apache, PHP, MySql separatly or It comes with the bundle? Also can I install mysql on windows95? I have downloaded bundle on windows95 and done all things and clicked on go button. It gives me error therefore problem. I can not find widows95 version of mysql on mysql site. Please help.

Reply With Quote
  #11  
Old July 16th, 2000, 02:06 PM
firepages's Avatar
firepages firepages is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Feb 2000
Location: Perth West Australia
Posts: 741 firepages User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
The bundle has PHP / Apache / MySQL /phpMyAdmin in it , they all unzip to the same directory - MySQL should work on 95.

I am getting feedback of about 50/50 installs/does not ! - all on windows95/98 for the bundle - unfortunately I have not a clue why some work & some do not!

------------------
Simon Wheeler
FirePages -DHTML/PHP/MySQL

Reply With Quote
  #12  
Old July 18th, 2000, 08:11 PM
jkd jkd is offline
CF sMod
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2000
Location: Maine, USA (a.k.a. Boonies)
Posts: 242 jkd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 m 43 sec
Reputation Power: 9
Send a message via ICQ to jkd Send a message via AIM to jkd Send a message via Yahoo to jkd
I am having the same problem. Win95.
No trace of PWS or Omni. Can't connect to http://localhost .

Reply With Quote
  #13  
Old August 27th, 2003, 06:21 AM
josefin josefin is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 1 josefin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I have phpdev423 installed on win98. I am able to connect to localhost, but when i save php file to the C:/phpdev/www folder I cannot open them without connecting to the internet. I can open a select few of the pages provided with the installation. I do not have PWS installed.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherBeginner Programming > Problem with PHP Bundle....


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support |