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

Shop System for TFS 1.4?

drewny

Active Member
Joined
Sep 3, 2021
Messages
24
Reaction score
26
Hi
I have tfs 1.4 + MyACC (latest version) + plugin (gesior-shop-system 2.5)
When i trying to buy PACC i get error

Code:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'premdays' in 'field list'

how to solve this?
 
You not have column premdays in account table in database, i think

Code:
ALTER TABLE `accounts` ADD `premdays` int NOT NULL;
 
Back
Top