[15-Feb-2021 18:13:40 Europe/Istanbul] PHP Notice: Trying to access array offset on value of type bool in themes/header.php on line 8
[15-Feb-2021 18:13:40 Europe/Istanbul] PHP Notice: Trying to access array offset on value of type bool in themes/header.php on line 9
[15-Feb-2021 18:13:40 Europe/Istanbul] PHP Notice: Trying to access array offset on value of type bool in themes/header.php on line 10
[15-Feb-2021 18:13:40 Europe/Istanbul] PHP Notice: Trying to access array offset on value of type bool in themes/header.php on line 11
şeklinde error_log oluşuyor. sorgulamada bir sıkıntı yok ama bu şekilde bir hata alıyorum. nedeni ne olabilir sorgulamada bir hata mı yapmaktayım ??
<?php
$user = $_SESSION['kadi'];
$profilcek = $conn->prepare("SELECT * FROM user WHERE users = '$user'");
$profilcek->execute();
$profiloku = $profilcek->fetch(PDO::FETCH_ASSOC);
$username = $profiloku['name'];
$mission = $profiloku['mission'];
$avatar = $profiloku['avatar'];
$access= $profiloku['access'];