Thanks for your Store plugins, these are amazing!!
I installed the newest SM and the store and store web plugin. Its working great. So I tried to add the module "Titles" to the store and uploaded it into my sourcemod folder.
Now I tried to import the titles.json in the webinterface and got this Database Error:
A Database Error Occurred
Error Number: 1054
Unknown column 'priority' in 'field list'
INSERT INTO store_categories (display_name, priority, description, require_plugin, web_description, web_color) VALUES ('Titles', 0, 'Tags in your chat name.', 'title', NULL, 'A50F79')
Whats happened? I followed every step in the install instruction on github, everything is working except the upload in the webinterface. (upload folder got chmod 777, so he can write)
Hello Guys,
Thanks for your Store plugins, these are amazing!!
I installed the newest SM and the store and store web plugin. Its working great. So I tried to add the module "Titles" to the store and uploaded it into my sourcemod folder.
Now I tried to import the titles.json in the webinterface and got this Database Error: A Database Error Occurred
Error Number: 1054
Unknown column 'priority' in 'field list'
INSERT INTO
store_categories
(display_name
,priority
,description
,require_plugin
,web_description
,web_color
) VALUES ('Titles', 0, 'Tags in your chat name.', 'title', NULL, 'A50F79')Filename: /var/www/vhosts/bdoabout.com/httpdocs/storeweb/models/categories_model.php
Line Number: 82
Whats happened? I followed every step in the install instruction on github, everything is working except the upload in the webinterface. (upload folder got chmod 777, so he can write)