#error stevo_advancedvineyard

1 messages · Page 1 of 1 (latest)

hardy field
#

Script Name: stevo_advancedvineyard

Error : @stevo_advancedvineyard/resource/server.lua:1: stevo_lib 1.7.2 required for stevo_advancedvineyard

Whats the issue your experiencing: It says error in the console.

What was the last thing that changed: Unfortunately, nothing changed, I tried to solve it myself, but somehow it didn't work out.

What measures and steps have you taken to troubleshoot this issue: I looked in the config and I just don't know how to solve it and then I searched for it on the internet but I couldn't find this error.

Video/screenshot: screenshot i send

topaz slate
hardy field
#

okay so should I download it and put it in the resource?

topaz slate
hardy field
#

okey

#

thanks bro

hardy field
#

I added it but it still shows me the error so I don't know

topaz slate
hardy field
#

yes

topaz slate
hardy field
topaz slate
hardy field
#

yes I added it to the resource folder and to server.cfg i write ensure stevo_lib-1.7.2

topaz slate
#

Remove the -1.7.2 from folder name

#

Did you unzip it aswell?

hardy field
#

yes i unzip

#

okey now console say this

topaz slate
#

I can't read that at all

#

It's so blurry

hardy field
#

18:22:03 [script:stevo_advance] SCRIPT ERROR: @stevo_advancedvineyard/resource/server.lua:253: stevo_advancedvineyard was unable to execute a query!
18:22:03 [script:stevo_advance] Query: SELECT * FROM stevo_vineyard_processing
18:22:03 [script:stevo_advance] []
18:22:03 [script:stevo_advance] Table 's62353_qbcore.stevo_vineyard_processing' doesn't exist
18:22:03 [script:stevo_advance] > handler (@stevo_advancedvineyard/resource/server.lua:253)
18:22:03 [script:stevo_advance] > logError (@oxmysql/dist/build.js:26906)
18:22:03 [script:stevo_advance] > rawQuery (@oxmysql/dist/build.js:27085)
18:22:03 [script:stevo_advance] > processTicksAndRejections (node:internal/process/task_queues:96)

topaz slate
#

Looks like the sql hasn't been run in the database

hardy field
#

What should I do now?

topaz slate
#

Read the error and fix it

#

If sql is missing then run it in the database

hardy field
#

How do I start it?

topaz slate
#

Do you know how to use the database?

#

How to load and run an sql?

hardy field
#

yes

topaz slate
#

Then do that for the script, as its asking for it

topaz slate
#

Try this @hardy field

#
CREATE TABLE IF NOT EXISTS `stevo_vineyard_processing` (
    `id` INT NOT NULL AUTO_INCREMENT,
    `identifier` VARCHAR(50) NOT NULL,
    `data` LONGTEXT NOT NULL,
    PRIMARY KEY (`id`)
);
topaz slate
#

@hardy field