WHOOPS

Please ignore the exception I pasted previously - that was due to some
errors in the untested FileUploadTutorial.

This is the Safari specific exception:

500 Internal error

The server encountered an unexpected condition which prevented it from
fulfilling the request.

Page handler: <bound method Root.pagelist of <wiki20.controllers.Root object
at 0x17a0550>>
Traceback (most recent call last):
  File 
"/usr/local/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/_c
phttptools.py", line 105, in _run
    self.main()
  File 
"/usr/local/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/_c
phttptools.py", line 254, in main
    body = page_handler(*virtual_path, **self.params)
  File "<string>", line 3, in pagelist
  File 
"/usr/local/lib/python2.4/site-packages/TurboGears-1.0.1-py2.4.egg/turbogear
s/controllers.py", line 344, in <lambda>
    expose = lambda func, *args, **kw: func(*args, **kw)
  File "<string>", line 3, in pagelist
  File 
"/usr/local/lib/python2.4/site-packages/TurboGears-1.0.1-py2.4.egg/turbogear
s/controllers.py", line 334, in expose
    output = database.run_with_transaction(
  File "<string>", line 5, in run_with_transaction
  File 
"/usr/local/lib/python2.4/site-packages/TurboGears-1.0.1-py2.4.egg/turbogear
s/database.py", line 302, in so_rwt
    retval = func(*args, **kw)
  File "<string>", line 5, in _expose
  File 
"/usr/local/lib/python2.4/site-packages/TurboGears-1.0.1-py2.4.egg/turbogear
s/controllers.py", line 351, in <lambda>
    mapping, fragment, args, kw)))
  File 
"/usr/local/lib/python2.4/site-packages/TurboGears-1.0.1-py2.4.egg/turbogear
s/controllers.py", line 391, in _execute_func
    return _process_output(output, template, format, content_type, mapping,
fragment)
  File 
"/usr/local/lib/python2.4/site-packages/TurboGears-1.0.1-py2.4.egg/turbogear
s/controllers.py", line 100, in _process_output
    output = unicodechars.sub(
TypeError: expected string or buffer


On 19/3/07 12:08, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:

> On Monday 19 March 2007 10:58, AJ wrote:
>> Hello,
>> 
>> I am looking for the right framework to develop and deploy my next
>> project and am considering TG. First impressions are very
>> favourable. :) However AJAX in Safari is important to me and I can't
>> get the AJAX example in the 20 Minute Wiki tutorial to work.
>> 
>> Is Safari definitely supported? What's wrong with the tutorial?
> 
> Safari is more picky regarding Javascript than FF. I found that using jslint
> helped me a lot, and using the console-application under os x will give you
> logentries. If you turn on safar debugging mode at least, there are ADC
> articles covering how to do that.
> 
> Diez
> 



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to