Hey,

I built a web site locally, I am using django-tinyce and the django-
filebrowser, it works no problem on my local machine. As soon as I
deploy it to the server I have a problem. The TinyMCE is showing up
and working fine but when I click inside the image popup window to add
an image, I get an error:

f is undefined
[Break on this error] return f.apply(s || t, Array.prototype.slice.call
(arguments, 1));\r\n  - tiny_mce_src.js (line 9360)

This line of code looks like this:

return f.apply(s || t, Array.prototype.slice.call(arguments, 1));

i am not really sure why and how to even debug this. I am a stumped
because it works locally so I can't really tell where to go from here.
Any suggestions?

Trevor
--~--~---------~--~----~------------~-------~--~----~
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