PHP TROUBLE

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
Xavier
-


Joined: 17 Jan 2004
Posts: 50

PostPosted: Sun Jan 18, 2004 3:36 am    Post subject: PHP TROUBLE Reply with quote

when i try to open a .php from http://my.ip/1.php it gives me a 200 error page. What is wrong and how can i fix it?
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sun Jan 18, 2004 3:09 pm    Post subject: Re: PHP TROUBLE Reply with quote

Xavier,

This means that the script was executed but sent no output to the server. If its your script, check it.
If you've donwload it, try setting the register_globals parameter in php.ini set to on:

Code:
register_globals=on


This is know to solve the problem with many script that use the old PHP variables naming convention.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Xavier
-


Joined: 17 Jan 2004
Posts: 50

PostPosted: Sun Jan 18, 2004 7:06 pm    Post subject: RE: Reply with quote

I cant find a php.ini file where is it supposed to be?

never mind i found it in c:/windows


Last edited by Xavier on Sun Jan 18, 2004 7:31 pm; edited 1 time in total
Back to top View user's profile Send private message
jtc970
-


Joined: 24 Mar 2003
Posts: 172

PostPosted: Sun Jan 18, 2004 7:31 pm    Post subject: Reply with quote

check your windows dir (c:\windows\php.ini
but i think if you have it in the same path as the php.exe that will be the default ini.
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group