Support

Account

Home Forums General Issues Warning: Trying to access array offset on value of type bool Reply To: Warning: Trying to access array offset on value of type bool

  • You always need to check a value is what you expect, like an array, before access its properties.

    I have no idea what this is, but it is returning false instead of what you expect it to return

    
    $curGroup = Functions::getGroupData($curPoster['userGroup']);
    

    either that of $curPoster['userGroup'] does not exist, where is this set