Prerequisites
Describe the issue
Hello,
Thanks to you for this new release, it's awesome.
In public_html/static.php, $path = validateStaticFile($_SERVER['PATH_INFO']); will always be empty because FrankenPHP does not define PATH_INFO. Therefore, the needed included files won't be loaded.
We can define PATH_INFO directly in caddy config, but a fallback could be interesting too. There is a similiar issue here :
php/frankenphp#937
What browser(s) are you seeing the problem on?
Firefox
What version of PHP are you using?
8.5.5
What version of Roundcube are you using?
v1.7.0
JavaScript errors
No response
PHP errors
No response
Prerequisites
Describe the issue
Hello,
Thanks to you for this new release, it's awesome.
In
public_html/static.php,$path = validateStaticFile($_SERVER['PATH_INFO']);will always be empty because FrankenPHP does not definePATH_INFO. Therefore, the needed included files won't be loaded.We can define
PATH_INFOdirectly in caddy config, but a fallback could be interesting too. There is a similiar issue here :php/frankenphp#937
What browser(s) are you seeing the problem on?
Firefox
What version of PHP are you using?
8.5.5
What version of Roundcube are you using?
v1.7.0
JavaScript errors
No response
PHP errors
No response