I'm going out of my mind right now. I can't figure out what the heck is causing these stack dump warnings. I have PHP errors not being shown so not sure why it's even showing the warning but I just need to figure out what is happening here. Any help would be greatly appreciated.
============================================================= [Warning]: Undefined array key "userid"
Stack Dump:
errorHandler(integer(2), string("Undefined array key "userid""), string("/home/domain/public_html/prgprofile.php"), integer(40)) [/home/domain/public_html/prgprofile.php:40]
include_once(string("/home/domain/public_html/prgprofile.php")) [/home/domain/public_html/skins/blusk/index.php:58]
include(string("/home/domain/public_html/skins/blusk/index.php")) [/home/domain/public_html/lib/class.Skin.php:86]
Skin->ShowIndex(string("member")) [/home/domain/public_html/index.php:28]
==============================================================
A. What could be causing this? B. How can I stop these warnings from happening?
After user registers I get these warning.