NEED HELP WITH PHPMYADMIN!!!! WEIRD WARNING!!

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


Joined: 12 Dec 2004
Posts: 3

PostPosted: Mon Dec 13, 2004 12:20 am    Post subject: NEED HELP WITH PHPMYADMIN!!!! WEIRD WARNING!! Reply with quote

I try to start my http://127.0.0.1/phpadmin but i get this warning:

PHP Startup :unable to initialize module
Module compiled with module API=20020429, debug=0, thread-safety=1
PHP compiled with module API=20041030, debug=0,thread-safety=1
these options need to match

So,what i do to get that problem solved???
Back to top View user's profile Send private message
Glitch2082
-


Joined: 02 Dec 2004
Posts: 194

PostPosted: Mon Dec 13, 2004 2:06 am    Post subject: Reply with quote

First off public can't view 127.0.0.1 - Thats local host.
Edit: That is if you are trying to let the public see the error.
_________________
int main() {
cout << "Im Pro Apache";
cin.get();
}
Back to top View user's profile Send private message Send e-mail
slaytanic
-


Joined: 12 Dec 2004
Posts: 3

PostPosted: Mon Dec 13, 2004 3:06 pm    Post subject: Reply with quote

Glitch2082 wrote:
First off public can't view 127.0.0.1 - Thats local host.
Edit: That is if you are trying to let the public see the error.



What are you trying to say???
Back to top View user's profile Send private message
olly86
-


Joined: 25 Apr 2003
Posts: 993
Location: Wiltshire, UK

PostPosted: Mon Dec 13, 2004 5:53 pm    Post subject: Reply with quote

slaytanic wrote:
Glitch2082 wrote:
First off public can't view 127.0.0.1 - Thats local host.
Edit: That is if you are trying to let the public see the error.

What are you trying to say???

That means the url you have given is a loopback address. This means that requests to this address are looped back to the computer that sent the request.

--
Did you compile PHP yourself?
If no what version of PHP (4 or 5) are you running?
_________________
Olly
Back to top View user's profile Send private message
admin
Site Admin


Joined: 03 Mar 2002
Posts: 1334

PostPosted: Tue Dec 14, 2004 12:46 pm    Post subject: Re: NEED HELP WITH PHPMYADMIN!!!! WEIRD WARNING!! Reply with quote

slaytanic,

This error message means that you have installed a PHP extension that doesn't match with the exact version of PHP you already have. PHP extensions should always come from the same version of PHP. Otherwise you get problems.
The best to do is to reinstall the extensions at least (get them from the latest Windows Binary Zip package.)

[Actually you have a PHP extension that comes from an old version installed on a new PHP release.]
Back to top View user's profile Send private message
slaytanic
-


Joined: 12 Dec 2004
Posts: 3

PostPosted: Wed Dec 15, 2004 4:07 pm    Post subject: still need help.. Reply with quote

Ok..that helps,but now i get only page with HTML-text..

So,what to do now??
Back to top View user's profile Send private message
thetarget
-


Joined: 14 Dec 2004
Posts: 10

PostPosted: Thu Dec 16, 2004 6:23 am    Post subject: Reply with quote

uninstall php.... delete extension... reinstall... and reconfigure
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