-
Notifications
You must be signed in to change notification settings - Fork 24
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
update kanbaord from 1.2.7 to 1.2.18, install Group_Assign plugin from plugin management interface, but filtering make crash the app #57
Comments
I'll have to investigate, didn't even know there was a new kanboard version. your debug isn't really pointing to group assign, what other plugins are you running? have you tried removing group assign plugin, just to see if thats the actual culprit? also, when you say filter, can you describe exactly what you are doing, so I can replicate. |
I also upgraded PHP from 5.4 to 7.4 and postgresql from 9 to 12.... |
without testing, my guess is it has to do with php 7.4. |
don't know, but the problems seems to be in TaskAllAssigneeFilter.php file I never debugged kanboard source....just tried var_dump on $this->getSubQuery() but it's of no help (for me, hard to read the output), neither kanboard log not apache log |
Is there a solution?
please fix it..... thank you |
that seems like a different problem. |
but I like that error code. gives me a decent idea as to what your issue is. |
please make a separate issue, as this is unrelated. when doing so confirm your kanboard configuration, i.e. version, etc...and do an actual copy and paste from your setting page. |
so the problem is solved for me for the moment... no errors so far... 👍
|
awesome, cause I didn't really want to problem solve that 😀 |
@creecros Can you check this out? Thanks! |
can you show me your exact input for the filter, and then show me your groups. just screen shot them. |
I'll take a look tomorrow. |
out of curiosity, does the issue occur when you search for the "Traffic" group name? I'm thinking the space in the name might be the issue I need to address. |
@korlikiangel |
Selecting the traffic filter from the filter list also gives an error. |
I noticed now that if there is no one in the group, the filter does not throw the error |
Additionally, when I get an error and change the filter name in the url link to one that does not exist, I still get the same error. |
so the new code had no effect? |
I tested it now, it works, no error, thanks! |
sounds to me like you are searching for a group and expecting to find tasks individually assigned to a member in the group. take another look at the Readme. specifically:
|
not to say that's not possible, but let's first make sure this filter works as is, before we add stuff to it. |
Sorry my bad, filters are working fine, i can filter task assigned to group. |
Hi
I'm using your group_assign plugin for a while.
I upgraded kanboard to 1.2.18 and reinstalled Group_assign (1.7.9 before it was 1.5.0 ).
I can still assign a task to a group, but when I want to filter the project view to display taskes assigned to a group, I get the following error on the web interface :
Internal Error: SQL Error: SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for type integer: "" LINE 1: ...group_has_users WHERE group_has_users.user_id IN ('')) OR ta... ^
the debug trace :
any idea how to solve this error? and happy new year ;)
Gérald
The text was updated successfully, but these errors were encountered: