Members: 16,996
Threads: 38,846
Posts: 159,391
Online: 24

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse

Go Back   Mambers.com > Archive > Mambo 4.5 > Mambo 4.5 'How Do I' Questions

 
 
LinkBack Thread Tools Display Modes
Old 12.05.2004, 08:31   #1 (permalink)
Mamber
 
Join Date: Apr 2004
Posts: 107
vivekhyd is on a distinguished road
Default Apache,Mysql and php on Win Xp installed, nothing works

Hello!

I installed the latest apache,mysql and php on my Win Xp machine and then when i open the mambo's index.php (from the mambo server download) the browser still shows the code insteadl of the homepage.

Did anything go wrong. Please don't suggest MSAS i was looking for more.
vivekhyd is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Old 12.05.2004, 08:33   #2 (permalink)
Mamber
 
Join Date: Apr 2004
Posts: 107
vivekhyd is on a distinguished road
Default Re: Apache,Mysql and php on Win Xp installed, nothing works

Basically i wanted to work with Mambo files without using MSAS. I even bought all the books needed for me to learn php
vivekhyd is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12.05.2004, 09:09   #3 (permalink)
Senior Mamber
 
wuffff's Avatar
 
Join Date: Apr 2004
Location: Germany
Posts: 137
wuffff is an unknown quantity at this point
Default Re: Apache,Mysql and php on Win Xp installed, nothing works

for some reason PHP is installed, but not running on your machine.
You should read the documentation, how to start PHP from the PHP directory.
The "how to start" depends from the PHP - Version.

At my machine is running Apache 2.0.49 with PHP 4.3.66 and ON THIS you start PHP by editing the Apache httpd.conf, like this:

In the "LoadModule" section of httpd.conf add the following lines:

Code:
(...)
#LoadModule ssl_module modules/mod_ssl.so
LoadModule php4_module "E:\oracle\ora902\Apache\php\sapi\php4apache2.dll"

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

#
# ExtendedStatus controls whether Apache will generate "full" status
(...)
ahem - you should let point the path for php4apache2.dll where it's saved on your machine

Now restart Apache and PHP should work.
If not, maybe you have another version of Apache and / or PHP or you have a Apache-PHP-combination which will not fit.

If you intend only using MAMBO on that machine you can have it easier: Just install MSAS http://mosforge.net/projects/msas/; it will install Apache, PHP, MySQL-Database AND Mambo 4.5/1.0.7) complete in one installation. Check it out !

Greetz
W.
__________________
keep them mowing blades sharp !
-----------------------------------
BTW: Standard schreibt man mit 2x mit d !
wuffff is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12.05.2004, 12:44   #4 (permalink)
Mamber
 
Join Date: Apr 2004
Posts: 107
vivekhyd is on a distinguished road
Default Re: Apache,Mysql and php on Win Xp installed, nothing works

I have used MSAS is it great. It still use it. However, i was hoping to go a step further and use the actual stuff.

Tell me : If everything get installed will the mambo php files open in my IE and show the way it shows in the website?

I know this is a silly question, but understand i am now a programmer
vivekhyd is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12.05.2004, 12:56   #5 (permalink)
Mamber
 
Join Date: Apr 2004
Posts: 107
vivekhyd is on a distinguished road
Default Re: Apache,Mysql and php on Win Xp installed, nothing works

FYI : i found this lovely thing called WAMP its apache,mysql,php all bundled into one. I have not tried it but looks promissing

http://thinkro.com/content/resources...10003c77b6c6d3
vivekhyd is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12.05.2004, 18:17   #6 (permalink)
Professional Mamber
 
stingrey's Avatar
 
Join Date: Apr 2004
Location: Marikina, Manila, Philippines
Posts: 776
stingrey is on a distinguished road
Default Re: Apache,Mysql and php on Win Xp installed, nothing works

Yeah I'd say most of us developing locally use a WAMP.

Only the real hardcore guys install everything themselves.


I believe MSAS is actually based on the miniserver WAMP.


I use apachetriad myself and it works superbly:
http://apache2triad.sourceforge.net/

Different WAMPS will come packaged with different things and different versions of files. I guess just the one that works for you, they should all do a pretty good job.
__________________
Joomla! Core Team Member
Software Coding & Design - Stability Team Leader
www.joomla.org
Former Mambo Core Team Member
stingrey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12.05.2004, 18:41   #7 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Posts: 7
drbomba is on a distinguished road
Default Re: Apache,Mysql and php on Win Xp installed, nothing works

did you set your http.conf to also accept index.php as an index page

and did you try using test.php with

<?php phpinfo(); ?>

as the body.
drbomba is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12.05.2004, 18:49   #8 (permalink)
Professional Mamber
 
tonyskyday's Avatar
 
Join Date: Apr 2004
Location: Charlottesville, VA USA
Posts: 565
tonyskyday is on a distinguished road
Default Re: Apache,Mysql and php on Win Xp installed, nothing works

I would have a look at the apache and php manuals and see if there is a solution to your problem.

-Tony
tonyskyday is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 13.05.2004, 08:55   #9 (permalink)
Mamber
 
Join Date: Apr 2004
Posts: 107
vivekhyd is on a distinguished road
Default Re: Apache,Mysql and php on Win Xp installed, nothing works

Some one close suggested that wamps are stangnant and not many guys come out with new wamps when the real php and apache comeout with new versions and advised me to stay away? How real is this.
vivekhyd is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 13.05.2004, 09:29   #10 (permalink)
Professional Mamber
 
stingrey's Avatar
 
Join Date: Apr 2004
Location: Marikina, Manila, Philippines
Posts: 776
stingrey is on a distinguished road
Default Re: Apache,Mysql and php on Win Xp installed, nothing works

I doubt think you can make such a blanket assumption.


It will depend on the developers of the WAMPs as to whether they update their packages to include the latest versions of programs.

Also there are commercial WAMPs available which would know doubt update their packages.

Also if all your using the WAMP for is to test your site offline (e.g. for development & testing purposes) then its not a major issue.

Lastly, very few hosters are going to install bleeding edge software versions into their systems, they will always tend to adopt the safer, slightly older versions for stability reasons.
__________________
Joomla! Core Team Member
Software Coding & Design - Stability Team Leader
www.joomla.org
Former Mambo Core Team Member
stingrey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Useful Links -> Embeding php scripts into mambo content afru Mambo 4.5 'How Do I' Questions 36 20.07.2006 22:44
STATICXT and PHP Pass Vars doubled Mambo 4.5 'How Do I' Questions 3 03.05.2004 21:04
phpshop php error after install weavers Mambo 4.5 General Talk 2 30.04.2004 14:31
enable zlib in php? dgs Mambo 4.5 'How Do I' Questions 3 21.04.2004 04:06
Something for the PHP gurus here? SvenErik Community Smalltalk 2 14.04.2004 08:48


All times are GMT +2. The time now is 06:05.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.