View previous topic :: View next topic |
Author |
Message |
slaytanic -
Joined: 12 Dec 2004 Posts: 3
|
Posted: Mon Dec 13, 2004 12:20 am Post subject: NEED HELP WITH PHPMYADMIN!!!! WEIRD WARNING!! |
|
|
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 |
|
 |
Glitch2082 -
Joined: 02 Dec 2004 Posts: 194
|
Posted: Mon Dec 13, 2004 2:06 am Post subject: |
|
|
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 |
|
 |
slaytanic -
Joined: 12 Dec 2004 Posts: 3
|
Posted: Mon Dec 13, 2004 3:06 pm Post subject: |
|
|
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 |
|
 |
olly86 -
Joined: 25 Apr 2003 Posts: 993 Location: Wiltshire, UK
|
Posted: Mon Dec 13, 2004 5:53 pm Post subject: |
|
|
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 |
|
 |
admin Site Admin
Joined: 03 Mar 2002 Posts: 1334
|
Posted: Tue Dec 14, 2004 12:46 pm Post subject: Re: NEED HELP WITH PHPMYADMIN!!!! WEIRD WARNING!! |
|
|
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 |
|
 |
slaytanic -
Joined: 12 Dec 2004 Posts: 3
|
Posted: Wed Dec 15, 2004 4:07 pm Post subject: still need help.. |
|
|
Ok..that helps,but now i get only page with HTML-text..
So,what to do now?? |
|
Back to top |
|
 |
thetarget -
Joined: 14 Dec 2004 Posts: 10
|
Posted: Thu Dec 16, 2004 6:23 am Post subject: |
|
|
uninstall php.... delete extension... reinstall... and reconfigure |
|
Back to top |
|
 |
|