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

What php versions requires gesior?

vexler222

Active Member
Joined
Apr 22, 2012
Messages
714
Solutions
15
Reaction score
46
What php versions requires gesior? I have 5.6 but i see 500 error on character info page.
 
Yeah PHP 5.6 was released 28 August 2014
You should upgrade to PHP 7, but without much details its hard to guess if this is the cause of your problem
 
Yeah PHP 5.6 was released 28 August 2014
You should upgrade to PHP 7, but without much details its hard to guess if this is the cause of your problem

We need more information to help you out, errors log from your http server for example.

In error.log from /var/log/apache2 i have only it

Code:
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/20131226/php_mbstring.dll' - /usr/lib/php/20131226/php_mbstring.dll: cannot open shared object file: No such file or directory in Unknown on line 0
[Sun Jul 29 06:25:06.654163 2018] [mpm_prefork:notice] [pid 27982] AH00163: Apache/2.4.25 (Debian) configured -- resuming normal operations
[Sun Jul 29 06:25:06.654205 2018] [core:notice] [pid 27982] AH00094: Command line: '/usr/sbin/apache2'
 
Upgrading to a newer version of PHP is, sometimes, not just a flick of a switch with older code bases. That's because a large part of gesior is written upon an older version of PHP. The only way to get full PHP 7 support is by refactoring all deprecated code.
 
Back
Top