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

Lua When I'm trying to add news this comes up!

lindblad88

Member
Joined
Mar 22, 2011
Messages
46
Reaction score
1
As the subject says.

Lua:
Boards >> >> Post new thread
Board with ID doesn't exist.

This comes up when I'm trying to add news.


I'm using XAMPP 1.7.4, GESIOR.

- - - Updated - - -

Also I can't visit Accountmanagement.php Dunno why, The site is just becoming white when I'm trying to visit it.

Layout line:
Lua:
'<li><a href="?subtopic=accountmanagement"><font color="orange"><b>Acc. Management</b></font></a></li>';

Index line:
Lua:
  case "accountmanagement";
                $topic = "Account Management";
                $subtopic = "accountmanagement";
                include("accountmanagement.php");
        break;

Account Management script:

http://pastebin.com/aZ32svr2


Errors when I'm going to Accountmanagement
Lua:
Notice: Undefined index: sqliteDatabase in C:\xampp\htdocs\config-and-functions.php on line 30
 
Notice: Undefined index: action in C:\xampp\htdocs\index.php on line 16
 
Notice: Undefined index: account_login in C:\xampp\htdocs\index.php on line 42
 
Notice: Undefined index: password_login in C:\xampp\htdocs\index.php on line 43
 
Notice: Undefined index: recovery_key in C:\xampp\htdocs\index.php on line 70
 
Last edited:
download gaisor 3.6 and try it
I really want my old scripts so I'll wait a bit.

I deleted error_Reporting and now I get this errors when I'm going to accountmanagement:
Lua:
Notice: Undefined index: sqliteDatabase in C:\xampp\htdocs\config-and-functions.php on line 30

Notice: Undefined index: action in C:\xampp\htdocs\index.php on line 16

Notice: Undefined index: account_login in C:\xampp\htdocs\index.php on line 42

Notice: Undefined index: password_login in C:\xampp\htdocs\index.php on line 43

Notice: Undefined index: recovery_key in C:\xampp\htdocs\index.php on line 70
 
Back
Top