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

Fatal error createObject() HELP me please in shopOFFER!

HeaZear

New Member
Joined
Oct 25, 2010
Messages
8
Reaction score
0
Hey, i got a error but don't know what's wrong with it.

Here is the Error code.
PHP:
Fatal error: Call to a member function createObject() on a non-object in C:\Xamp2\htdocs\pages\shopsystem.php on line 392

Here is line 392, im thinking its because i don't have variable $ots declared in it anywhere..
PHP:
$check_name_in_database = $ots->createObject('Player');


Please help me.
 
Back
Top