• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux Mordernacc.

Ns Sparkz

Just a Normal Ns King
Joined
Mar 6, 2011
Messages
466
Reaction score
25
Location
Egypt
My Modernacc I Installed The Shop,But I dont know how to Add the Shop to the side bar menu ? please help.. (Solved)

How Could i Make my Shop Page Accessed By Player's ??? or People (Solved)



How to Fix Error?
 
Last edited:
Code:
<div id="vt_shopping_menu">
						
<div class="header">SHOP</div>
						
<ul>
	
<li><a href="{$path}/CHANGE THE DESTINATION HERE"><font color="#CC3333">Points </a> </li>						

{if $logged == 1}
							
<li><a href="{$path}/index.php/p/v/gifts"><font color="#CC3333">Shop </a></li>

{else}
<li><a href="{$path}/index.php/account/login"><font color="#CC3333">Shop </font></a></li>
							
{/if}
							
						
</ul>
					
</div>

				
</div>
 
When i buy the Item this Come's up..
Evocain's Donator Shop



Transaction Succesfull


You have bought Mage Armor and gave to Ns Feshtik.
Go Back to Gift Shop

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'product' in 'field list'' in C:\xampp\htdocs\gifts\gifts.php:285 Stack trace: #0 C:\xampp\htdocs\gifts\gifts.php(285): PDO->query('INSERT INTO sho...') #1 C:\xampp\htdocs\system\pages\gifts.php(2): include('C:\xampp\htdocs...') #2 C:\xampp\htdocs\system\application\controllers\p.php(13): include('C:\xampp\htdocs...') #3 [internal function]: p->v('gifts', 'buy', '24', '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\gifts\gifts.php on line 285

And i dont recive the item :(
 
But ModernAAC is much better than Gesior again.

ModernAAC is much faster, so you can't really say that he should go to Gesior.
Gesior sure, but if you use UniForm server and modernaac you get 0.6~ second rending.
 
Am using Xampp.
And Modernacc i guess is More Secure..


When i buy the Item this Come's up..
Evocain's Donator Shop



Transaction Succesfull


You have bought Mage Armor and gave to Ns Feshtik.
Go Back to Gift Shop

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'product' in 'field list'' in C:\xampp\htdocs\gifts\gifts.php:285 Stack trace: #0 C:\xampp\htdocs\gifts\gifts.php(285): PDO->query('INSERT INTO sho...') #1 C:\xampp\htdocs\system\pages\gifts.php(2): include('C:\xampp\htdocs...') #2 C:\xampp\htdocs\system\application\controllers\p.php(13): include('C:\xampp\htdocs...') #3 [internal function]: p->v('gifts', 'buy', '24', '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\gifts\gifts.php on line 285

And i dont recive the item :(
 
Back
Top