phpMyAdmin Error 200

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


Joined: 26 Dec 2004
Posts: 14

PostPosted: Mon Dec 27, 2004 10:20 pm    Post subject: phpMyAdmin Error 200 Reply with quote

When i try to visit my phpMyAdmin I get a 200 error. Whats the problem?
_________________

Dont drop your baby yoshi!
Back to top View user's profile Send private message
Glitch2082
-


Joined: 02 Dec 2004
Posts: 194

PostPosted: Mon Dec 27, 2004 11:12 pm    Post subject: Reply with quote

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 View user's profile Send private message Send e-mail
Server One Host
-


Joined: 26 Dec 2004
Posts: 14

PostPosted: Mon Dec 27, 2004 11:53 pm    Post subject: Reply with quote

Im a php newb... could u explain it in a php newb way?
_________________

Dont drop your baby yoshi!
Back to top View user's profile Send private message
Glitch2082
-


Joined: 02 Dec 2004
Posts: 194

PostPosted: Tue Dec 28, 2004 1:48 am    Post subject: Reply with quote

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 View user's profile Send private message Send e-mail
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Tue Dec 28, 2004 4:22 am    Post subject: Reply with quote

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 View user's profile Send private message Visit poster's website
Server One Host
-


Joined: 26 Dec 2004
Posts: 14

PostPosted: Tue Dec 28, 2004 4:24 am    Post subject: Reply with quote

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 View user's profile Send private message
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Tue Dec 28, 2004 4:25 am    Post subject: Reply with quote

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 View user's profile Send private message Visit poster's website
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