This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: the quotes page on the Web site links to something broken
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: jjinux, loewis, mdehoon
Priority: normal Keywords: patch

Created on 2005-03-14 22:14 by jjinux, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg47979 - (view) Author: Shannon -jj Behrens (jjinux) Date: 2005-03-14 22:14
Go to <http://python.org/Quotes.html>.
Click "See also this list of other Python users."
See <http://www.python-in-business.org/success/> is broken:
  	
Site Error

An error was encountered while publishing this resource.

KeyError
Sorry, a site error occurred.

Traceback (innermost last):

    * Module ZPublisher.Publish, line 150, in
publish_module
    * Module
Products.PlacelessTranslationService.PatchStringIO,
line 51, in new_publish
    * Module ZPublisher.Publish, line 114, in publish
    * Module Zope.App.startup, line 202, in
zpublisher_exception_hook
    * Module ZPublisher.Publish, line 98, in publish
    * Module ZPublisher.mapply, line 88, in mapply
    * Module ZPublisher.Publish, line 39, in call_object
    * Module Products.CMFCore.PortalContent, line 116,
in __call__
    * Module Shared.DC.Scripts.Bindings, line 306, in
__call__
    * Module Shared.DC.Scripts.Bindings, line 343, in
_bindAndExec
    * Module Products.CMFCore.FSPageTemplate, line 191,
in _exec
    * Module Products.CMFCore.FSPageTemplate, line 124,
in pt_render
    * Module Products.PageTemplates.PageTemplate, line
95, in pt_render
      <FSPageTemplate at /pbf/document_view used for
/pbf/success/index_html>
    * Module TAL.TALInterpreter, line 200, in __call__
    * Module TAL.TALInterpreter, line 244, in interpret
    * Module TAL.TALInterpreter, line 703, in do_useMacro
    * Module TAL.TALInterpreter, line 244, in interpret
    * Module TAL.TALInterpreter, line 703, in do_useMacro
    * Module TAL.TALInterpreter, line 244, in interpret
    * Module TAL.TALInterpreter, line 473, in
do_setLocal_tal
    * Module Products.PageTemplates.TALES, line 220, in
evaluate
      URL: /pbf/main_template
      Line 15, Column 4
      Expression: standard:'portal_properties/title'
      Names:

{'container': <PloneSite instance at 9ec2250>,
 'default': <Products.PageTemplates.TALES.Default
instance at 0x8742924>,
 'here': <Document at /pbf/success/index_html>,
 'loop': <SafeMapping instance at 92e2760>,
 'modules':
<Products.PageTemplates.ZRPythonExpr._SecureModuleImporter
instance at 0x8728f34>,
 'nothing': None,
 'options': {'args': ()},
 'repeat': <SafeMapping instance at 92e2760>,
 'request': <HTTPRequest,
URL=http://localhost:9683/pbf/success/index_html>,
 'root': <Application instance at 9ff2d90>,
 'template': <FSPageTemplate at /pbf/document_view used
for /pbf/success/index_html>,
 'traverse_subpath': [],
 'user': Anonymous User}

    * Module Products.PageTemplates.Expressions, line
201, in __call__
    * Module Products.PageTemplates.Expressions, line
189, in _eval
    * Module Products.PageTemplates.Expressions, line
141, in _eval
      __traceback_info__: portal_properties

KeyError: portal_properties (Also, an error occurred
while attempting to render the standard error message.)

Troubleshooting Suggestions

    * The URL may be incorrect.
    * The parameters passed to this resource may be
incorrect.
    * A resource that this resource relies on may be
encountering an error.

For more detailed information about the error, please
refer to the error log.

If the error persists please contact the site
maintainer. Thank you for your patience. 
msg47980 - (view) Author: Shannon -jj Behrens (jjinux) Date: 2005-03-14 22:16
Logged In: YES 
user_id=30164

Crap, this is a bug, not a patch.  Sorry about that.  If
you'd like, I can resubmit it as a bug :(
msg47981 - (view) Author: Michiel de Hoon (mdehoon) * Date: 2005-03-27 06:12
Logged In: YES 
user_id=488897

You are right that the link is broken, but this is not a
Python bug. It's better to write to the web master at
webmaster@python.org to get this link fixed.
--Michiel.
msg47982 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2005-03-28 19:14
Logged In: YES 
user_id=21627

I also mailed the webmaster of python-in-business.org; maybe
the site can be fixed.
History
Date User Action Args
2022-04-11 14:56:10adminsetgithub: 41699
2005-03-14 22:14:57jjinuxcreate