PDA

View Full Version : PHP, nothing will work


netprismdotnet
04-04-2005, 05:15
How do I activate the PHP so that web pages with .php extensions will work?

I ran the easyapache utility and it looked like php installed.
When I go into cpanel though, under the php version it showws a blank.

The weird thing is that Fantastico is working, but after installing a program such as phpCOIN or phpCHAT the programs won't run. You can see what happens if you visit http://www.interaccell.com/chat :nuts:

Villan
04-04-2005, 08:57
I can get *some* php pages working on my VDS #2 ... and ive had a play with easy apache trying to get pgsql support enabled .. which i managed.

i get the same errors you get when i try running other php files.

try making a php page with the following on it:

<?php
phpinfo()
?>

That will show if you have php installed, and if you do it will show the version and installed modules etc.

if anyone here knows what they are doing and knows php .. feel free to correct me :S

James

netprismdotnet
04-04-2005, 22:07
Well I got it working.
I ran easy apache again and this time selected option number 5. Everything fixed as far as PHP goes