Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Answered Need help [ Core Crafting ]

Anonymouse

Gold Elite
Joined
Aug 12, 2021
Messages
136
Reaction score
2,204
Points
316
Since QB-Core has an heavy update with all there scripts i need to figure out how i fix my script.


The issue is i cannot open any locations, It crashes and says this in my server cmd

1644245660183.png


I tought maybe i got a wrong call or trigger, I searched for it but cant figure it out then i fount this.

1644245710637.png


It seems that this is the problem, I cannot find wat the exacly fu*k i did wrong, but it has something to do with the exports,

Back story,
It worked with QB-Core 2020/10D/12M along time and it works fine, Now i have updated to QB-Core newest version it is broken as hell.
Hope some one can help me out!

THIS IS NOT A RELEASE ! This script is broken and i need to know where and how ?

<-- my script if you want to look if something is wrong in the files.
For the savety of our helpers !
 
Solution
snitchers

snitchers, thank you for providing the solution.

Since QB-Core has an heavy update with all there scripts i need to figure out how i fix my script.


The issue is i cannot open any locations, It crashes and says this in my server cmd

View attachment 4710

I tought maybe i got a wrong call or trigger, I searched for it but cant figure it out then i fount this.

View attachment 4711

It seems that this is the problem, I cannot find wat the exacly fu*k i did wrong, but it has something to do with the exports,

Back story,
It worked with QB-Core 2020/10D/12M along time and it works fine, Now i have updated to QB-Core newest version it is broken as hell.
Hope some one can help me out!

THIS IS NOT A RELEASE ! This script is broken and i need to know where and how ?

bl4ckhatx

Developer
Joined
Nov 17, 2021
Messages
41
Solutions
1
Reaction score
52
Points
241
Location
Turkey
Since QB-Core has an heavy update with all there scripts i need to figure out how i fix my script.


The issue is i cannot open any locations, It crashes and says this in my server cmd

View attachment 4710

I tought maybe i got a wrong call or trigger, I searched for it but cant figure it out then i fount this.

View attachment 4711

It seems that this is the problem, I cannot find wat the exacly fu*k i did wrong, but it has something to do with the exports,

Back story,
It worked with QB-Core 2020/10D/12M along time and it works fine, Now i have updated to QB-Core newest version it is broken as hell.
Hope some one can help me out!

THIS IS NOT A RELEASE ! This script is broken and i need to know where and how ?

<-- my script if you want to look if something is wrong in the files.
For the savety of our helpers !
https://vag.gg/threads/qb-core-crafting-works-on-new-core.5287/ :).
 

snitchers

Developer
Joined
Oct 12, 2021
Messages
72
Solutions
4
Reaction score
1,657
Points
306
Location
Netherlands
Since QB-Core has an heavy update with all there scripts i need to figure out how i fix my script.


The issue is i cannot open any locations, It crashes and says this in my server cmd

View attachment 4710

I tought maybe i got a wrong call or trigger, I searched for it but cant figure it out then i fount this.

View attachment 4711

It seems that this is the problem, I cannot find wat the exacly fu*k i did wrong, but it has something to do with the exports,

Back story,
It worked with QB-Core 2020/10D/12M along time and it works fine, Now i have updated to QB-Core newest version it is broken as hell.
Hope some one can help me out!

THIS IS NOT A RELEASE ! This script is broken and i need to know where and how ?

<-- my script if you want to look if something is wrong in the files.
For the savety of our helpers !
Your script is using exports.oxmysql:fetch somewhere in your script which is no longer used in oxmysql.
Look inside your script, find the code with fetch and change it.
 
Solution

snitchers

Developer
Joined
Oct 12, 2021
Messages
72
Solutions
4
Reaction score
1,657
Points
306
Location
Netherlands
Hey I'm actually getting the same error! Can you tell me where and what you changed exactly? Would help a ton.. thanks in advance.
Go to your server side script like server/main.lua or server.lua where you get the error, search for fetch or fetchasync and replace that with execute.
 

james888

Member
Joined
Mar 10, 2022
Messages
2
Reaction score
1
Points
156
Location
Unknown
Question I got this error
script:eek:xmysql] SCRIPT ERROR in promise (unhandled): Error: qb-crafting was unable to execute a query!
[ script:eek:xmysql] Table 'qbcoreframework_0ceca8.items' doesn't exist
[ script:eek:xmysql] SELECT * FROM items WHERE 1
[ script:eek:xmysql] > query_default (@oxmysql/dist/server/build.js:16103)
[ script:eek:xmysql] > processTicksAndRejections (node:internal/process/task_queues:96)

which is saying that items database does not exist which is ok it doesn't player items are in "players" database

Can you guys maybe help me with this
 

LiaM_

Gold Elite
Joined
Apr 7, 2021
Messages
53
Reaction score
472
Points
296
Question I got this error
script:eek:xmysql] SCRIPT ERROR in promise (unhandled): Error: qb-crafting was unable to execute a query!
[ script:eek:xmysql] Table 'qbcoreframework_0ceca8.items' doesn't exist
[ script:eek:xmysql] SELECT * FROM items WHERE 1
[ script:eek:xmysql] > query_default (@oxmysql/dist/server/build.js:16103)
[ script:eek:xmysql] > processTicksAndRejections (node:internal/process/task_queues:96)

which is saying that items database does not exist which is ok it doesn't player items are in "players" database

Can you guys maybe help me with this
did you fix that ?
pls help me if you fix it
 
Top