You are not logged in Log in Join
You are here: Home » Members » Marc's Zope Page » bowerymarc's issue collector » NameError when trying to view PayPal store » collector_issue_contents

Log in
Name

Password

 
 
Issue 15 of bowerymarc's issue collector [zope-bowerymarc]
Title: NameError when trying to view PayPal store
Status: Pending Security related: No
Description: When I try to view a PayPal store, the following error occurs: Traceback (innermost last): Module ZPublisher.Publish, line 100, in publish Module...
From: nateaune on: May 1, 04 18:22
nateaune Last update: Apr 14, 05 22:43
Topic/class: Product/bug Importance: *unassigned*
Version info: PlonePayPal 0.44 CMFPlone 2.0.1 python 2.3.3 Zope 2.7.0
Issue 15 Transcript
2 entries
= Comment - Entry #2 by bowerymarc on Apr 14, 2005 10:43 pm

this one has me... no ideas!!
________________________________________
= Request - Entry #1 by nateaune on May 1, 2004 6:22 pm

When I try to view a PayPal store, the following error occurs:

Traceback (innermost last):
  Module ZPublisher.Publish, line 100, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module ZPublisher.Publish, line 40, in call_object
  Module Shared.DC.Scripts.Bindings, line 306, in __call__
  Module Shared.DC.Scripts.Bindings, line 343, in _bindAndExec
  Module Products.PageTemplates.ZopePageTemplate, line 222, in _exec
  Module Products.PageTemplates.PageTemplate, line 96, in pt_render
   - <ZopePageTemplate at /plone4artistsdemo/paypalstore_folder_view used for /plone4artistsdemo/Members/shokonagai/store>
  Module TAL.TALInterpreter, line 189, in __call__
  Module TAL.TALInterpreter, line 233, in interpret
  Module TAL.TALInterpreter, line 663, in do_useMacro
  Module TAL.TALInterpreter, line 233, in interpret
  Module TAL.TALInterpreter, line 408, in do_optTag_tal
  Module TAL.TALInterpreter, line 393, in do_optTag
  Module TAL.TALInterpreter, line 388, in no_tag
  Module TAL.TALInterpreter, line 233, in interpret
  Module TAL.TALInterpreter, line 663, in do_useMacro
  Module TAL.TALInterpreter, line 233, in interpret
  Module TAL.TALInterpreter, line 686, in do_defineSlot
  Module TAL.TALInterpreter, line 233, in interpret
  Module TAL.TALInterpreter, line 408, in do_optTag_tal
  Module TAL.TALInterpreter, line 393, in do_optTag
  Module TAL.TALInterpreter, line 388, in no_tag
  Module TAL.TALInterpreter, line 233, in interpret
  Module TAL.TALInterpreter, line 694, in do_defineSlot
  Module TAL.TALInterpreter, line 233, in interpret
  Module TAL.TALInterpreter, line 408, in do_optTag_tal
  Module TAL.TALInterpreter, line 393, in do_optTag
  Module TAL.TALInterpreter, line 388, in no_tag
  Module TAL.TALInterpreter, line 233, in interpret
  Module TAL.TALInterpreter, line 642, in do_defineMacro
  Module TAL.TALInterpreter, line 233, in interpret
  Module TAL.TALInterpreter, line 629, in do_condition
  Module TAL.TALInterpreter, line 233, in interpret
  Module TAL.TALInterpreter, line 408, in do_optTag_tal
  Module TAL.TALInterpreter, line 393, in do_optTag
  Module TAL.TALInterpreter, line 388, in no_tag
  Module TAL.TALInterpreter, line 233, in interpret
  Module TAL.TALInterpreter, line 663, in do_useMacro
  Module TAL.TALInterpreter, line 233, in interpret
  Module TAL.TALInterpreter, line 663, in do_useMacro
  Module TAL.TALInterpreter, line 233, in interpret
  Module TAL.TALInterpreter, line 408, in do_optTag_tal
  Module TAL.TALInterpreter, line 393, in do_optTag
  Module TAL.TALInterpreter, line 388, in no_tag
  Module TAL.TALInterpreter, line 233, in interpret
  Module TAL.TALInterpreter, line 628, in do_condition
  Module Products.PageTemplates.TALES, line 220, in evaluate
   - URL: /plone4artistsdemo/paypalstore_folder_view
   - Line 100, Column 4
   - Expression: <PythonExpr size==1 and allowedSortedContentTypes[0].getId() not in filterOut>
   - Names:
      {'container': <PloneSite instance at 3126170>,
       'context': <PayPalStore instance at 401d260>,
       'default': <Products.PageTemplates.TALES.Default instance at 0x23ff6e8>,
       'here': <PayPalStore instance at 401d260>,
       'loop': <SafeMapping instance at 3bc4210>,
       'modules': <Products.PageTemplates.ZRPythonExpr._SecureModuleImporter instance at 0x23efdf0>,
       'nothing': None,
       'options': {'args': ()},
       'repeat': <SafeMapping instance at 3bc4210>,
       'request': <HTTPRequest, URL=http://127.0.0.1:8083/plone4artistsdemo/Members/shokonagai/store/paypalstore_folder_view>,
       'root': <Application instance at 304eb90>,
       'template': <ZopePageTemplate at /plone4artistsdemo/paypalstore_folder_view used for /plone4artistsdemo/Members/shokonagai/store>,
       'traverse_subpath': [],
       'user': admin}
  Module Products.PageTemplates.ZRPythonExpr, line 47, in __call__
   - __traceback_info__: size==1 and allowedSortedContentTypes[0].getId() not in filterOut
  Module Python expression "size==1 and allowedSortedContentTypes[0].getId() not in filterOut", line 1, in <expression>
NameError: name 'filterOut' is not defined