• 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!

PHP myaccount.php

Eldora

Banned User
Joined
Oct 19, 2009
Messages
604
Reaction score
26
Getting this error, when visiting myaccount.php:
Code:
 Fatal error: Array and string offset access syntax with curly braces is no longer supported in C:\wamp64\www\layout\sub\myaccount.php on line 112

I have attached my myaccount.php file as a .txt, because file was not possible to attach as a .php or post here in raw text (too big).

Please help, I tried many things, but I am not so good at PHP.
 

Attachments

Your using a newer version of PHP that doesn't support the old accessor syntax of curly braces {}. You need to switch these to square brackets instead [].
 
Back
Top