• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

AAC Znote AAC - Uncaught TypeError: Cannot access offset of type string

Neptera

Member
Joined
Mar 3, 2018
Messages
67
Reaction score
17
What is wrong with this line?

Error:
Code:
Fatal error: Uncaught TypeError: Cannot access offset of type string on string in C:\wamp64\www\guilds.php on line 558

Line 558:
PHP:
if ($inv['id'] == $targetGuild) $status = true;
 
Back
Top