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

SQL Classes Error - Help :)

Sven-Hälge

New Member
Joined
Jul 7, 2015
Messages
27
Reaction score
0
Location
Sweden
STEP 1
Check server configuration
Error occured!
Error ID: #C-2
More info: ERROR: #C-2 : Class::ConfigLUA - LUA config file doesn't exist. Path: C:/Users/Sven-Hälge/Desktop/config.lua

File: C:\xampp\htdocs\classes/configlua.php Line: 24
File: C:\xampp\htdocs\classes/configlua.php Line: 12
File: C:\xampp\htdocs/install.php Line: 249

Gets this error when im trying to set up the SQL website and are going to "Install" it,
someone can give me a fast answer maybe?

/ Sven-Hälge
 
STEP 1
Check server configuration
Error occured!
Error ID: #C-2
More info: ERROR: #C-2 : Class::ConfigLUA - LUA config file doesn't exist. Path: C:/Users/Sven-Hälge/Desktop/config.lua

File: C:\xampp\htdocs\classes/configlua.php Line: 24
File: C:\xampp\htdocs\classes/configlua.php Line: 12
File: C:\xampp\htdocs/install.php Line: 249

Gets this error when im trying to set up the SQL website and are going to "Install" it,
someone can give me a fast answer maybe?

/ Sven-Hälge
There is your fast answer :)
Code:
    public function loadFromFile($path)
    {
        if(Website::fileExists($path))
        {
            $content = Website::getFileContents($path);
            $this->loadFromString($content);
        }
        else
        {
            new Error_Critic('#C-2', 'ERROR: <b>#C-2</b> : Class::ConfigLUA - LUA config file doesn\'t exist. Path: <b>' . $path . '</b>');
        }
    }
https://github.com/otservme/gesior-tfs10/blob/master/classes/configlua.php#L15-L26
 
I love how people put the word "fast" in their threads.. I need this fast.. what does that actually mean?
How about a 'fast' response if the solution someone gave worked.. sadly hardly anyone responds... typical... oh soo typical.

Now if it didn't work or they don't understand a solution given then they would immediately respond... support is such a one way street.. too self serving.
 
I love how people put the word "fast" in their threads.. I need this fast.. what does that actually mean?
How about a 'fast' response if the solution someone gave worked.. sadly hardly anyone responds... typical... oh soo typical.

Now if it didn't work or they don't understand a solution given then they would immediately respond... support is such a one way street.. too self serving.
shut up fast
 

Similar threads

Back
Top