harmgsn
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Change line 216 to this:
<td><?= esc_html( model::column() ); ?></td>Then go into admin panel and navigate to “Settings” and “Permalinks” – change this option to ‘Post Name’ and your site should return to normal.
Update: Doing this will break your listings. You’ll see them on the main page, but when you click more details on any of them it’ll throw a “Not Found” in WordPress.
This is the new error:
An error of type
E_PARSEwas caused in line216of 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>
Viewing 3 replies - 1 through 3 (of 3 total)