Bug 129402 - editing default virtual host in s-c-httpd crashes
Summary: editing default virtual host in s-c-httpd crashes
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-httpd
Version: rawhide
Hardware: i586
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Phil Knirsch
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC3Target
TreeView+ depends on / blocked
 
Reported: 2004-08-07 22:30 UTC by G.Wolfe Woodbury
Modified: 2015-03-05 01:14 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-08-16 15:58:51 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description G.Wolfe Woodbury 2004-08-07 22:30:23 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1)
Gecko/20031114

Description of problem:
Under the "virtual hosts" tab, attempting to select the "edit" button
on the right (to modify ssl settings) causes a python traceback.

Version-Release number of selected component (if applicable):
system-config-httpd-1.2.1-1

How reproducible:
Always

Steps to Reproduce:
1.clean rawhide install of 2004-08-07
2.run s-c-httpd from root command line
3.select "virtual hosts" tab
4.highlight "default virtual host"
5.select "edit" button in right column

Actual Results:  
Traceback (most recent call last):
  File "/usr/share/system-config-httpd/ApacheConf.py", line 480, in
on_edit_vhost_button_clicked
    run_vhost_dialog (dialog)
  File "/usr/share/system-config-httpd/ApacheConf.py", line 430, in
run_vhost_dialog
    control.hydrate_vhost (clist.get_text (clist.selection [0], 0))
  File "/usr/share/system-config-httpd/ApacheControl.py", line 203, in
hydrate_vhost
    self._hydrate_vhost_page_3 (vhost)
  File "/usr/share/system-config-httpd/ApacheControl.py", line 426, in
_hydrate_vhost_page_3
    self.xml.get_widget ('ssl_log_entry').set_text (vhost.SSLLog)
AttributeError: 'NoneType' object has no attribute 'set_text'


Expected Results:  no error

Additional info:

see actual results

Comment 1 G.Wolfe Woodbury 2004-08-14 04:50:42 UTC
still occurring in 2004-08-12 rawhide

Comment 2 G.Wolfe Woodbury 2004-08-14 22:47:36 UTC
no change with python updates of 2004-08-14 rawhide

Comment 3 Phil Knirsch 2004-08-16 15:58:51 UTC
Found the problem, forgot to remove some ssl_log related things.

Fixed in s-c-h-1.2.1-2 and newer.

Read ya, Phil


Note You need to log in before you can comment on or make changes to this bug.