On Tue, 25 May 2004 13:34:46 +0200 Odile Bénassy obenassy@free.fr wrote:
On Sun, 23 May 2004 20:28:37 -0700 Brion Vibber brion@pobox.com wrote:
Evan Prodromou wrote:
>> script seems >> not to pass line 51 : wfProfileIn( "main-misc-setup" ); yet it >> passes successfully "include" lines, such as line 39 >> include_once( "./LocalSettings.php" ); BV> Never seen anything like this.It's ringing a very tremulous bell, actually. I can't remember what it was, though. Perhaps a PHP thing? Maybe a memory problem?
Ah, that reminds me of one thing to check: make sure that PHP is set to either *display* or *log* errors, and that you can get at the error log if the latter.
Thanks, I've have done so, in php.ini, now I have error display. The problem seems to be a path problem.
It's working now : http://mediawiki.ofset.org (hardcoded include_path in php.ini)
Thanks !