Jump to content
MakeWebGames

Recommended Posts

Posted

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?

  • 7 months later...
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...