vesaire Posted December 3, 2002 Share Posted December 3, 2002 Hi, I am trying to install on W2000 running IIS locally. I am not very good at php and on the first screen of installation came up the following error msgs. Notice: Undefined index: step in c:inetpubwwwrootvesaireinstallinstall.php on line 18 Notice: Undefined index: DIR_FS_DOCUMENT_ROOT in c:inetpubwwwrootvesaireinstallincludesfunctionshtml_output.php on line 15 I had searched php sources on net but could not find the answer. Help would be appreciated. Thanks Ugur Link to comment Share on other sites More sharing options...
vesaire Posted December 4, 2002 Author Share Posted December 4, 2002 Hi, Please help me about this problem, I think the problem is about HTTP_*_VARS but I could not find the origin of problem. Thanks Link to comment Share on other sites More sharing options...
Jan0815 Posted December 4, 2002 Share Posted December 4, 2002 Notices are no error messages. Please adjust the errorlevel setting in your php.ini (usually in your windows directory). Change the following line to this: error_reporting = E_ALL & ~E_NOTICE This means: Show all errors but ignore all notices. Restart your webserver process for the changes to be activated and try again. HTH You can't have everything. That's why trains have difficulty crossing oceans, and hippos did not adapt to fly. -- from the OpenBSD mailinglist. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.