View previous topic :: View next topic |
Author |
Message |
Server One Host -
Joined: 26 Dec 2004 Posts: 14
|
Posted: Mon Dec 27, 2004 10:20 pm Post subject: phpMyAdmin Error 200 |
|
|
When i try to visit my phpMyAdmin I get a 200 error. Whats the problem? _________________
Dont drop your baby yoshi! |
|
Back to top |
|
 |
Glitch2082 -
Joined: 02 Dec 2004 Posts: 194
|
Posted: Mon Dec 27, 2004 11:12 pm Post subject: |
|
|
Error 200 is more or less an error.
Quote: | Glitch Definition for 'Error 200'
Everything was processed correctly except there wasn't any text to display.
Example:
$con = mysql_connect(localhost, user, pass);
There is no information to be displayed such as an echo, or html.
Example 2:
$con = mysql_connect(localhost, user, pass);
echo "SQL Connection";
The above code would eliminate the error 200 since I put in echo "SQL Connection".
|
_________________ int main() {
cout << "Im Pro Apache";
cin.get();
} |
|
Back to top |
|
 |
Server One Host -
Joined: 26 Dec 2004 Posts: 14
|
Posted: Mon Dec 27, 2004 11:53 pm Post subject: |
|
|
Im a php newb... could u explain it in a php newb way? _________________
Dont drop your baby yoshi! |
|
Back to top |
|
 |
Glitch2082 -
Joined: 02 Dec 2004 Posts: 194
|
Posted: Tue Dec 28, 2004 1:48 am Post subject: |
|
|
Bassicaly acording to my theory, if there isn't anything to show (like an echo or text/images) it will just give Error 200, instead of a blank page. _________________ int main() {
cout << "Im Pro Apache";
cin.get();
} |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Tue Dec 28, 2004 4:22 am Post subject: |
|
|
Hey , have you tried www.trustabyss.com , please do not use PHP v5 , it is
very unstable and contains bugs , I recommend PHP v4 and thats final.
Edit: To put it simple , Error 200 means no output to browser. |
|
Back to top |
|
 |
Server One Host -
Joined: 26 Dec 2004 Posts: 14
|
Posted: Tue Dec 28, 2004 4:24 am Post subject: |
|
|
TRUSTpunk wrote: | Hey , have you tried www.trustabyss.com , please do not use PHP v5 , it is
very unstable and contains bugs , I recommend PHP v4 and thats final.
Edit: To put it simple , Error 200 means no output to browser. |
I belive im using PHP 4.3.10 _________________
Dont drop your baby yoshi! |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Tue Dec 28, 2004 4:25 am Post subject: |
|
|
You still might want to go over the steps , if you need more help , im on MSN.
My msn address is msn@trustabyss.com , I will see you there. LateR! |
|
Back to top |
|
 |
|