Marcel S.
Hi Peter,
i have reviewed my code. Yes, you're right, i have declared the constant 'RHI_DEFAULT_INCLUSION' multiple times, but this does not crash my site. I tried to find out what the issue cause but i can find any error output.
>> And it looks like the files you are including are doing a die()
yes, but only if 'RHI_DEFAULT_INCLUSION' not defined.
I turned on the joomla debugger and set my php error reporting also to E_ALL, but i can't see a fatal error. For Testing, i commented out the declaration of Constants and also the check of declaration, but the issue stil exist.
I get a white page in frontend without any errors in my log. Maybe, i can see more results with var_dump(debug_backtrace()).
Currently, i switched back to 10.0.4, which works without any issue in my case.
Thank you very much anyway