Unable to create new episode

I am unable to create a new episode using the pod love. I have added a detailed error log through a video screen sharing in the below link. Would be great if somebody can help me urgently

You need to find the actual PHP error, then I can help. The one WordPress displays is not helpful.

You can find it in your PHP error logs on your server. If you don’t know how to do that and don’t have an admin to help you out, you can alternatively enable error logging in WordPress.

<?php
# wp-config.php

define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );

Then create a new episode (which generates the error). Then the log wp-content/debug.log should be created with the error in it.

See https://wordpress.org/support/article/debugging-in-wordpress/ for details.

Thank you for your help… Here I have revisited the page and went to capture the Log from the Plesk dashboard… please find the screenshot… Would be great if you can please help me…

Hello Eric,
I have shared the debug error log… can you please help.
Regards,
Tarak

If you upgrade to Publisher 3.1, it should work (better) again. You are using another plugin that makes use of the Twig dependency – but in an older, incompatible version. You can see which one it is by visiting the Podlove > Support page, it should be listed in the system report.

I think I have solved the issue in the latest beta version of the plugin. If you would like to try, here’s the download link: https://github.com/podlove/podlove-publisher/releases/download/3.1.1-beta2/podlove-podcasting-plugin-for-wordpress.zip

/edit: nevermind, this beta still has issues. I will give notice when a fixed version is available.