When a user publishes a post on the wall of another get error:
Error Fatal
An unrecoverable error has occurred and has been logged. Contact the site administrator with the following information:
Exception #1342161062.
in dominio.com/action/messageboard/add
Does not occur with the administrator user
Help?
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.
@Team Webgalli: Please can you indicate the location of the logs should I check?
@Ve, I believe it has to do with the theme you are using (My Ultimate Cool Theme) I've seen reports of that in other threads.
Rodolfo Hernandez
Arvixe/Elgg Community Liaison
@Ve See your host's control panel, or google "web server error log".
Apache server error log
[Fri Jul 13 03:31:02 2012] [error] [client xxxxxxxx] Exception #1342161062: exception 'SecurityException' with message 'Redirect could not be issued due to headers already being sent. Halting execution for security. Search http://docs.elgg.org/ for more information.' in /home/xxxxx/domains/domain.com/public_html/engine/lib/elgglib.php:151, referer: http://www.domain.com/profile/admin
same problem? http://community.elgg.org/discussion/view/905881/problem-for-writing-in-the-group-commentboard
I update to v1.8.8 and the problem persist :(
I upgrade cool_theme to Ultimate Cool Theme and the problem persist :(
http://community.elgg.org/plugins/912720/2.0.1/my-ultimate-cool-theme?annoff=25
PHP is telling you the action script is, for some reason, outputting content before requesting to forward.
Make sure any PHP files do not contain the PHP close tag. This is likely a problem in your theme start.php or the start.php file in some other 3rd party plugin.
@Ve: Can you post the contents of spam_login_filter/start.php to a pastebin? I have a hunch.
To be clear, I suspect spam_login_filter/start.php is running code directly rather than waiting for the [system, init] hook. This could cause deprecation notices to get sent directly to output instead of to the output buffer, which would cause the "headers already sent" problem.
- Previous
- 1
- 2
- 3
- 4
- Next
You must log in to post replies.