Как решить проблему? На сайте отображается:
Notice: Undefined index: user_id in /home/admin/web/defaultdomain/public_html/inc/variables.php on line 8
Notice: Undefined index: user_hash in /home/admin/web/defaultdomain/public_html/inc/variables.php on line 9
Notice: Undefined index: section in /home/admin/web/defaultdomain/public_html/inc/variables.php on line 11
variables.php
$user_id = (int) $_COOKIE['user_id'];
$user_hash = $_COOKIE['user_hash'] ? $db->escape($_COOKIE['user_hash']) : 2;
$cat_name = $_GET['section'] ? $_GET['section'] : 'likes';