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

Install web XAMP (ERROR)

Jpstafe

Well-Known Member
Joined
Aug 8, 2011
Messages
505
Reaction score
67

Hello community, when I want to install the page in xamp .. I go to the link of http://127.0.0.1/install.php .. I get the following error .. "Fatal error: Call to a member function query () on a non-object in C: \ xampp \ htdocs \ install.php on line 4 ".. the manager I am trying to put is compatible with the server .. it came inside the server .. it says so that the error is on line 4 install.php .. what do I have to put there?
xamppp.png


xamp2.png
 
Solution
You have to enable this in index.php to get error log
PHP:
define('DEBUG_DATABASE', true);
XAMPP is too old, You should use uniform server.
Get sure in your config.lua sqltype looks like this
Lua:
sqlType = "mysql"
You have to enable this in index.php to get error log
PHP:
define('DEBUG_DATABASE', true);
XAMPP is too old, You should use uniform server.
Get sure in your config.lua sqltype looks like this
Lua:
sqlType = "mysql"
 
Solution
Back
Top