- ๐ฎ๐ณIndia Raveen Kumar
Raveen Thakur โ made their first commit to this issueโs fork.
- ๐ฎ๐ณIndia Raveen Kumar
Still not able to reproduce, what/how happened here!!
- ๐ฎ๐ณIndia mohd sahzad
Mohd Sahzad โ made their first commit to this issueโs fork.
- Status changed to Needs review
8 months ago 6:20am 22 March 2024 - ๐ฎ๐ณIndia Raveen Kumar
@Mohd, You are checking case only when it comes as string but, the error raised is for -
$libraries = $view_config['display_options']['display_extenders']['library_in_views_display_extender']['attach_library'];
if (is_string($libraries)) {for second argument, If the error persists, (still i am not able to reprouce) The code won't goes upto your changes. It still shows error.
Could you please let me know more about error, how you reproduced it. I was keeping an eye on it from yesterday.
Can you address the error for me. Please & Thank You. - Status changed to Active
8 months ago 6:24am 22 March 2024 - ๐ฎ๐ณIndia Raveen Kumar
Can you please share your test results?? Thank You!!
- ๐ซ๐ทFrance lazzyvn paris
Hmm I'm retesting carefully with drupal 10.2 PHP8.2 but I can't reproduce this problem
- 6aa9d7ad committed on 2.0.x
Issue #3432027: TypeError: explode(): Argument #2 ($string) must be of...
- 6aa9d7ad committed on 2.0.x
This occurs on my site as well. You can replicate it by installing version 2.0.3, saving a view with a value in the attach_library field, and then upgrading the module to 2.0.4. That version changed the array lookup where the string is stored (it removed a second `attach_library`) but didn't update any existing information. I suggest adding an update hook to fix the data stored in every view.
-
lazzyvn โ
committed 2009e37f on 2.0.x
Issue #3432027: TypeError: explode(): Argument #2 ($string) must be of...
-
lazzyvn โ
committed 2009e37f on 2.0.x
- ๐ซ๐ทFrance lazzyvn paris
@david.muffley Yes, you're right. there are new fixes in the development version, which will make it work, no need to create an update hook to fix all views. please confirm
- Status changed to RTBC
7 months ago 4:21pm 10 April 2024 - ๐บ๐ธUnited States theMusician
The new 2.0.5 release fixed this issue where I was seeing it.
- Status changed to Fixed
2 months ago 8:31am 2 September 2024 Automatically closed - issue fixed for 2 weeks with no activity.