|
From: Waitman C. G. <wa...@em...> - 2002-11-05 22:51:00
|
well, perhaps it is a bug in php/apache.
it seems to work fine on my rh 8.0 running apache 2.0.40 / php 4.2.3
reminds me of a problem that USED to exist on windows machines.
anyhow, i recommend changing the code in init.inc.php to:
$lang_file = getcwd().'/languages/'.$language.'.inc.php';
this should probably prevent trouble even if there isn't trouble to
begin with ;-)
can you give that a try and see what happens? please be sure to change
remove the stuff you had commented out previously to get the thing to
work without yelling at you on the file_exists line...
actually, i will suggest that in the main code the constant BASE be
turned into a variable $BASE throughout all the scripts, and set $BASE
to getcwd(); I know constants are nice but this isn't really improving
performance a noticeable amount.
take care!
Waitman
On Tue, 2002-11-05 at 13:41, Brett O'Connor wrote:
Hi! Thanks for responding.
No, I don't think this server is running in cgi mode. Here is a link
to the phpinfo() for the server:
|