This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 4 years ago

Closed 4 years ago

#905 closed defect (fixed)

Contrib display exception if lecture

Reported by: arescope Owned by: arescope
Priority: normal Milestone: v0.98.1
Component: General Version:
Keywords: Cc:

Description

2011-08-15 17:16:16,757 indico.requestHandler - ERROR base.py:346 -- Request 46912779704144 failed: "class WebFactory has no attribute 'getContributionDisplay'"

url: https://indico.cern.ch:443/contributionDisplay.py?contribId=3&sessionId=0&confId=44117

parameters: {'contribId': '3', 'sessionId': '0', 'confId': '44117'}

Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/indico-0.98_dev-py2.6.egg/MaKaC/webinterface/rh/base.py", line 528, in process
    res = self._process()
  File "/usr/lib/python2.6/site-packages/indico-0.98_dev-py2.6.egg/MaKaC/webinterface/rh/contribDisplay.py", line 60, in _process
    p = wf.getContributionDisplay( self, self._contrib, self._hideFull)
AttributeError: class WebFactory has no attribute 'getContributionDisplay'

Change History (3)

comment:1 Changed 4 years ago by arescope

  • Status changed from new to assigned

comment:2 Changed 4 years ago by arescope

  • Status changed from assigned to awaiting_merge

comment:3 Changed 4 years ago by Alberto Resco Perez <alberto.resco.perez@…>

  • Resolution set to fixed
  • Status changed from awaiting_merge to closed

In [e7417111dad1083f5e96d235df23f8a52ded172c/indico]:

[FIX] Contrib display exception if lecture

Note: See TracTickets for help on using tickets.