Advertisement
Guest User

Untitled

a guest
Jul 24th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. MOD_PYTHON ERROR
  2.  
  3. ProcessId: 9712
  4. Interpreter: 'localhost'
  5.  
  6. ServerName: 'localhost'
  7. DocumentRoot: '/var/www/'
  8.  
  9. URI: '/capture/handler.py/index'
  10. Location: '/capture'
  11. Directory: None
  12. Filename: '/usr/share/untangle/web/capture/handler.py'
  13. PathInfo: '/index'
  14.  
  15. Phase: 'PythonHandler'
  16. Handler: 'mod_python.publisher'
  17.  
  18. Traceback (most recent call last):
  19.  
  20. File "/usr/lib/python2.7/dist-packages/mod_python/importer.py", line 1537, in HandlerDispatch
  21. default=default_handler, arg=req, silent=hlist.silent)
  22.  
  23. File "/usr/lib/python2.7/dist-packages/mod_python/importer.py", line 1229, in _process_target
  24. result = _execute_target(config, req, object, arg)
  25.  
  26. File "/usr/lib/python2.7/dist-packages/mod_python/importer.py", line 1128, in _execute_target
  27. result = object(arg)
  28.  
  29. File "/usr/lib/python2.7/dist-packages/mod_python/publisher.py", line 213, in handler
  30. published = publish_object(req, object)
  31.  
  32. File "/usr/lib/python2.7/dist-packages/mod_python/publisher.py", line 425, in publish_object
  33. return publish_object(req,util.apply_fs_data(object, req.form, req=req))
  34.  
  35. File "/usr/lib/python2.7/dist-packages/mod_python/util.py", line 554, in apply_fs_data
  36. return object(**args)
  37.  
  38. File "/usr/share/untangle/web/capture/handler.py", line 82, in index
  39. captureSettings = load_capture_settings(req,appid)
  40.  
  41. File "/usr/share/untangle/web/capture/handler.py", line 488, in load_capture_settings
  42. if captureSettings.get('pageType') == None:
  43.  
  44. AttributeError: 'NoneType' object has no attribute 'get'
  45.  
  46.  
  47. MODULE CACHE DETAILS
  48.  
  49. Accessed: Sun Jul 24 20:01:15 2016
  50. Generation: 3
  51.  
  52. _mp_c987cf865de2aaf876a5e472306c64ad {
  53. FileName: '/usr/share/untangle/web/capture/handler.py'
  54. Instance: 1
  55. Generation: 1
  56. Modified: Mon Jul 18 18:15:12 2016
  57. Imported: Sun Jul 24 03:26:06 2016
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement