View previous topic :: View next topic |
Author |
Message |
figura -
Joined: 14 Jan 2004 Posts: 2
|
Posted: Wed Jan 14, 2004 1:22 am Post subject: ERROR 200 OK! |
|
|
Hi im new at this i dont know much about php but i managed to set up the server and php as well. First i installed Abyss Web Server X1 (v 1.2.1.0) then php-4.3.1. Everything went fine. I even installed andromeda.php script and i tworked. yesterday i checked my website and i get this message ERROR 200 OK. The script didnt load at all. Then i deleted everything and reinstalled both from the begining. It still didnt work. I tried at least five more times reinstalling the server, PHP and trying to find the error but i cant still find anything. Can anyone help me! :cry: |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Wed Jan 14, 2004 3:24 am Post subject: |
|
|
Are you sure that you installed PHP correctly , please check
out my tutorial for instructions , http://os17fan.cjb.net |
|
Back to top |
|
 |
figura -
Joined: 14 Jan 2004 Posts: 2
|
Posted: Wed Jan 14, 2004 4:48 am Post subject: |
|
|
yes i tried that. it worked before like i said but yesterday it gave me this problem and now i just get ERROR 200 OK. |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Wed Jan 14, 2004 5:06 am Post subject: |
|
|
what version of Abyss are you using ? |
|
Back to top |
|
 |
jtc970 -
Joined: 24 Mar 2003 Posts: 172
|
Posted: Wed Jan 14, 2004 7:12 am Post subject: |
|
|
error 200 means the script completed properly but their was nothing to display...
ie: nothing printed and no html
cant tell you much more than that... |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Wed Jan 14, 2004 3:19 pm Post subject: Re: ERROR 200 OK! |
|
|
figura,
Andromeda uses the old PHP variables naming convention. So you must configure PHP to support this old convention: edit your PHP.ini file, locate the line:
Code: | register_globals = off |
and change it to:
Code: | register_globals = on |
Save the file and retry the script. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
ethereal -
Joined: 14 Jan 2004 Posts: 18
|
Posted: Fri Jan 16, 2004 12:54 am Post subject: Same Problem |
|
|
I've been getting the same problems and my register_globals is already set "On" but I've been trying to install phpBB and phpmyadmin.... |
|
Back to top |
|
 |
ismfa -
Joined: 21 Jan 2004 Posts: 3
|
Posted: Wed Jan 21, 2004 5:41 pm Post subject: |
|
|
I have been getting the same problem - server works sometimes and doesn't others. I know that my php script is working correctly as it has been tested on this computer with a different web server. For a while I could get it to work by accessing it via http://127.0.0.1/ (I had been using http://localhost/) - It is very frustrating. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Jan 22, 2004 12:13 pm Post subject: |
|
|
ismfa,
It is the scripting language interpreter that runs your script and not the web server. PHP interpreter is not static and changes over time. Some major changes were made in version 4.3 and if you aren't aware of, some scripts won't work unless you configure PHP to enable the backward compatibility. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
ismfa -
Joined: 21 Jan 2004 Posts: 3
|
Posted: Thu Jan 22, 2004 3:27 pm Post subject: |
|
|
The point is though that this script worked a few days ago - I have not changed it or the PHP installation since. I come back to it now and it doesn't work. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sun Jan 25, 2004 4:25 pm Post subject: |
|
|
ismfa,
Can you give us more information about this script? (name, URL, etc...). _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
BrAiNs -
Joined: 07 Jan 2004 Posts: 5
|
Posted: Sat Jan 31, 2004 1:23 pm Post subject: Error when uploading image file |
|
|
BrAiNs wrote: |
I think i have figured it out but what i need to know is where do i get the GD software from ???
What i think it is that the server is not configured to recognise the GD extention and where what to use to process this extension...
hope im write :lol:
and if i am where do i get the GD from ??? please |
I think i have answered most of my own question because i just found this.....
http://www.boutell.com/gd/ and i download this http://www.boutell.com/gd/http/gdwin32.zip
However now im wondering how to install it or to be more precise which file to tell the server is the file that processes the images for thumbnails ???? .
And what extention it is....... _________________

Last edited by BrAiNs on Sat Jan 31, 2004 2:11 pm; edited 1 time in total |
|
Back to top |
|
 |
ismfa -
Joined: 21 Jan 2004 Posts: 3
|
Posted: Sat Jan 31, 2004 2:01 pm Post subject: |
|
|
Ok I have done a bit more testing and found out that indeed the problem was with my script. Sorry about that.
However - the reason that I was sure that it wasn't was that I used to use the Omnicron server and that would give the error and the line number of the error - much like apache. Whereas in this I was just getting the ERROR 200 OK - and after a little while...well it was not OK.
:oops:
No doubt there is some setting that you will tell me about so that I can see the error messages. |
|
Back to top |
|
 |
|