-
Notifications
You must be signed in to change notification settings - Fork 139
Description
I have tried setting this up for the first time but i am having a lot of trouble. I have read through everything, and watched a vid on setting it up, but i get a big amount of warnings on my site, here are all the warnings:
Warning: Undefined array key "steamid" in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 4
Warning: Undefined array key 0 in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 6
Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 6
Warning: Undefined array key 0 in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 7
Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 7
Warning: Undefined array key 0 in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 8
Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 8
Warning: Undefined array key 0 in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 9
Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 9
Warning: Undefined array key 0 in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 10
Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 10
Warning: Undefined array key 0 in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 11
Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 11
Warning: Undefined array key 0 in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 12
Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 12
Warning: Undefined array key 0 in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 13
Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 13
Warning: Undefined array key 0 in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 14
Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 14
Warning: Undefined array key 0 in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 15
Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 15
Warning: Undefined array key 0 in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 21
Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 21
Warning: Undefined array key 0 in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 22
Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\ND\steamauth\userInfo.php on line 22
I seem to be able to log in and out without trouble, but i still don't know why i have all these warnings.
Hopefully someone knows how i can fix this!
-Mathiasrg