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

Importing field config with file names too long: Warning - Trying to access array offset on value of type bool in bee_get_remaining_rows() #360

Open
herbdool opened this issue Jan 18, 2024 · 1 comment
Labels

Comments

@herbdool
Copy link
Contributor

I'm seeing this when importing config - it doesn't seem to impact the actual command. It seems to only happen after rows where the filename exceeds 68 characters.

| field.instance.paragraphs_item.short_term_goals.field_goal          | update |
| field.instance.paragraphs_item.short_term_goals.field_goal_start_da | update |

 [!] Warning: Trying to access array offset on value of type bool
in bee_get_remaining_rows() (line 373 of /usr/local/bin/bee/includes/render.inc).

| te                                                                  |        |
| field.instance.paragraphs_item.tb_screening.field_chest_x_ray_date  | update |
| field.instance.paragraphs_item.tb_screening.field_chest_x_ray_resul | update |

 [!] Warning: Trying to access array offset on value of type bool
in bee_get_remaining_rows() (line 373 of /usr/local/bin/bee/includes/render.inc).

| ts                                                                  |        |
| field.instance.paragraphs_item.tb_screening.field_tb_date_read      | update |
| field.instance.paragraphs_item.tb_screening.field_tb_results        | update |
| field.instance.paragraphs_item.tb_screening.field_tb_screen_date    | update |
| field.instance.paragraphs_item.weight_history.field_weight_date     | update |
| field.instance.paragraphs_item.weight_history.field_weight_dec      | update |
@yorkshire-pudding
Copy link
Collaborator

Hi @herbdool - I tried to reproduce this but so far haven't been able to.
image

I wonder what I'm missing? This file name was 97 characters long.

Any additional steps you can provide? Thanks

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

No branches or pull requests

2 participants