
PHP Illegal use of $_COOKIE
Proč mi to hází tuto chybu? Nevíte někdo prosím? Na tom řádku 1746 je toto:
'USERNAME' => ((!$preview && $mode != 'quote') || $preview) ? $post_data['username'] : (isset($_COOKIE['user'])) ? $_COOKIE['user'] : 'anonym',
Chyba:
Illegal use of $_COOKIE. You must use the request class or request_var() to access input data. Found in /data/web/virtual/www/posting.php on line 1746. This error message was generated by deactivated_super_global.