bineye Posted July 3, 2009 Posted July 3, 2009 I'm running mccodes v2 on my wamp server, and on every page I'm getting an error: undefined index. Now will these errors still be there when I upload to a proper server, and if so, how do I get rid of them without screwing up my script? Quote
shedh Posted July 4, 2009 Posted July 4, 2009 Re: index? What is the exact error you are getting? Quote
Haunted Dawg Posted July 4, 2009 Posted July 4, 2009 Re: index? No they will not be when you upload to online. Your php.ini has error_reporting turned on. Quote
bineye Posted July 4, 2009 Author Posted July 4, 2009 Re: index? No they will not be when you upload to online. Your php.ini has error_reporting turned on. thank you very much :-) :mrgreen: Quote
illegalife Posted February 5, 2010 Posted February 5, 2010 Even though they will not appear online can you still delete them from showing on WAMP ? EDIT: I found a way around it, for those interested you: open up php.ini from the WAMP icon tray find: error_reporting = E_ALL replace with: error_reporting = E_ALL & ~E_NOTICE save and restart WAMP. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.