I get the warning:
24-Sep-2024 14:04:21 UTC] PHP Warning: session_start(): Session cannot be started after headers have already been sent in /home/wp/disk/wordpress/wp-content/plugins/podigee/podigee-quick-publish.php on line 323
I tried to analyse the code with ChatGPT but it says:
Here are some possible solutions:
set_transient('pfex_debug', $_GET['pfex-debug'], 12 * HOUR_IN_SECONDS);
$pfex_debug = get_transient('pfex_debug');
or other examples that are not so great. Any idea how to resolve this?
]]>Hi, I tumbled over an error message caused by the Podigee Plugin.
PHP Warning: session_start(): Session cannot be started after headers have already been sent in /wp-content/plugins/podigee/podigee-quick-publish.php on line 320
So checking headers_sent()
turns out that the header was already created and has the following output:
# if(headers_sent()) error_log(json_encode(headers_list()));
["Expires: Wed, 11 Jan 1984 05:00:00 GMT","Cache-Control: no-cache, must-revalidate, max-age=0","Content-type: text\/html; charset=UTF-8"]
If this comes from the wp-core there are only two sources, wp-cron.php:24
and ajax-action.php:184
. I’m not sure why wp writs already the header during the init process.
I see tree possible solution,
headers_sent()
,
add_action('init', 'register_session', 9); // default 10
Does anybody else has this error?
Regards Valentin
]]>Hi!
As the metabox “Podigee Quick Publish” in the post editor is no longer needed, can you please remove it? Thank you!
Best regards
Matthias
Hello,
if i click on the plugin in the backend from wordpress i get an 504 response timeout. Do you have any idea?
Many thanks
]]>The link “turn into post” below the podcasts does not function at all, but the “New posts from episodes” does work somehow. But only the newest episode is turned into a post, copied as many times as boxes are checked. The feed is working, i can see all episodes, but it’s a dead end.
]]>Hi there,
you might have seen that, but the plugin creates a site health message in wordpress 5.5.
Whenever the plugin is activ I get a critical problem in site health. When I deactivate the plugin, the issue is gone.
I only have the german version of the message here:
Eine PHP-Sitzung wurde durch einen session_start()-Funktionsaufruf erzeugt. Dies beeintr?chtigt die REST-API- und Loopback-Anfragen. Die Sitzung sollte von session_write_close() geschlossen werden, bevor irgendwelche HTTP-Anfragen erfolgen.
Maybe it can fixed with the next update.
cheers
Martin
I have multiple shows (podcasts) on the same account, but I can only choose one subdomain from the Settings. Is there a way to add more subdomains?
Thanks
]]>Hey,
does a user need to have Admin rights to be able to manage or even see the Podigee menu and settings?
Or is there a way to add this to the Editor user role?
Haven’t found anything Podigee-related using Members plugin > edit user roles > Editor.
Thanks, Phil
]]>