I have made a detail page, but when I try to edit it now, WordPress gets an error. The message is below. Could it be that one of the fields it wants to display cannot be found? If so, how can I edit it.
Een fout van het type E_ERROR werd veroorzaakt op regelnummer 67 van het bestand /var/www/vhosts/amklassiek.nl/httpdocs/wp-content/plugins/toolset-blocks/vendor/toolset/dynamic-sources/server/Sources/PostContent.php. Foutmelding: Uncaught Error: Attempt to assign property "dynamic_sources_content_processed" on null in /var/www/vhosts/amklassiek.nl/httpdocs/wp-content/plugins/toolset-blocks/vendor/toolset/dynamic-sources/server/Sources/PostContent.php:67
Stack trace:
#0 /var/www/vhosts/amklassiek.nl/httpdocs/wp-content/plugins/toolset-blocks/vendor/toolset/dynamic-sources/server/DynamicSources.php(514): Toolset\DynamicSources\Sources\PostContent->get_content()
#1 /var/www/vhosts/amklassiek.nl/httpdocs/wp-content/plugins/toolset-blocks/vendor/toolset/dynamic-sources/server/DynamicSources.php(786): Toolset\DynamicSources\DynamicSources->get_source_content()
#2 /var/www/vhosts/amklassiek.nl/httpdocs/wp-content/plugins/toolset-blocks/vendor/toolset/dynamic-sources/server/DynamicSources.php(744): Toolset\DynamicSources\DynamicSources->get_shortcode_content()
#3 /var/www/vhosts/amklassiek.nl/httpdocs/wp-includes/shortcodes.php(355): Toolset\DynamicSources\DynamicSources->dynamic_shortcode_render()
#4 [internal function]: do_shortcode_tag()
#5 /var/www/vhosts/amklassiek.nl/httpdocs/wp-includes/shortcodes.php(227): preg_replace_callback()
#6 /var/www/vhosts/amklassiek.nl/httpdocs/wp-content/plugins/toolset-blocks/vendor/toolset/dynamic-sources/server/DynamicSources.php(920): do_shortcode()
#7 [internal function]: Toolset\DynamicSources\DynamicSources->Toolset\DynamicSources\{closure}()
#8 /var/www/vhosts/amklassiek.nl/httpdocs/wp-content/plugins/toolset-blocks/vendor/toolset/dynamic-sources/server/DynamicSources.php(919): preg_replace_callback()
#9 /var/www/vhosts/amklassiek.nl/httpdocs/wp-includes/class-wp-hook.php(308): Toolset\DynamicSources\DynamicSources->shortcode_render()
#10 /var/www/vhosts/amklassiek.nl/httpdocs/wp-includes/plugin.php(205): WP_Hook->apply_filters()
#11 /var/www/vhosts/amklassiek.nl/httpdocs/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(1857): apply_filters()
#12 /var/www/vhosts/amklassiek.nl/httpdocs/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(568): WP_REST_Posts_Controller->prepare_item_for_response()
#13 /var/www/vhosts/amklassiek.nl/httpdocs/wp-includes/rest-api/class-wp-rest-server.php(1171): WP_REST_Posts_Controller->get_item()
#14 /var/www/vhosts/amklassiek.nl/httpdocs/wp-includes/rest-api/class-wp-rest-server.php(1018): WP_REST_Server->respond_to_request()
#15 /var/www/vhosts/amklassiek.nl/httpdocs/wp-includes/rest-api.php(535): WP_REST_Server->dispatch()
#16 /var/www/vhosts/amklassiek.nl/httpdocs/wp-includes/rest-api.php(2884): rest_do_request()
#17 [internal function]: rest_preload_api_request()
#18 /var/www/vhosts/amklassiek.nl/httpdocs/wp-includes/block-editor.php(638): array_reduce()
#19 /var/www/vhosts/amklassiek.nl/httpdocs/wp-admin/edit-form-blocks.php(77): block_editor_rest_api_preload()
#20 /var/www/vhosts/amklassiek.nl/httpdocs/wp-admin/post.php(187): require('...')
#21 {main}
thrown
Ok then I will require problem URL where I can see the issue as well as admin access details.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
In postmeta table I've search for the post_id equal to the ID of your content template that is not working (in this case its 376822)
=> versteckter Link
Then with the search result I get, I delete the row with metakey "tb_preview_post" that contains the ID of the post that is actually deleted.
I can see now the content template is loading in the backend. Can you please confirm it works at your end as well.