php-windows Digest 25 Jun 2003 11:21:12 -0000 Issue 1794
Topics (messages 20544 through 20547):
Re: connecting to mySQL - testing server specified does not map to the
http://localhost/_MMServerScript/MMHTTPDB.php
20544 by: Ildiko Nyari
Upgrading to MySQL 4.1 or higher worried about clients
20545 by: Paul Menard
downloaded PHP Code pro
20546 by: Jeroen van Vlierden
Re: Question Regarding Local Host SubDirectory
20547 by: Nadim Attari
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
It worked before, and than I installed ImpAKT2, and now it doesn't work again, I have
the same error than before!
What happened?
Why ImpAKT2 changed my settings?
How can I move everything back again?
I can't connect to mySQL at all.
"testing server specified does not map to the
http://localhost/_MMServerScript/MMHTTPDB.php"
thanks,
ildiko
----- Original Message -----
From: Cristian MARIN
To: Ildiko Nyari
Sent: Wednesday, June 18, 2003 3:23 AM
Subject: Re: connecting to mySQL - testing server specified does not map to the
http://localhost/_MMServerScript/MMHTTPDB.php
This it means that the Apache is serving the php files, not interpreting them which
make me think this is an apache configuration error.
There are two posible reasons:
- The apache is not using the httpd.conf configurated by you and you can test
this by adding a dummy line in the httpd.conf like
"kjasdhaskld;haskdjhaskljdhaslkjdaslhkdjahsd" and the server should crash when it open
with the message that is an invalid line in the https.conf.
- In your httpd.conf you are not well configurated the php:
LoadModule php4_module c:\Php\sapi\php4apache.dll
...
ClearModuleList
...
AddModule mod_php4.c
...
AddType application/x-tar .tgz
AddType application/x-httpd-php .php .php3 .php4 .phtml
First of all verify these things.
-------------------------------------------------
Cristian MARIN - Developer
InterAKT Online (www.interakt.ro)
Tel: +4021 312.53.12
Tel/Fax: +4021 312.51.91
[EMAIL PROTECTED]
----- Original Message -----
From: Ildiko Nyari
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; [EMAIL PROTECTED]
Sent: Wednesday, June 18, 2003 2:55 AM
Subject: connecting to mySQL - testing server specified does not map to the
http://localhost/_MMServerScript/MMHTTPDB.php
Hello,
I have installed the PHP, mySQL and Apache on WIN XP, but:
1. when I want to open in the explorer: http://localhost/test.php I always get a
download window, and than my Dreamweaver MX opens, and so I can't see the test.php
file I created in the explorer.
2. When I created a php file in Dreamweaver MX, and I want to connect it to mySQL,
I have problems with the connection. It doesn't connect, the error always something
with the:
The testing server specified for this site does not map to the
http://localhost/_MMServerScript/MMHTTPDB.php Verify that the URL prefix maps to the
root of the site.
What is wrong? What and how can I do?
I get crazy.
THANKS,
ildiko
--- End Message ---
--- Begin Message ---
Hi all,
I'be been considering upgrading my data , MySQL
3.23.42 to 4.013 or even going to 4.1. I've read on
the MySQL upgrade documents that some client might be
affected when upgrading to 4.1. It does specificall
mention Perl which I use to supplement PHP. By I'm
more concerned about PHP.
Should I be concerned? I didn't really find anything
on the PHP web site about this. I'm running PHP
4.3.2(?) or whatever the latest production version of
PHP is available at the time of this writting.
Paul
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
--- End Message ---
--- Begin Message ---
from http://www.phpide.de/
anyone who has used this? Looks very good but I want to debug my code and I
can't set any breakpoints or whatever and that is why I downloaded it in the
first place.
--- End Message ---
--- Begin Message ---
> I have installed PHP4 on Windows XP Professional.
> I have a C:\Inetpub\wwwroot and a C:\Inetpub\wwwroot\PHP directory.
> When I use IE6 with a URL of http://localhost/php02.htm the script php02.htm
> works fine.
> When I use IE6 with a URL of http://localhost/php/php02.htm I get a "The
> page cannot be found" error.
This is IIS !!! Try to find what your root directory is...
--- End Message ---