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

Acc maker

otserv100

New Member
Joined
Mar 1, 2009
Messages
16
Reaction score
1
Witam, mam problem gdy zawsze wgrywam accmakera do xampa mam problem z instalacja. A używam tfs 0.4

Code:
Notice: Undefined index: page in C:\xampp\htdocs\install\install.php on line 42

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

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

php:Wklejka #647514 | Wklej.org
 
to nie jest błąd, a notatka, a konkretniej chodzi, o to, że nie ma indexu 'page' w zmiennej $_REQUEST...
jak sobie na samej górze pod "<?PHP" dodasz:
PHP:
if(!isset($_REQUEST['page'])) $_REQUEST['page'] = "";
to zniknie... lub wyłącz raportowanie notatek, to też zniknie.
 
to zniknie... lub wyłącz raportowanie notatek, to też zniknie.
Dodaj na początku index.php i install.php*
PHP:
error_reporting(0);

@down a co jest nie tak?
 
Last edited:
poszło dalej ale jeszcze Notice: Undefined index: server_conf in C:\xampp\htdocs\install\install.php on line 75
 
Last edited:
oj tam.. z .. ralcoral zamknij teraz oczy .. z dziecmi sie wdajecie w dyskusje ;) ja juz go chcialem w kosmos wyslac.. ale on jeszcze za mlody ;D
 
Back
Top