Skip to content
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

Multiselect and Taginput Module BUG #211

Open
cerelli opened this issue Jul 17, 2017 · 2 comments
Open

Multiselect and Taginput Module BUG #211

cerelli opened this issue Jul 17, 2017 · 2 comments

Comments

@cerelli
Copy link

cerelli commented Jul 17, 2017

In Models/Module.php processDBRow:
change
$row->{$field['colname']} = json_encode($request->{$field['colname']});

in
$row->{$field['colname']} = json_encode($request->{$field['colname']}, JSON_NUMERIC_CHECK);

@becology1100
Copy link

you should change the following line
$row->{$field['colname']} = json_encode($request->{$field['colname']});
to be
$row->{$field['colname']} = json_encode($request->{$field['colname']}, JSON_NUMERIC_CHECK);
and insert your data again 👍

@elektragroup
Copy link

Hi,

Please help me to solve this error.

#278

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants