nuclearsilo583 / zephyrus-store-preview-new-syntax

My rewritten zephyrus store
61 stars 40 forks source link

Store missing menu items #146

Closed ppzinx closed 1 year ago

ppzinx commented 1 year ago

hello, At first everything was fine, menu was full of options then i don't know where i messed up. The menu showed just the Accessories option and it's glitched.

I reinstalled the full store plugin with all Resources and i keep running into this problem.

help?

screenshot: https://ibb.co/25WZttS 20230210165941_1 – kopija

Max66888 commented 1 year ago

Please show your items.txt

ppzinx commented 1 year ago

here's my items.txt file:

items.txt

ppzinx commented 1 year ago

now i managed to get it work a bit more but everything is broken Screenshot_276

when i open shop toplist from menu nothing shows only over !storetop it shows up

when i open Accessories i get this menu and it's functions are broken Screenshot_277

fun & Entertain shows only one option Screenshot_278

never edited any file

when i try to run [[ANY] Store by Zephyrus evrithing works fine, new-syntax verison gives me this errors

ppzinx commented 1 year ago

sorry i forgot to compile all plugins for store now i have menu like this https://files.fm/u/3fdd9586a#/view/ce2zhpjxt

error log

L 02/10/2023 - 23:17:09: [store.smx] SQL error happened. Query: delete store_items, store_equipmentfrom store_items, store_equipment where (store_items.unique_id = store_equipment.unique_id) and store_items.date_of_expiration<>0 and store_items.date_of_expiration<1676067429 Error: near "store_items": syntax error

Max66888 commented 1 year ago

sorry i forgot to compile all plugins for store now i have menu like this https://files.fm/u/3fdd9586a#/view/ce2zhpjxt

error log

L 02/10/2023 - 23:17:09: [store.smx] SQL error happened. Query: delete store_items, store_equipmentfrom store_items, store_equipment where (store_items.unique_id = store_equipment.unique_id) and store_items.date_of_expiration<>0 and store_items.date_of_expiration<1676067429 Error: near "store_items": syntax error

You need to add unique ids to all the required items and then make sure that your plugins are writing to the database properly?

ppzinx commented 1 year ago

menu fixed

Max66888 commented 1 year ago

menu fixed

So is it consistent with my description?