Closed mazvi closed 1 year ago
I also experienced this kind of thing, but i solved this. This happen due to application incorrect config especially on host address and setting section. You should not use localhost as default setting on application config
I also experienced this kind of thing, but i solved this. This happen due to application incorrect config especially on host address and setting section. You should not use localhost as default setting on application config
if on git before it was normal it should be normal now without any changes to the config, besides my serveraddress isn't localhost either iam using the domainname like panel.domainro.com
Blank page usually means PHP errored out before anything can be rendered. Turn on error messages in your PHP settings.
Solved by added / on config application.php 'BaseURI' => '/',
but this is strange, its must be fine without /
i think the problem come from here
https://github.com/rathena/FluxCP/commit/9eb87a62bfce6ac068391e90325710c122a79b3b
Find the // Sanitize BaseURI. (leading forward slash is mandatory.)
Please try #352 for a fix
Environment
Current Behavior
after update to latest fluxcp if we login to fluxcp we will get blank page at ?module=account&action=login&return_url=
Expected Behavior
No response
Steps To Reproduce
Update to latest git
Updating 833fa09..4b35631
then try login
after update to latest fluxcp if we login to fluxcp we will get blank page at ?module=account&action=login&return_url=
Anything else?
No response