Welcome Guest, Not a member yet? Register   Sign In
Undefined variable COOKIE, core/Input.php
#7

1. Look for "variables_order" in your php.ini - if there's no "C" in the value, that's your problem.
2. Look for unset($_COOKIE) - if you did that, revert it.
3. STOP MODIFYING FRAMEWORK FILES! You're not supposed to and you obviously don't know what you're doing.
4. If all of this is about a CLI script - then no problem exists at all. CLI is not HTTP; there's no cookies, or sessions.
Reply


Messages In This Thread
RE: Undefined variable COOKIE, core/Input.php - by Narf - 08-03-2017, 02:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB