• 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 Help with some errors I'm getting in Geisor acc with deprecated code

XiolenceOT

New Member
Joined
Jun 5, 2023
Messages
42
Reaction score
4
Code:
 [B]Deprecated[/B]: Automatic conversion of false to array is deprecated in [B]C:\Users\Home\Desktop\xaamp\htdocs\classes\account.php[/B] on line [B]181. [/B]
[code]

and the code is   [code==php] public function setName($value){$this->data['name'] = $value;} [code]

I'm not sure what to do with this, I've tried several fixes but get the same thing
 
Back
Top