kapilt / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

Error generated when accessing "upgrade" in setup area #147

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I just created a brand new Plone 2.5 site in my buildout (rev 1056). I was
walking through the setup process and when I hit the "upgrade" link, the
site froze. The following showed on foreground: 

Traceback (most recent call last):
  File "logging/__init__.py", line 731, in emit
  File "logging/__init__.py", line 617, in format
  File "logging/__init__.py", line 405, in format
    logger.error(msg)
  File "logging/__init__.py", line 276, in getMessage
    os.unlink(lock_filename)
TypeError: not all arguments converted during string formatting
Traceback (most recent call last):
  File "logging/__init__.py", line 731, in emit
  File "logging/__init__.py", line 617, in format
  File "logging/__init__.py", line 405, in format
    logger.error(msg)
  File "logging/__init__.py", line 276, in getMessage
    os.unlink(lock_filename)
TypeError: not all arguments converted during string formatting
>
/home/cjohnson/software/getpaid/getpaid-wc/getpaid.buildout/develop-debug/PDBDeb
ugMode/pdblogging.py(37)pdberror()
-> return result

When I canceled the PDB error, I got in plone UI: 

Tipo de Error
    PTRuntimeError
Mensaje de Error
    Page Template has errors: ['Compilation failed', 'TAL.TALDefs.TALError:
TAL attributes on <span> require explicit </span>, at line 9, column 8']
Petición hecha en
    2007/11/29 23:20:40.133 US/Eastern 

Original issue reported on code.google.com by cjj.ifpe...@gmail.com on 30 Nov 2007 at 4:21

GoogleCodeExporter commented 8 years ago
oops...sorry...i actually had rev 1054. updating now...

Original comment by cjj.ifpe...@gmail.com on 30 Nov 2007 at 4:22

GoogleCodeExporter commented 8 years ago
On my 3.0 buildout, there error is: 

Traceback (innermost last):
  Module ZPublisher.Publish, line 119, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module Products.PDBDebugMode.pdbzope.runcall, line 60, in pdb_runcall
  Module ZPublisher.Publish, line 42, in call_object
  Module Products.PloneGetPaid.browser.upgrade, line 12, in __call__
  Module Products.Five.browser.metaconfigure, line 417, in __call__
  Module Shared.DC.Scripts.Bindings, line 313, in __call__
  Module Shared.DC.Scripts.Bindings, line 350, in _bindAndExec
  Module Products.PageTemplates.PageTemplateFile, line 109, in _exec
  Module Products.PageTemplates.PageTemplateFile, line 168, in _cook_check
   - __traceback_info__:
/home/cjohnson/software/getpaid/getpaid-wc/getpaid-30.buildout/develop-products/
PloneGetPaid/browser/templates/upgrade.pt
  Module Products.PDBDebugMode.pdblogging, line 37, in pdberror
  Module bdb, line 52, in trace_dispatch
  Module bdb, line 86, in dispatch_return
BdbQuit
>
/home/cjohnson/software/getpaid/getpaid-wc/getpaid-30.buildout/bdb.py(86)dispatc
h_return()
-> if self.quitting: raise BdbQuit

Original comment by cjj.ifpe...@gmail.com on 30 Nov 2007 at 4:40

GoogleCodeExporter commented 8 years ago
nevermind...seems this is fixed by 1056 

Original comment by cjj.ifpe...@gmail.com on 30 Nov 2007 at 4:53