I have been running 1.8.1 on a FreeBSD server for some time with no problems.
The client wanted me to install on their server (windows) and I used the
1.8.2 code I d/l'd over the weekend.
Everything works great except when I try to log off. I get the following:
Warning: session_destroy(): Session object destruction failed in
d:\Domains\example.com\wwwroot\phpESP\admin\include\lib\espauth-default.inc
on line 271
Logged out.
Log back in.
And when I click the "Log back in." link, I don't get prompted to log in.
If I close the browser and relaunch, then I can log in again.
Any ideas?
---
Here is the result of admin/test.php:
PHP Information
* Version: 4.3.9
* OS: WINNT
* SAPI: cgi-fcgi
* register_globals: No
* magic_quotes_gpc: Yes
* magic_quotes_runtime: No
* safe_mode: No
* open_basedir:
PHP Extensions
* dBase: No
* GD: Yes -- bundled (2.0.15 compatible)
* GNU Gettext: No
* LDAP: No
* MySQL: Yes
* PHP Extension Dir (compiled): c:\php4
* PHP Extension Dir (run time): ./
phpESP Settings
* Expected ESP_BASE: d:\Domains\example.com\wwwroot\phpESP/
* Expected base_url: www.example.com/
* Loading phpESP.ini.php ...
* ESP_BASE: d:\Domains\example.com\wwwroot\phpESP/
* base_url:
Notice: Undefined index: REQUEST_URI in
d:\Domains\example.com\wwwroot\phpESP\admin\test.php on line 130
http://www.example.com/phpESP/
* Version: 1.8.2
* Debug: No
phpESP Language Settings
* GNU Gettext: Emulated
* default_lang: en_US
* current lang: en_US
* 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)
* GNU Gettext test: %%%% Gettext Test Failed
* Catalog Open Test: Yes
PHP Session Test
* session.save_path: D:\PHP\sessiondata
* Counter: 1
Thanks!
|