
codesite-noreply at google
Feb 1, 2010, 7:54 AM
Post #1 of 6
(437 views)
Permalink
|
|
Issue 727 in cherokee: Adding new information source fails
|
|
Status: New Owner: ---- New issue 727 by fulgentweb: Adding new information source fails http://code.google.com/p/cherokee/issues/detail?id=727 What steps will reproduce the problem? 1.Go to Information Source page in the admin interface 2.Click add new source 3.Select 'local interpreter' 4.Input bbold for Nick 5.Input 127.0.0.1:47999 for connection 6.Input /usr/bin/php-cgi -b 127.0.0.1:47999 for interpreter 7.Click on the timeout field What is the expected output? What do you see instead? Expected output: Confirmation of the new source added Actual output: Traceback (most recent call last): File "/usr/share/cherokee/admin/server.py", line 173, in handle_request body = page.HandleRequest(uri, post) File "/usr/share/cherokee/admin/Form.py", line 64, in HandleRequest return self._op_handler(ruri, post) File "/usr/share/cherokee/admin/PageInfoSource.py", line 130, in _op_handler return self._apply_new_source (uri, post) File "/usr/share/cherokee/admin/PageInfoSource.py", line 176, in _apply_new_source tmp = [int(x) for x in self._cfg.keys('source')] ValueError: invalid literal for int() with base 10: 'None' What version of the product are you using? On what operating system? 0.99.42 on self-compiled Linux Please provide any additional information below. Last time function was used was on 0.99.39 and it worked as expected. No other upgrade have been done on the server since then. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ Cherokee-dev mailing list Cherokee-dev [at] lists http://lists.octality.com/listinfo/cherokee-dev
|