Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

database table not created or mistyped ? #7

Open
TheSpartaPT opened this issue Jun 3, 2017 · 2 comments
Open

database table not created or mistyped ? #7

TheSpartaPT opened this issue Jun 3, 2017 · 2 comments

Comments

@TheSpartaPT
Copy link

this is the error log:
Error Log

these are the tables it created automatically:
Tables

either you didn't type correctly the name of the table or forgot to create it automatically if doesn't exist ...

@sirrjohn
Copy link

sirrjohn commented Jun 9, 2017

Change store-core.sp

Line 29
char sQuery_GetClientLoadouts[] = "SELECT loadout_id FROM %s_users_items_loadouts WHERE user_id = '%d';";

@sirrjohn
Copy link

sirrjohn commented Jun 9, 2017

It seems this version has many bugs, after correcting the error you mentioned. I get some more:

`L 06/09/2017 - 03:19:37: [Store] Error registering accountID '137725595' under the name 'Sirr', not connected to database.

L 06/09/2017 - 03:19:37: [Store] Error getting accountId '137725595' loadouts, no database connected.
L 06/09/2017 - 03:19:53: [Store] SQL Error on GetCategories: Unknown column 'priority' in 'field list'
L 06/09/2017 - 03:19:54: [Store] SQL Error on SQLCall_GetClientLoadouts: Unknown column 'user_id' in 'where clause'
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants