SadHatsuko 0 Posted August 7, 2022 [ script:oxmysql] SCRIPT ERROR in promise (unhandled rejection): Error: high_phone was unable to execute a query! [ script:oxmysql] Unknown column 'from' in 'where clause' [ script:oxmysql] SELECT * FROM phone_messages WHERE (`from` = ? OR `to` = ?) OR `to` = ? ORDER BY time DESC LIMIT 50 ["939-7296","939-7296","none"] [ script:oxmysql] > <unknown> (@oxmysql/dist/build.js:21750) [ script:oxmysql] > processTicksAndRejections (node:internal/process/task_queues:96) [ script:oxmysql] > async rawQuery (@oxmysql/dist/build.js:21719) [ script:oxmysql]
Nick Anderson 0 Posted August 10, 2022 (edited) On 8/7/2022 at 2:42 PM, SadHatsuko said: [ script:oxmysql] SCRIPT ERROR in promise (unhandled rejection): Error: high_phone was unable to execute a query! [ script:oxmysql] Unknown column 'from' in 'where clause' [ script:oxmysql] SELECT * FROM phone_messages WHERE (`from` = ? OR `to` = ?) OR `to` = ? ORDER BY time DESC LIMIT 50 ["939-7296","939-7296","none"] [ script:oxmysql] > <unknown> (@oxmysql/dist/build.js:21750) [ script:oxmysql] > processTicksAndRejections (node:internal/process/task_queues:96) [ script:oxmysql] > async rawQuery (@oxmysql/dist/build.js:21719) [ script:oxmysql] Delete the phone_message in ur Database and paste that into the SQL CREATE TABLE IF NOT EXISTS `phone_messages` ( `from` varchar(255) DEFAULT NULL, `to` varchar(255) DEFAULT NULL, `message` varchar(512) DEFAULT NULL, `attachments` mediumtext NOT NULL DEFAULT '[]', `time` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; Edited August 10, 2022 by Nick Anderson
fluxy023 0 Posted August 11, 2022 9 hours ago, Labas123 said: Maybe anyone had this error and maybe could help me out ? Same here, but the code there is encrypted. So far i can see. I really want to know how to fix it
AnonDevia 0 Posted September 10, 2022 On 8/14/2022 at 2:01 PM, mixzaju said: how to fix it ? error shared.lua 64 error sh_config_QB.lua 47 THIS IS NOT A FIX I was encountering this issue too, but after more adjustments I have gotten the phone to "semi-work" by limiting "L5_1" to just two variables. (Removing L8_1 through L14_1, leaving just L6_1 and L7_1) So while this probably breaks other things, it at least is helpful in moving forward IF you are attempting to reverse-engineer this.
dension 0 Posted October 1, 2022 Hi, How can I fix this error: high_phone used esx:getSharedObject, this method is deprecated and should not be used! This is in config.lua Config.SharedObject = "esx:getSharedObject" Can you help me replace it?
titojeezi 0 Posted October 19, 2022 (edited) i have this problem, pls help! Edited October 19, 2022 by titojeezi
ReSoLuTioN 0 Posted November 6, 2022 On 8/10/2022 at 2:01 PM, Officer Dean048 said: do you need esx? Yes, I need the working ESX version. The banking doesn’t work, nor does the Location sharing, but everything else seems to function. Messages work Twitter works. It’s just the Banking and the location dropping. Anybody have any ideas?
que_savage33 0 Posted January 20, 2023 Help I added It and the sql, Now My Default Qb-phone is blank(High-Phone Didnt Work)
wooxhimself 0 Posted January 21, 2023 On 1/20/2023 at 9:09 AM, que_savage33 said: Help I added It and the sql, Now My Default Qb-phone is blank(High-Phone Didnt Work) It's for ESX
ssel 0 Posted July 21, 2023 On 3/3/2023 at 2:28 AM, Fair145 said: How can I fix this error cant be that hard if ur a dev. u have an error in line 41 of config.lua
chrisnan1024 0 Posted October 19, 2023 get this error SCRIPT ERROR: @high_phone/sh_config.lua:41: attempt to index a nil value (global 'FOB')
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now