Trevor, I've had problems with the same combination of tools. For me Popup windows are completely blank. But after adding document.domain as below I could get the popups to work but only in Firefox and Safari (I think).
Updated yourApp/yourMediaFiles/js/tinymce/tiny_mce_popup.js for document.domain = 'yourdomain.com' to help with blank popup. Also same in Templates/admin/base.html. There is a post somewhere on the web that explains the exact details which I cannot find. A search should find it. This may be irrelevant but worth a try and in any case try different browsers to see if you get on better. Stuart On Aug 17, 6:23 am, tdelam <tde...@gmail.com> wrote: > 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 -~----------~----~----~----~------~----~------~--~---