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

Website HELP ME!

kalle123

New Member
Joined
Jun 4, 2010
Messages
3
Reaction score
0
I need Help To Config My Website I have Only Do This
From
install = "no"
server_path = "C:/Documents and Settings/User/Pulpit/TFS 4048/"
signatures = "1"

To
install = "start"
server_path = "C:/Documents and Settings/User/Pulpit/TFS 4048/"
signatures = "1"

And Then i get This
Notice: Undefined index: Side in C:\lxampp\htdocs\install.php on line 42

Notice: Undefined index: page in C:\lxampp\htdocs\install.php on line 56

Notice: Undefined index: page in C:\lxampp\htdocs\install.php on line 70

Please Help Me!
 
It should be changed to yes.
Also, that's a notice either revert to an old xampp version, stop using xampp and switch to uniserver, or disable notifications by commenting them in php.ini.
 
Or add <?PHP error_reporting( E_ALL & ~E_NOTICE ); ?> at the top of your install.php file.
 
Back
Top