sahana / eden

Sahana Eden is an Open Source Humanitarian Platform which can be used to provide solutions for Disaster Management, Development, and Environmental Management sectors.. Please sign CLA when submitting pull requests: http://bit.ly/SSF-eCLA

Home Page:http://eden.sahanafoundation.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requests to 'request' results in HTTP 500

pmitropoulos opened this issue · comments

Using Apache/MySQL installation, configuration scripts, a request to URL /eden/req/index leads to 500, INTERNAL SERVER ERROR, see error log below.

S'Traceback (most recent call last):\n File "/home/web2py/gluon/restricted.py", line 219, in restricted\n exec(ccode, environment)\n File "applications/eden/compiled/controllers.req.req.py", line 1935, in <module>\n File "/home/web2py/gluon/globals.py", line 421, in <lambda>\n self._caller = lambda f: f()\n File "applications/eden/compiled/controllers.req.req.py", line 105, in req\n File "applications/eden/compiled/controllers.req.req.py", line 890, in req_controller\n File "applications/eden/compiled/models.00_utils.py", line 244, in s3_rest_controller\n File "applications/eden/modules/s3/s3rest.py", line 689, in __call__\n output = postprocess(self, output)\n File "applications/eden/compiled/controllers.req.req.py", line 747, in postp\nNameError: global name \'s3_str\' is not defined\n'

Thankyou, fixed here:
f342c66