#5257: Clicking on "Log" in the notebook (bringing you to the /history page) 
gives
errors
----------------------+-----------------------------------------------------
 Reporter:  jason     |       Owner:  boothby   
     Type:  defect    |      Status:  new       
 Priority:  major     |   Milestone:  sage-3.4.1
Component:  notebook  |    Keywords:            
----------------------+-----------------------------------------------------
 In the browser, I get:

 {{{
 Internal Server Error
 An error occurred rendering the requested page. More information is
 available in the server log.
 }}}

 and I get a traceback as well:

 {{{
 2009-02-13 12:39:32-0600 [HTTPChannel,101,127.0.0.1] Exception rendering:
 2009-02-13 12:39:32-0600 [HTTPChannel,101,127.0.0.1] Unhandled Error
         Traceback (most recent call last):
           File "/home/grout/sage/local/lib/python2.5/site-
 packages/Twisted-8.1.0-py2.5-linux-i686.egg/twisted/internet/defer.py",
 line 186, in addCallbacks
             self._runCallbacks()
           File "/home/grout/sage/local/lib/python2.5/site-
 packages/Twisted-8.1.0-py2.5-linux-i686.egg/twisted/internet/defer.py",
 line 328, in _runCallbacks
             self.result = callback(self.result, *args, **kw)
           File "/home/grout/sage/local/lib/python2.5/site-
 packages/Twisted-8.1.0-py2.5-linux-i686.egg/twisted/internet/defer.py",
 line 289, in _continue
             self.unpause()
           File "/home/grout/sage/local/lib/python2.5/site-
 packages/Twisted-8.1.0-py2.5-linux-i686.egg/twisted/internet/defer.py",
 line 285, in unpause
             self._runCallbacks()
         --- <exception caught here> ---
           File "/home/grout/sage/local/lib/python2.5/site-
 packages/Twisted-8.1.0-py2.5-linux-i686.egg/twisted/internet/defer.py",
 line 328, in _runCallbacks
             self.result = callback(self.result, *args, **kw)
           File "/home/grout/sage/local/lib/python2.5/site-
 packages/Twisted-8.1.0-py2.5-linux-i686.egg/twisted/web2/server.py", line
 296, in <lambda>
             d.addCallback(lambda res, req: res.renderHTTP(req), self)
           File "/home/grout/sage/local/lib/python2.5/site-
 packages/Twisted-8.1.0-py2.5-linux-i686.egg/twisted/web2/resource.py",
 line 85, in renderHTTP
             return method(request)
           File "/home/grout/sage/local/lib/python2.5/site-
 packages/Twisted-8.1.0-py2.5-linux-i686.egg/twisted/web2/resource.py",
 line 202, in http_GET
             return super(Resource, self).http_GET(request)
           File "/home/grout/sage/local/lib/python2.5/site-
 packages/Twisted-8.1.0-py2.5-linux-i686.egg/twisted/web2/resource.py",
 line 128, in http_GET
             return self.render(request)
           File "/home/grout/sage/local/lib/python2.5/site-
 packages/sage/server/notebook/twist.py", line 1633, in render
             s = notebook.user_history_html(self.username)
           File "/home/grout/sage/local/lib/python2.5/site-
 packages/sage/server/notebook/notebook.py", line 842, in user_history_html
             """%(username, self.html_worksheet_list_top(username,
 actions=False), t)
           File "/home/grout/sage/local/lib/python2.5/site-
 packages/sage/server/notebook/notebook.py", line 1318, in
 html_worksheet_list_top
             s += self.html_new_or_upload()
         exceptions.AttributeError: 'Notebook' object has no attribute
 'html_new_or_upload'
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5257>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to