• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Website problem

gomez90

New Member
Joined
Jan 17, 2017
Messages
20
Reaction score
3
Hello i have brand new server doing everything playing, all working very well, going on website and cant submite account to creat or login there is problem with configuration ? meaby someone know i will be very thankfull
 

Attachments

Hello i have brand new server doing everything playing, all working very well, going on website and cant submite account to creat or login there is problem with configuration ? meaby someone know i will be very thankfull
try to debug it

Add the following at the beginning of the page:
PHP:
ini_set('display_errors', '1');
ini_set('display_startup_errors', '1');
error_reporting(E_ALL);
 
no its not this showing me only errors, its so crayzy all its working good only this i have problem


Notice: Undefined index: step in C:\xampp1\htdocs\pages\createaccount.php on line 607

Notice
: Undefined index: step in C:\xampp1\htdocs\pages\createaccount.php on line 623

Notice
: Undefined index: step in C:\xampp1\htdocs\pages\createaccount.php on line 636

Notice
: Undefined index: step in C:\xampp1\htdocs\pages\createaccount.php on line 645

Notice
: Undefined index: step in C:\xampp1\htdocs\pages\createaccount.php on line 763
 
looking good meaby this is problem


/** SERVER PATHS */
if ($config['base_url'] == $config['site']['realurl'] || $config['base_url'] == $config['site']['realurlwww']) {
$config['site']['serverPath'] = "/home/ots/"; //SERVER PATH EM PRODUÇÃO <<< BUT MEABV IN HERE /HOME OTS meaby this is wrong
} else {
$config['site']['serverPath'] = " My serwer files "; //SERVERPATH LOCALHOST
}
/** END SERVER PATHS */

its propably some small think im not programist guy
 
Is the repo of your website available on github? If so, please send the link and I’ll take a look
looking good meaby this is problem


/** SERVER PATHS */
if ($config['base_url'] == $config['site']['realurl'] || $config['base_url'] == $config['site']['realurlwww']) {
$config['site']['serverPath'] = "/home/ots/"; //SERVER PATH EM PRODUÇÃO <<< BUT MEABV IN HERE /HOME OTS meaby this is wrong
} else {
$config['site']['serverPath'] = " My serwer files "; //SERVERPATH LOCALHOST
}
/** END SERVER PATHS */

its propably some small think im not programist guy
 

Similar threads

Back
Top