Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Thursday, April 18, 2024
About Us
Magazine
Open Source
CVS
Services
Index  »  Projects  »  phpMyEdit  »  Forum  »  Many "Notice" messages with phpMyEdit 5.4

phpMyEdit Installation     Many "Notice" messages with phpMyEdit 5.4
Post new topic   Reply to topic    
 
kentb     Joined: 23 Aug 2004   Posts: 2  
Post Posted: 2004-08-23 19:41
Back to top  Reply with quote     

Hello,

I'm seeing a large number of "Notice: Undefined index: input in..." messages going against a small table using phpMyEdit 5.4. PHP is running under IIS on a Windows Server 2003 box going against MySQL 4.0.1 on a RH Linux box.

I did see some references to adding the line:
Code:
error_reporting(E_ALL & ~E_NOTICE);

but that seems to already be in the included phpMyEdit.class.php file.

Any idea what might be causing all the Notice messages?

Thanks,
Kent B.

 
kentb     Joined: 23 Aug 2004   Posts: 2  
Post Posted: 2004-08-23 19:54
Back to top  Reply with quote     

Turns out the problem was that PHP on Windows has a PHP.ini file that has Error_Reporting set to E_ALL. This file could be changed or the problem can be solved by putting something like:
Code:
error_reporting(E_ERROR | E_WARNING | E_PARSE);

in the file that's generating the notices.

 
Post new topic   Reply to topic    

Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top · Feedback form · Application form
Report bug on PLATON.SK website · Terms of use · Privacy policy