MapTools.org

[maplab-users] Maplab configuration

Daniel Morissette morissette@dmsolutions.ca
Wed, 13 Nov 2002 13:59:53 -0500
Paul Spencer wrote:
> 
> 1. error reporting looks like it's not getting set properly, otherwise
> you wouldn't get the Notice for undefined variable, index, etc.  Not too
> sure how you can check this but perhaps someone on the list has an idea?
> 

One way to test that your php.ini settings are correct would be to
create a small phpinfo.php script somewhere in your web server's
document tree with the following line in it:

  <?php phpinfo(); ?>

Then access this URL with your browser and look at the "Configuration
File (php.ini) Path" and make sure this points to the php.ini file that
you were editing.

Then you can also look at the error_reporting value further down in the
page.  The value should be 2039 if your php.ini is set as expected to
  error_reporting  =  E_ALL & ~E_NOTICE

(or anyway that's what I get on mine)

Daniel
-- 
------------------------------------------------------------
 Daniel Morissette               morissette@dmsolutions.ca
 DM Solutions Group              http://www.dmsolutions.ca/
------------------------------------------------------------



This archive was generated by Pipermail.