Closed elisabettac77 closed 4 months ago
I know, I fixed it and I will soon push an updated version.
Update 1.2.1
is live. Please let me know if the error is gone.
updated, error still shows
Can you manually update using this version?
solved with this last version.
Perfect! Closing issue.
ISSUE I get this error after upgrading to latest release (1.2.0) on ClassicPress 2.1, PHP 8.1. It happens only on one of the pages (https://elica-webservices.it/classicpress-resources/).
Warning: Undefined array key “row_html_width” in /data/vhosts/elica-webservices.it/httpdocs/wp-content/plugins/fx-builder/includes/builder/class-functions.php on line 261
EXPECTED BEHAVIOR
No error should be triggered
UNDERLYING PROBLEM the code is trying to access a key named row_html_width from an array element in $rows_data but that key doesn't exist for the specific row being processed ($row_id)