Ulysses

General => Off-Topic => Topic started by: Undercover Orange on May 03, 2017, 08:34:12 PM

Title: .... hate to ask for this much help but its needed. ps2
Post by: Undercover Orange on May 03, 2017, 08:34:12 PM
so my server owner recently bought pointshop two. we were hoping for a nice clean install and have it working. but instead, she got this error. and the guy who made the thing won't answer his damned tickets

Quote
No value given for Pointshop2.PlayermodelPersistence, field skinWARNIG: uncaught error
1    Internal Server Errror
LUA Error in Controller Pointshop2Controller action saveModuleItem:

addons/libk/lua/libk/server/sv_libk_model.lua:661: attempt to concatenate local 'value' (a nil value)

Trace:
1: Line 32    "Trace"    lua/includes/extensions/debug.lua
2: Line 151    "s"    addons/libk/lua/libk/server/sv_libk_basecontroller.lua
3: Line 48    "succ"    addons/libk/lua/libk/shared/1_sh_promises.lua
4: Line 116    "Done"    addons/libk/lua/libk/shared/1_sh_promises.lua
5: Line 107    "Then"    addons/libk/lua/libk/shared/1_sh_promises.lua
6: Line 141    "func"    addons/libk/lua/libk/server/sv_libk_basecontroller.lua
7: Line 32    "nil"    lua/includes/extensions/net.lua
Title: Re: .... hate to ask for this much help but its needed. ps2
Post by: MrPresident on May 03, 2017, 09:06:55 PM
Unless someone has seen this specifically before, there's not enough info in this to help you.
Title: Re: .... hate to ask for this much help but its needed. ps2
Post by: Undercover Orange on May 03, 2017, 09:36:52 PM
here is exactly what she said to me in discord.

Quote
when  i press to open it, it works
in item maker when you try to uploqad ANYTHING
ut gives a server error
and puts that error above in console
Title: Re: .... hate to ask for this much help but its needed. ps2
Post by: Gr0m3r on May 03, 2017, 11:07:55 PM
Try to click "Repair Database" in Management->Settings, i'm not sure if that will help, but sometimes when i get that error
"Internal Server Error"it helps
Title: Re: .... hate to ask for this much help but its needed. ps2
Post by: Undercover Orange on May 04, 2017, 07:37:36 AM
ill have her try that and tell you if it works
Title: Re: .... hate to ask for this much help but its needed. ps2
Post by: iViscosity on May 05, 2017, 10:37:13 AM
Several of the errors mention "libk", do you have MySQLOO (and libmysql) (https://facepunch.com/showthread.php?t=1515853) installed?
Title: Re: .... hate to ask for this much help but its needed. ps2
Post by: Undercover Orange on May 05, 2017, 02:07:15 PM
not that we know of. neither of us see a reason for it
she hasnt answered me on discord yet
Title: Re: .... hate to ask for this much help but its needed. ps2
Post by: BlueNova on May 05, 2017, 04:38:11 PM
not that we know of. neither of us see a reason for it
she hasnt answered me on discord yet

It's for database things like sourcebans and this from the sounds of it. It would be wise to use it on your server.
Title: Re: .... hate to ask for this much help but its needed. ps2
Post by: iViscosity on May 05, 2017, 04:50:29 PM
I've used PS2 before but never really enjoyed it. I don't believe it requires MySQL but I do believe it needs MySQLOO and libmysql.


What server host so you use?
Title: Re: .... hate to ask for this much help but its needed. ps2
Post by: Bytewave on May 05, 2017, 05:11:39 PM
I've used PS2 before but never really enjoyed it. I don't believe it requires MySQL but I do believe it needs MySQLOO and libmysql.
I mean, if it didn't require MySQL it wouldn't require MySQLOO/libmysql unless the developers were bad.
You should be able to check if an extension is loaded and react accordingly.
Title: Re: .... hate to ask for this much help but its needed. ps2
Post by: iViscosity on May 05, 2017, 08:18:07 PM
Oh... yeah... right...

Anyways without the code the error is referring to, that error is useless. All we can tell is that a variable 'value' is not being assigned a value (a nil value)
Title: Re: .... hate to ask for this much help but its needed. ps2
Post by: Undercover Orange on May 05, 2017, 09:24:53 PM
she use GMC hosting
Title: Re: .... hate to ask for this much help but its needed. ps2
Post by: Undercover Orange on May 05, 2017, 09:26:47 PM
so your saying install MySQL?
Title: Re: .... hate to ask for this much help but its needed. ps2
Post by: iViscosity on May 06, 2017, 06:12:51 AM
That's not necessarily going to fix your problem. We'd need to see the code from all the lines in the traceback, then we can see why it isn't being assigned a value.
Title: Re: .... hate to ask for this much help but its needed. ps2
Post by: Undercover Orange on May 06, 2017, 08:57:24 AM
iviscosity would you like temp control on the server? we can make you a sub account and you can see server console and get into the ftp
Title: Re: .... hate to ask for this much help but its needed. ps2
Post by: Undercover Orange on May 06, 2017, 05:56:55 PM
*Cough* was uhh.. user error. not an actual problem lol
Title: Re: .... hate to ask for this much help but its needed. ps2
Post by: iViscosity on May 06, 2017, 08:03:43 PM
Well what was the error in case someone else has this issue?