Open CodeLaws opened 1 year ago
Which core do you use? The emulator file is not compatible
does other functions works, are you experiencing this in mod panne module, can you post full log ?
No, it is just an error with the query builder in the Mod_Panle.php or whatever name it was
With this, items, stats, characters etc all where well working, only mod panel issues atm
so application / logs is empty ?
no, in the top message i posted what is inside it ;) the sql error
might be this the problem : 'gm_ticket' => 'gm_tickets' change to 'gm_tickets' => 'gm_ticket' ?
all what is possible have also been tested within some houres, so this is not the case, it is also assigned to new structure Database Value => FusionGen Internal Value
Database has (gm_ticket) fusiongen uses it as (gm_tickets) array
This will the correct sql statement
SELECT id AS id,playerGuid AS playerGuid,description AS note,createTime AS createTime,comment AS comment,closedBy AS closedBy FROM gm_ticket WHERE completed = 0 AND closedBy = 0
But whatever in fusiongen ticket system is happen, it destroyes the query
it's opposite FusionGen Internal Value => Database Value just look at this: 'gmlevel' => 'SecurityLevel' this one is also wrong btw but indeed there might be something else also broken
Hey, after adding module and setup something we got this error
Our Emulator Code