Open J-Cake opened 5 months ago
But there isn't.
There may very well be hidden data that you cannot see in your text editor (non-printable characters, for example) or maybe whatever is reading the config is misinterpreting a BOM. Also, if there are any PHP errors in your config, it's possible it will detect this as input because PHP is outputting the error/warning.
This seems more like a nextcloud issue and not a frankenphp issue. Closing this.
Hi I forgot to link the thread from the Nextcloud support forums. There are no non-printable characters. I proved this using a hexdump.
Updated the context to include the actual bug
Updated the context to include the actual bug
Ah apologies... That would have been useful..
What happened?
I'm running (trying) to run NextCloud on FrankenPHP, which has been working for the most part, but when running the included Console script, I get a syntax error that there is content before the
<?php
section and should be removed. But there isn't.Added by @withinboredom:
headers_sent()
returnstrue
in cli-mode.Build Type
Official static build
Worker Mode
No
Operating System
GNU/Linux
CPU Architecture
x86_64
PHP configuration
Relevant log output