FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » FUDforum 3.0+ » installation on php 4.2.0, apache 2.0.35, winnt
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: installation on php 4.2.0, apache 2.0.35, winnt [message #2686 is a reply to message #2685] Thu, 16 May 2002 14:46 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
paolo wrote on Thu, 16 May 2002 10:36 AM

here it comes:
http://gisweb.nwrc.gov/efh/phpinfo.php


Okie I think I see the problem.

It has nothing to do with register_globals but rather php's error reporting.

The forum tries to set the error_reporting level to E_ALL & ~E_NOTICE but this apparently fails.

Could you please try the following test script on your server and let me know if it reports any errors.


<?php
error_reporting(E_ALL & ~E_NOTICE);
?>


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: CVS install annoyance thingie
Next Topic: FUDforum CVS
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Sep 19 17:02:32 GMT 2024

Total time taken to generate the page: 0.04892 seconds