View previous topic :: View next topic |
Author |
Message |
Truplaya3208112 -
Joined: 02 Jul 2004 Posts: 47
|
Posted: Thu Jul 22, 2004 10:23 pm Post subject: Error 200 |
|
|
ok, whenever I install PHP scripts everything goes good until it makes me login in. When I log into an admin panel this pops up.
Error 200
OK
--------------------------------------------------------------------------------
Abyss Web Server X1
© Aprelium Technologies - 2001-2004
I have no idea why but it's this way with all my PHP scripts that have an admin panel. Any ideas on how I can resolve this issue? Ty in advanced _________________
We don't have many users. Please help us out and sign up and be active
http://tpcpro.no-ip.com
http://tpcpro.no-ip.com/forum |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Fri Jul 23, 2004 2:49 am Post subject: |
|
|
Ah... the evil Error 200.
That means that there is no feedback to give to the user. It is probably due to an error in the script. Try turning "register_globals" to "on" in your php.ini file. _________________ Bienvenidos! |
|
Back to top |
 |
 |
Truplaya3208112 -
Joined: 02 Jul 2004 Posts: 47
|
Posted: Fri Jul 23, 2004 3:40 am Post subject: |
|
|
it's already on. This all started when I upgraded to php 5.0, but that was causing me trouble so I went back to 4.3.8. And I put everything into my htdocs directory under php2 (C:/...htdocs/php2) if that means anything. Those are about the only changes I have made. Everything works fine except when I need to log into things. I know I am probably forgetting to do something but what can you say? I'm new to PHP and stuff. Ty ty ty very much _________________
We don't have many users. Please help us out and sign up and be active
http://tpcpro.no-ip.com
http://tpcpro.no-ip.com/forum |
|
Back to top |
|
 |
Donald Wright -
Joined: 11 Aug 2004 Posts: 5 Location: Mirabel, Qc, Canada
|
Posted: Sat Aug 14, 2004 4:37 am Post subject: Error 200 |
|
|
I did have this message:
<
Error 200
OK
--------------------------------------------------------------------------------
Abyss Web Server X1
© Aprelium Technologies - 2001-2004
>
when I tryed to open phpMyAdmin.
Read my latest topic (dated august 13).
What I have notice is that all .php extensions of PHP type files had dissapeared because I used Wordpad to configure the config.inc.pgp text file.
I do not know what to do with this, this is why I posted previously!!! |
|
Back to top |
|
 |
James01000 -
Joined: 23 Mar 2004 Posts: 1 Location: Paris France
|
Posted: Sat Aug 14, 2004 1:19 pm Post subject: Error 200 OK |
|
|
I have the same error, after I re installed phpMyAdmin. Prior to that I was up and running and suddenly for no apparent reason except a power outage, that is why I re installed. I too, used wordpad but I have checked file extensions, register_global =on in php.ini ..
I am new to all this, but will continue to work it. If any of you can help, or give a few pointers what and where to look it would be appreciated.
Thanks _________________ James01000 a.k.a. John |
|
Back to top |
|
 |
Donald Wright -
Joined: 11 Aug 2004 Posts: 5 Location: Mirabel, Qc, Canada
|
Posted: Sat Aug 14, 2004 5:06 pm Post subject: Re: Error 200 |
|
|
Truplaya3208112 wrote: | ok, whenever I install PHP scripts everything goes good until it makes me login in. When I log into an admin panel this pops up.
Error 200
OK
--------------------------------------------------------------------------------
Abyss Web Server X1
© Aprelium Technologies - 2001-2004
I have no idea why but it's this way with all my PHP scripts that have an admin panel. Any ideas on how I can resolve this issue? Ty in advanced |
***********************************************************
I did have the same situation when I wanted to open phpMyAdmin via the browser with this adresse "http://127.0.0.1:8080/phpMyAdmin".
Okay, what did I do to manage.
MY CASE
I'm using Windows98. When I installed phpMyAdmin, I needed to config the "config.inc.php" file. Before I could open it, I had to choose a text editor, so I descided to use Wordpad and made it default, this was the first mistake to associate all php type files with Wordpad. Then, I had to save it. Saving it with was the second mistake.
SOLUTION To resolve, I went into Window Explorer, then Display, then File Options. A new window appeared. I clicked on Display tab and delete the PHP file type. After I used NOTEPAD to open the "config.inc.php" and did note associate any PHP file type and then I entered the parameter to configure phpMyAdmin. The most important thing is to "Save as..." and add the .php extention.
EXPLANATION
If you save the file without saving with the .php extension (Save as..), the .txt will be use. By default, Windows98 that knows that the file type is associated with a program to open with, the extension will not be displayed. So, when opening the phpMyAdmin with the address earlyer mentionned, it could note find the "config.inc.php" but rather the "config.inc.txt or .wri"
I hope that it will help everyone
Donald. |
|
Back to top |
|
 |
Truplaya3208112 -
Joined: 02 Jul 2004 Posts: 47
|
Posted: Sun Aug 15, 2004 9:58 pm Post subject: |
|
|
sorry, I forgot to add that I fixed it. I just re installed Abyss. Also I use Dreamweaver so I don't have to worry about that. Thanks for the help though _________________
We don't have many users. Please help us out and sign up and be active
http://tpcpro.no-ip.com
http://tpcpro.no-ip.com/forum |
|
Back to top |
|
 |
|