cyberedge Posted November 13, 2006 Share Posted November 13, 2006 I have installed php onto my webserver. Everything installed properly but when I got to install my website I get the following errors.Notice: Undefined index: db in c:\domains\team-negligent.org\wwwroot\install.php on line 0Notice: Undefined index: user in c:\domains\team-negligent.org\wwwroot\install.php on line 0Notice: Undefined index: pass in c:\domains\team-negligent.org\wwwroot\install.php on line 0Notice: Undefined index: website_title in c:\domains\team-negligent.org\wwwroot\install.php on line 0Notice: Undefined index: owner_email in c:\domains\team-negligent.org\wwwroot\install.php on line 0Notice: Undefined index: clan_name in c:\domains\team-negligent.org\wwwroot\install.php on line 0Notice: Undefined index: clan_tag in c:\domains\team-negligent.org\wwwroot\install.php on line 0Notice: Undefined index: admin_user in c:\domains\team-negligent.org\wwwroot\install.php on line 0Notice: Undefined index: admin_pass in c:\domains\team-negligent.org\wwwroot\install.php on line 0Notice: Undefined index: admin_email in c:\domains\team-negligent.org\wwwroot\install.php on line 0Notice: Undefined index: license_key in c:\domains\team-negligent.org\wwwroot\install.php on line 0I had it working before then I install PHP 4.4.4 please help Link to comment https://forums.phpfreaks.com/topic/27103-please-help/ Share on other sites More sharing options...
Destruction Posted November 13, 2006 Share Posted November 13, 2006 I'm assuming you have an array with all these in such as $config['db'] $config['user'] etc etc. Undefined index means that the ['db'] part doesn't exist. Check your configuration array for the site.Dest Link to comment https://forums.phpfreaks.com/topic/27103-please-help/#findComment-123937 Share on other sites More sharing options...
cyberedge Posted November 13, 2006 Author Share Posted November 13, 2006 I would agree with u if that was the case. But I am 100% sure it has to do with the php.ini file installed on this server cause this site will install on anyother host. I am running IIS 6.0. It writes to the database when i fill out the info but the gives me the same line 0 error on everypage after the install... It has to be in that ini file. Link to comment https://forums.phpfreaks.com/topic/27103-please-help/#findComment-124035 Share on other sites More sharing options...
cyberedge Posted November 13, 2006 Author Share Posted November 13, 2006 Nevermind I got it Link to comment https://forums.phpfreaks.com/topic/27103-please-help/#findComment-124105 Share on other sites More sharing options...
trq Posted November 13, 2006 Share Posted November 13, 2006 Its not the php.ini. Yes there is a setting in the php.ini that can help hide these Notices, but it is poor coding that is causing them in the first place. Link to comment https://forums.phpfreaks.com/topic/27103-please-help/#findComment-124114 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.