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

Gesior ACC 2019 8.60 New Features

hello
I have problem this is written under account creation
Deprecated: Array and string offset access syntax with curly braces is deprecated in C:\xampp\htdocs\pages\accountmanagement.php on line 1375

Deprecated
: Array and string offset access syntax with curly braces is deprecated in C:\xampp\htdocs\pages\accountmanagement.php on line 1457


and this is a mistake when creating an account

Deprecated: Function get_magic_quotes_gpc() is deprecated in C:\xampp\htdocs\system\load.init.php on line 47

Fatal error
: Uncaught Error: Call to undefined method Account::setPasswordDate() in C:\xampp\htdocs\pages\createaccount.php:134 Stack trace: #0 C:\xampp\htdocs\system\load.page.php(7): include() #1 C:\xampp\htdocs\index.php(37): include_once('C:\\xampp\\htdocs...') #2 {main} thrown in C:\xampp\htdocs\pages\createaccount.php on line 134

any of you have any idea or advice
thanks in advance and regards
 
hello
I have problem this is written under account creation
Deprecated: Array and string offset access syntax with curly braces is deprecated in C:\xampp\htdocs\pages\accountmanagement.php on line 1375

Deprecated
: Array and string offset access syntax with curly braces is deprecated in C:\xampp\htdocs\pages\accountmanagement.php on line 1457


and this is a mistake when creating an account

Deprecated: Function get_magic_quotes_gpc() is deprecated in C:\xampp\htdocs\system\load.init.php on line 47

Fatal error
: Uncaught Error: Call to undefined method Account::setPasswordDate() in C:\xampp\htdocs\pages\createaccount.php:134 Stack trace: #0 C:\xampp\htdocs\system\load.page.php(7): include() #1 C:\xampp\htdocs\index.php(37): include_once('C:\\xampp\\htdocs...') #2 {main} thrown in C:\xampp\htdocs\pages\createaccount.php on line 134

any of you have any idea or advice
thanks in advance and regards

You should use Unisever instead, xampp is wack
 
Hello!

I appreciate the work you put into making this public for all of us!

I have a question concerning account creation: It doesn't show a world to select when making account and so it doesn't work..
What am I doing wrong?

With kind Regards

1580754414086.png
 
Hello
Somebody can help me?
I have no idea whats happend...
When i open gift shop, sometimes i see this errors
(im use TFS 1.3 , Client 12, MyACC with Gesior Shop System Plugin)

Notice: Uninitialized string offset: 2160 in C:\xampp\htdocs\system\libs\items.php on line 77

Warning
: Illegal string offset 'name' in C:\xampp\htdocs\system\functions.php on line 145

Notice
: Uninitialized string offset: 0 in C:\xampp\htdocs\system\functions.php on line 145

items.php
PHP:
75    public static function get($id) {
76        self::load();
77        return self::$items[$id];
78    }

functions.php
PHP:
142        function getItemNameById($id) {
143            require_once LIBS . 'items.php';
144            $item = Items::get($id);
145            return $item['name'];
146        }

But only sometimes, when i refresh the page it's OK.
 
It's forcing me to provide IP of my local computer but I have tfs on a dedicated machine which it doesn't let me select the IP for, any ways around this?
 
I get this error in characters:
Code:
Warning: simplexml_load_file(): I/O warning : failed to load external entity "/data/items/items.xml" in /home/otsmanager/www/public_html/pages/characters.php on line 309
Could not load items!
Also, the page headline does not show.

same problem.
I'm interested if someone could solve it
 
Back
Top