kumarsivarajan / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

Cannot modify header information ... #453

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

i just installed Mollify on my server and also created users, folders, etc., 
but now on login there is the following error message:

Protocol error

Got malformed JSON response: 
Warning: error_log() has been disabled for security reasons in 
/users/lgwebspace/www/mo/backend/include/Logging.class.php on line 57

Warning: Cannot modify header information - headers already sent by (output 
started at /users/lgwebspace/www/mo/backend/include/Logging.class.php:57) in 
/users/lgwebspace/www/mo/backend/include/OutputHandler.class.php on line 89

Warning: Cannot modify header information - headers already sent by (output 
started at /users/lgwebspace/www/mo/backend/include/Logging.class.php:57) in 
/users/lgwebspace/www/mo/backend/include/OutputHandler.class.php on line 90

Warning: Cannot modify header information - headers already sent by (output 
started at /users/lgwebspace/www/mo/backend/include/Logging.class.php:57) in 
/users/lgwebspace/www/mo/backend/include/OutputHandler.class.php on line 96

Warning: Cannot modify header information - headers already sent by (output 
started at /users/lgwebspace/www/mo/backend/include/Logging.class.php:57) in 
/users/lgwebspace/www/mo/backend/include/OutputHandler.class.php on line 98
{"code":999,"error":"Unexpected server error","details":"PHP error #2, 
error_log() has been disabled for security reasons 
(\/users\/lgwebspace\/www\/mo\/backend\/include\/Logging.class.php:57)"}

Please help me, because its very important for a school project.

Thanks,
Lukas

Original issue reported on code.google.com by lukas.ga...@gmail.com on 6 Aug 2013 at 2:51

GoogleCodeExporter commented 8 years ago
For some reason, your server has prevented the "error_log" function, haven't 
seen this before.

You could try commenting out the line in Logging.class.php using this function 
to see if it is fixed, but then you will lose logging and further 
troubleshooting will become difficult.

Original comment by samuli.j...@gmail.com on 18 Aug 2013 at 6:13

GoogleCodeExporter commented 8 years ago
Closing as there is no further info, and problem is due to some rare platform 
configuration

Original comment by samuli.j...@gmail.com on 7 Sep 2013 at 9:26