Mysql internal error

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

daandepeer

Member
Nov 2, 2024
3
0
1
22
Problem: when i try to inser something in mysql with a variable, for exemple: %UUID of player%, and i run the command, it says "an internal error occured while attempting to perform this command.

Skript addon: skript-db
Server version: 1.16.5

If i put a string instead of something between %%, it works perfectly fine. Anyone know what the problem is?
 

Attachments

  • playtime.sk
    605 bytes · Views: 43
Problem: when i try to inser something in mysql with a variable, for exemple: %UUID of player%, and i run the command, it says "an internal error occured while attempting to perform this command.

Skript addon: skript-db
Server version: 1.16.5

If i put a string instead of something between %%, it works perfectly fine. Anyone know what the problem is?
%time played of playerr%. That's the only thing that really stuck out to me. You have two r's in player instead of one. Changing that could make a difference.
 
set {_tempuuididk} to %time played of playerr%
And try to use {_tempuuididk} instead.