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

Shop System for TFS 1.4?

drewny

Member
Joined
Sep 3, 2021
Messages
21
Reaction score
24
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