SourceMod-Store / store-webpanel

A Webpanel for Alongubs Store Plugin
https://forums.alliedmods.net/forumdisplay.php?f=157
Other
7 stars 14 forks source link

web store import #66

Closed Brokolakis closed 8 years ago

Brokolakis commented 8 years ago

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)

Brokolakis commented 8 years ago

Hi again. I solved this now with "https://github.com/SourceMod-Store/Sourcemod-Store/blob/master/configs/store/sql-init-scripts/upgrade.sql".

This helped me to upgrade my sql tables for the modules.

Thanks!