Hi,

I am trying to integrate django-tinymce with django-filebrowser for my
django admin.
Everything (almost) works fine.

- manage.py test filebrowser, works ok
- http://localhost:8000/admin/filebrowser/browse/ works, too

however when I press the <browse> button on the windows popup of
<insert/edit image> of tinymce button panel in its HTML field nothing
happens.
in my firefox debug window I get an error like this:

f is undefined
code: http://localhost:8000/static/js/tiny_mce/tiny_mce_src.js
line: 11981

and on my dev-server output window I get a 500 error like this:

"GET /tinymce/filebrowser/ HTTP/1.1" 500

Any ideas what am I doing wrong?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to