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

UNNAMED acc. maker 0.3.2 beta for TFS

Status
Not open for further replies.
@up
You're the noob since the whole admin panel isn't working, only news.

Lol, it's because he have moved all configs into the config file. You edit them there. Not on the site -.-
n44b
 
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 1 table accounts has no column named name' in C:\xampp\htdocs\pot\OTS_Account.php:200 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Account.php(200): PDO->query('INSERT INTO "ac...') #1 C:\xampp\htdocs\createaccount.php(261): OTS_Account->create(0, 9999999, '865395') #2 C:\xampp\htdocs\index.php(136): include('C:\xampp\htdocs...') #3 {main} thrown in C:\xampp\htdocs\pot\OTS_Account.php on line 200

-----------------------

Does anyone know how to fix this problem?

Thanks in advanced!!!
 
Fatal error: Class 'PDO' not found in D:\Dominik\Download\xamp 1.6.6\xampp\htdocs\pot\OTS.php on line 1696


???Where is problem?
 
Hmm how can i fix it?
Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.' in /home/ots/www/houses.php:6 Stack trace: #0 /home/ots/www/houses.php(6): PDO->query('SELECT `houses`...') #1 /home/ots/www/index.php(118): include('/home/ots/www/h...') #2 {main} thrown in /home/ots/www/houses.php on line 6
 
Hmm how can i fix it?
Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.' in /home/ots/www/houses.php:6 Stack trace: #0 /home/ots/www/houses.php(6): PDO->query('SELECT `houses`...') #1 /home/ots/www/index.php(118): include('/home/ots/www/h...') #2 {main} thrown in /home/ots/www/houses.php on line 6
Find in pot/OTS.php:
PHP:
            case self::DB_MYSQL:
                $this->db = new OTS_DB_MySQL($params);
                break;
and replace with:
PHP:
         case self::DB_MYSQL:
			{
                $this->db = new OTS_DB_MySQL($params);
				$this->db->setAttribute(PDO::MYSQL_ATTR_USE_BUFFERED_QUERY, true);
                break;
			}
 
i wont to know how configurate script shopsystem to be show mi 2 options and to be 2 options worked with dotpay.


Sory for my english. :]

I give sample.

NOW IS:


I WONT , sometings like that.
 
It's work with 0.3?? cuz in official download there is not so much filles... In v0.3 i cant make shopsystem. In .ini. is shopsystem ="1" and its dosn't work. Anyone know wots i do wrong?? I must first download a v0.2 and copy files from v0.3 to this 0.2 or something else?? Cuz in v0.3 is instal ="no" so WTF??

PS Gęsior o co kaman x.x!...
 
I got that error.

Code:
Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\xampp\htdocs\pot\OTS_Player.php:1832 Stack trace: #0 C:\xampp\htdocs\accountmanagement.php(703): OTS_Player->getSkill(0) #1 C:\xampp\htdocs\index.php(130): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Player.php on line 1832

Whats wrong? :)
 
Error Installation :(

errorgesiorsw9.jpg
 
I get this it is TFS but version 0.3.1 didnt think this should matter

STEP 1
Check server configuration

Warning: Error parsing C:/Users/Dustin/Desktop/cryingdamson-gui/config.lua on line 89 in C:\xampp\htdocs\install.php on line 150
File config.lua loaded from C:/Users/Dustin/Desktop/cryingdamson-gui/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.
 
STEP 1
Check server configuration

Warning: Error parsing C:/Users/Dustin/Desktop/cryingdamson-gui/config.lua on line 89 in C:\xampp\htdocs\install.php on line 150
File config.lua loaded from C:/Users/Dustin/Desktop/cryingdamson-gui/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.


try going to config.lua in your ots folder and delete
Code:
	-- promptExceptionTracerErrorBox works only with precompiled support feature,
	-- called "exception tracer" (__EXCEPTION_TRACER__ flag).
 
Status
Not open for further replies.
Back
Top