Attempting to run phpESP results in:
=20
HTTP 503 Service Unavailable
[Connection to database failed. Please check configuration. ]
[1251: Client does not support authentication protocol requested by =
server;
consider upgrading MySQL client]
=20
I also get this in my apache log:
[client 127.0.0.1] PHP Notice: Undefined variable: ESPCONFIG in
C:\\Program Files\\Apache =
Group\\Apache2\\htdocs\\phpESP\\admin\\test.php on
line 121
=20
Any suggestions appreciated. (More detail below)
=20
-Paul
=20
When I ran phpESP/admin/test.php I get what looks like good stuff:
=20
PHP Information=20
Version: 4.3.11=20
OS: WINNT=20
SAPI: apache2handler=20
register_globals: No=20
magic_quotes_gpc: No=20
magic_quotes_runtime: No=20
safe_mode: No=20
open_basedir:=20
=20
PHP Extensions=20
dBase: No=20
GD: No=20
GNU Gettext: No=20
LDAP: No=20
MySQL: Yes=20
PHP Extension Dir (compiled): c:\php4=20
PHP Extension Dir (run time): ./=20
=20
phpESP Settings=20
Expected ESP_BASE: C:\Program Files\Apache Group\Apache2\htdocs\phpESP/=20
Expected base_url: localhost/phpesp/=20
Loading phpESP.ini.php ...
=20
ESP_BASE: C:\Program Files\Apache Group\Apache2\htdocs\phpESP/=20
base_url: http://localhost/phpESP/=20
Version: 1.7.2=20
Debug: Yes=20
=20
phpESP Language Settings=20
GNU Gettext: Emulated=20
default_lang: en_US=20
current lang: en_US=20
available langs: da_DK, de_DE, el_GR, en_US, es_ES, fi, fi_FI, fr_FR, =
hu_HU,
it_IT, ja_JP, nl_NL, pt_BR, pt_PT, sv_SE
(da, de, el, en, es, fi, fr, it, ja, nl, pt, sv)=20
GNU Gettext test: %%%% Gettext Test Failed=20
Catalog Open Test: Yes=20
=20
PHP Session Test=20
session.save_path:=20
Counter: 1 =20
=20
Although when I look in my Apache2 error log I see this:
=20
[Sun Apr 24 23:11:33 2005] [notice] Apache/2.0.53 (Win32) PHP/4.3.11
configured -- resuming normal operations
[Sun Apr 24 23:11:33 2005] [notice] Server built: Feb 10 2005 06:11:34
[Sun Apr 24 23:11:33 2005] [notice] Parent: Created child process 4088
[Sun Apr 24 23:11:33 2005] [notice] Child 4088: Child process is running
[Sun Apr 24 23:11:34 2005] [notice] Child 4088: Acquired the start =
mutex.
[Sun Apr 24 23:11:34 2005] [notice] Child 4088: Starting 250 worker =
threads.
[client 127.0.0.1] PHP Notice: Undefined variable: ESPCONFIG in
C:\\Program Files\\Apache =
Group\\Apache2\\htdocs\\phpESP\\admin\\test.php on
line 121
[Sun Apr 24 23:12:08 2005] [notice] Parent: Received shutdown signal --
Shutting down the server.
.
=20
=20
=20
|