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

First Website Troubles

Seanr

New Member
Joined
Jul 11, 2011
Messages
167
Reaction score
3
Location
Mo Town
I am trying to put up website and I get this

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

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

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

Help? I searched but couldn't find this..
 
go to xampp, htdocs -> Config -> Config File and set Install to "Start" and set your server path..
Should look something like this

Code:
install = "no"
server_path = "C:/users/user/desktop/server/server/"
signatures = "1"

Just change "no" to "start" and set ur server path.

then go to install.php
and change this
Code:
{
	if($config['site']['install'] != "no") 
	{
to "start"
 
In php.ini:

Find:
PHP:
error_reporting = Some value

Replace with:
PHP:
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
Thus disabling notices and messages about deprecated functions

Else you'll have to put error_reporting(0);
In a lot of php pages.
 
Thanks guys for all your help. I will rep++ all of you.

Now I get this?

Check server configuration
File config.lua loaded from C:/Users/Stephen/Desktop/YDG/config.lua and it's not valid TFS config.lua file. Go to STEP 1 - select other directory. If it's your config.lua file from TFS contact with acc. maker author.

I am using a tutorial on Otland but I dunno what's wrong here..
 
Port 80 (You can't run a website)

Port 7171 (People can see their character list)

Port 7172 (People can join your server)

Somethings will not work if you try to host a server. Please open the other ports!


I have port 80 open...help please?

EDIT: Okay I decided to put back in the original htdocs into xampp folder until I can get port 80 unblocked but it won't let me take out the geisor stuff because it's being use somewhere else..and this is a problem because people can't use account manager without the original htdocs right? can anyone help me? Can I uninstall all the stuff for the website?

- - - Updated - - -

bump?
 
Last edited:
Back
Top