From: Paul T. <pa...@pa...> - 2005-04-24 03:52:55
|
I'm running windows xp, apache 2.x. Being new to php and phpesp I'm = *sure* I've made some mistake in configuring something.=20 =20 Here is what I get from loading test.php: =20 PHP Information=20 Version: 5.0.4=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:\php5=20 PHP Extension Dir (run time): c:\php\ext=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: No=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: 4=20 =20 ----------- =20 Now that I've disabled authentication (cuz I was never able to log in), typing http://localhost/phpesp into my browser results in the main = phpESP administration page appearing properly. However, clicking on any of the links on this page (e.g. "Create a New Survey"), causes nothing to = happen (the admin page just reloads/flashes).=20 =20 For example, manually pointing my browser at: http://localhost/phpesp/admin/manage.php?where=3Dnew=20 results in the main page being displayed. There are no error messages. =20 Any pointers, appreciated. =20 PaulT |