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

Windows Modern Aac not working with points and transactions

Izzor

good ol' times
Joined
Mar 18, 2008
Messages
215
Reaction score
12
Location
Sweden
First off with transactions it says transaction successfull but aswell says
Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'product' in 'field list'' in C:\xampp\htdocs\shop\gifts.php:285 Stack trace: #0 C:\xampp\htdocs\shop\gifts.php(285): PDO->query('INSERT INTO sho...') #1 C:\xampp\htdocs\system\pages\shop.php(13): include('C:\xampp\htdocs...') #2 C:\xampp\htdocs\system\application\controllers\p.php(13): include('C:\xampp\htdocs...') #3 [internal function]: p->v('shop', 'buy', '16', 'send') #4 C:\xampp\htdocs\system\codeigniter\CodeIgniter.php(236): call_user_func_array(Array, Array) #5 C:\xampp\htdocs\index.php(165): require_once('C:\xampp\htdocs...') #6 {main} thrown in C:\xampp\htdocs\shop\gifts.php on line 285


And second off I use paygol but players does not recieve any points after the transaction I get money from paygol ect..


EDIT
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'session' in 'where clause'' in C:\xampp\htdocs\shop\gifts.php:303 Stack trace: #0 C:\xampp\htdocs\shop\gifts.php(303): PDO->query('SELECT * FROM s...') #1 C:\xampp\htdocs\system\pages\shop.php(13): include('C:\xampp\htdocs...') #2 C:\xampp\htdocs\system\application\controllers\p.php(13): include('C:\xampp\htdocs...') #3 [internal function]: p->v('shop', 'history') #4 C:\xampp\htdocs\system\codeigniter\CodeIgniter.php(236): call_user_func_array(Array, Array) #5 C:\xampp\htdocs\index.php(165): require_once('C:\xampp\htdocs...') #6 {main} thrown in C:\xampp\htdocs\shop\gifts.php on line 303

V = shop history
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'session' in 'where clause'' in C:\xampp\htdocs\shop\gifts.php:297 Stack trace: #0 C:\xampp\htdocs\shop\gifts.php(297): PDO->query('SELECT * FROM s...') #1 C:\xampp\htdocs\system\pages\shop.php(13): include('C:\xampp\htdocs...') #2 C:\xampp\htdocs\system\application\controllers\p.php(13): include('C:\xampp\htdocs...') #3 [internal function]: p->v('shop', 'history') #4 C:\xampp\htdocs\system\codeigniter\CodeIgniter.php(236): call_user_func_array(Array, Array) #5 C:\xampp\htdocs\index.php(165): require_once('C:\xampp\htdocs...') #6 {main} thrown in C:\xampp\htdocs\shop\gifts.php on line 297
 
Last edited:
Back
Top