• 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 error help

GOD Wille

Excellent OT User
Joined
Jan 11, 2010
Messages
2,826
Solutions
2
Reaction score
815
Location
Sweden
I get this error when trying to install gesior.

Code:
Notice: Undefined index: page in /var/www/install.php on line 40 Notice: Undefined index: page in /var/www/install.php on line 52 Notice: Undefined index: page in /var/www/install.php on line 63

I just changed from modern aac to gesior, is it anything that i need to do before for getting gesior work?


I have used gesior 3 months ago and that was working excellent then.

Im using linux, tfs 0.4, & Gesior 0.3.8
 
Last edited:
i did that

and this is my config.ini

install = "no"
server_path = "/tfs/r3777/"
signatures = "1"

still not working
 
Line 40:
Code:
if($_REQUEST['page'] == '' && !isset($_REQUEST['step']))
Line 52:
Code:
if($_REQUEST['page'] == 'menu')
Line 63:
Code:
if($_REQUEST['page'] == 'step') {
 
Back
Top