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 6 years ago

Closed 4 years ago

#129 closed defect (duplicate)

Error in registrant list when exporting to PDF: fields too long

Reported by: jbenito Owned by:
Priority: normal Milestone: v0.98.1
Component: Registration form Version: 0.97.0
Keywords: Cc:

Description

http://indico.cern.ch/confModifRegistrants.py?confId=76581

2010-01-14 16:30:01,607 indico.requestHandler - ERROR base.py:305

Request 46912678370768 failed: "Flowable <Table at 46912724335792 45 rows x 7 cols> with cell(0,0) containing
'<Paragraph at 0x2aaab6859878>Dr. ATTILI, Andrea' too large on page 2"

url: http://indicobeta.cern.ch/confModifRegistrants.py/action?confId=76581

parameters: {'disp': ['Email', 'Institution', 'Phone', 'City', 'Country', '0-0'], 'reglist': '28,6,31,16,12,7,21,8,27,45,37,44,36,20,34,19,4,5,40,3,10,9,23,32,14,30,24,42,25,1,17,26,13,2,39,29,35,11,15,33,43,22,41,38,18', 'sortBy': ['Name', 'Name', 'Name'], 'pdf.y': '9', 'pdf.x': '12', 'confId': '76581'}

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/cds_indico-v0.97_dev-py2.4.egg/MaKaC/webinterface/rh/base.py", line 462, in process
    res = self._process()
  File "/usr/lib/python2.4/site-packages/cds_indico-v0.97_dev-py2.4.egg/MaKaC/webinterface/rh/registrantsModif.py", line 188, in _process
    return r.pdf()
  File "/usr/lib/python2.4/site-packages/cds_indico-v0.97_dev-py2.4.egg/MaKaC/webinterface/rh/registrantsModif.py", line 257, in pdf
    data = pdf.getPDFBin()
  File "/usr/lib/python2.4/site-packages/cds_indico-v0.97_dev-py2.4.egg/MaKaC/PDFinterface/base.py", line 365, in getPDFBin
    self._doc.build(self._story, onFirstPage=self.firstPage, onLaterPages=self.laterPages)
  File "/usr/lib/python2.4/site-packages/reportlab/platypus/doctemplate.py", line 1010, in build
    BaseDocTemplate.build(self,flowables, canvasmaker=canvasmaker)
  File "/usr/lib/python2.4/site-packages/reportlab/platypus/doctemplate.py", line 777, in build
    self.handle_flowable(flowables)
  File "/usr/lib/python2.4/site-packages/reportlab/platypus/doctemplate.py", line 694, in handle_flowable
    raise LayoutError(ident)
LayoutError: Flowable <Table at 46912724335792 45 rows x 7 cols> with cell(0,0) containing
'<Paragraph at 0x2aaab6859878>Dr. ATTILI, Andrea' too large on page 2

Change History (2)

comment:1 Changed 6 years ago by jbenito

  • Milestone set to v0.98

comment:2 Changed 4 years ago by jbenito

  • Resolution set to duplicate
  • Status changed from new to closed

same as #644

Note: See TracTickets for help on using tickets.