This is the new error:
An error of type E_PARSE
was caused in line 216
of the file /path/to/www/wp-content/plugins/auto-listings/vendor/meta-box/mb-frontend-submission/src/DashboardRenderer.php
. Error message: syntax error, unexpected '->' (T_OBJECT_OPERATOR)
I commented out this line (which is line 216) and was able to restore functionality
<td><?= esc_html( $model?->$column ); ?></td>
-
This reply was modified 1 week, 4 days ago by harmgsn.
-
This reply was modified 1 week, 4 days ago by harmgsn. Reason: add more details and a workaround