|
From: Javier S. <ja...@us...> - 2001-12-31 11:07:20
|
Hi ben, i was testing last phpbt , i have found some little bugs : - My provider run php with CGI apache API, when 'install.php' script search for INSTALL_PATH, it got CGI path. So i have changed to an other HTTP_SERVER_VARS called PATH_TRANSLATED instead of SCRIPT_FILENAME. it works ... but i don't know if it works for all apache configs ... i think phpbt must try some variables and found which is working good. - I have installed phpbt with postgresql 7.1 (http://phpbt.dyndns.org/phpbt-pg/), php won't connect to postgresql until DB_HOST set to empty string. i don't know if it's a common problem, but i report it ;-) |