Hi I got this issue using Elgg 2.3, when I go to the user settings page I shows the white screen of death.
I have full logging enable and set it to show php errors and there seems to be none.
I thought it might have been a bad plugin but it isn't, because I disabled everything and it still does it.
I don't know what the issue can be, can someone help me out with this?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
- iionly@iionly
iionly - 0 likes
You must log in to post replies.Read this
With no errors in the logs it's difficult to say what might be wrong.
Have you really tested with ALL 3rd party plugins disabled to be sure that there's no problem in one of them? Is there also no error displayed in the browser console (development tools of browser)?
Have you modified any Elgg core files (any at all or more specifically a language file)? If you modified a core file and saved your changes in the wring encoding (with Byte Order Marks / BOMs) it might explain why you have a problem. BOMs are non-printable characters added at the beginning of the file that would cause problems. Likewise, if you added anything at the beginning of a file before <?php it would cause problems. So, save any files with encoding "utf9 without BOMs" if you make any modifications.