You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHPWarning: session_start(): Cannot send session cache limiter - headers already sent (output started at /...path.../wp-includes/functions.php:3549) in /...path.../wp-content/plugins/wp-php-console/vendor/php-console/php-console/src/PhpConsole/Storage/Session.php on line 25
does not inhibit plugin functionalities and error is suppressed in Chrome console... but will show up and pollute logs
The text was updated successfully, but these errors were encountered:
WordPress hijacks the PHP Session 👀 and it's too late for PHP Console, this happens in the very moment one requires PhpConsole library with use PhpConsole at the beginning of WP_PHP_Console main class; manually requiring PhpConsole later on doesn't help...
WordPress lacks of dependency management and I can't seem to require PHP Console much earlier in order to avoid this error (will try hooking as mu-plugin maybe?)
@Polfo how are you doing? are you still using this plugin :) I hope you do... I would like to address this problem once and for all, but I couldn't find a sane solution yet -- any ideas? cheers!
this seems an error that creeped out again
does not inhibit plugin functionalities and error is suppressed in Chrome console... but will show up and pollute logs
The text was updated successfully, but these errors were encountered: