Problem with “slug” and “parent” properties in WPR Grid widget
-
Good morning,
I encounter several PHP warnings with the Royal Elementor Addons plugin, more specifically with the WPR Grid widget. Here are the details of the errors that appear in the logs:
Warnings PHP :
Attempt to read property "slug" on array
Attempt to read property "parent" on array
Attempt to read property "slug" on bool
Attempt to read property "name" on bool
These errors are present in the following lines of the wpr-grid.php file:
Line 9301
Line 9311
Line 9326
Line 9336
Line 9348
Line 9351[17-Jul-2024 15:02:45 UTC] PHP Warning: Attempt to read property “slug” on array in /home/xxxxxx/public_html/wp-content/plugins/royal-elementor-addons/modules/grid/widgets/wpr-grid.php on line 9301
[17-Jul-2024 15:02:45 UTC] PHP Warning: Attempt to read property “parent” on array in /home/xxxxxx/public_html/wp-content/plugins/royal-elementor-addons/modules/grid/widgets/wpr-grid.php on line 9311
[17-Jul-2024 15:02:45 UTC] PHP Warning: Attempt to read property “parent” on array in /home/xxxxxx/public_html/wp-content/plugins/royal-elementor-addons/modules/grid/widgets/wpr-grid.php on line 9326
[17-Jul-2024 15:02:45 UTC] PHP Warning: Attempt to read property “slug” on bool in /home/xxxxxx/public_html/wp-content/plugins/royal-elementor-addons/modules/grid/widgets/wpr-grid.php on line 9336
[17-Jul-2024 15:02:45 UTC] PHP Warning: Attempt to read property “slug” on bool in /home/xxxxxx/public_html/wp-content/plugins/royal-elementor-addons/modules/grid/widgets/wpr-grid.php on line 9348
[17-Jul-2024 15:02:45 UTC] PHP Warning: Attempt to read property “name” on bool in /home/xxxxxx/public_html/wp-content/plugins/royal-elementor-addons/modules/grid/widgets/wpr-grid.php on line 9351
- You must be logged in to reply to this topic.