-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mod Panel - Cata Project #224
Comments
Which core do you use? |
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' |
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 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 |
Hey, after adding module and setup something we got this error
Our Emulator Code
The text was updated successfully, but these errors were encountered: