Re: filebrowser issue

2010-05-04 Thread Nuno Maltez
On Mon, May 3, 2010 at 8:10 PM, Bobby Roberts wrote: > hey I have a strange issue.  I was having trouble getting django- > tinymce and filebrowser working.  I've worked through all of the > errors etc.  In filebrowser, I can create a new directory, but when i > try to upload a file or image, nothi

filebrowser issue

2010-05-03 Thread Bobby Roberts
hey I have a strange issue. I was having trouble getting django- tinymce and filebrowser working. I've worked through all of the errors etc. In filebrowser, I can create a new directory, but when i try to upload a file or image, nothing happens... it acts like it's uploading but it's not on the

Re: django tinymce/filebrowser issue

2010-04-28 Thread Bill Freeman
It means that something is calling reverse, or a template is using the url tag, with a bad argument. The argument could be bad in it's own right (if it's your own code doing it, or if something like filebrowser or tinymce is using an improperly set configuration variable from settings.py), or that

Re: django tinymce/filebrowser issue

2010-04-28 Thread fuxter
> Any > idea what could be causing that? > last time i had exact same problem. existing button but filebrowser not appearing. it was thist one: if you check the url you'd get an clear error about reverse url fault. actually i had to fix tinymce python source: fb_url = "%s://%s%s" % (request.is

Re: django tinymce/filebrowser issue

2010-04-28 Thread Bobby Roberts
hey bill i'm getting this traceback: NoReverseMatch at /tinymce/filebrowser/ Reverse for 'filebrowser-index' with arguments '()' and keyword arguments '{}' not found. Request Method: GET Request URL:http://www.rakeshark.com/tinymce/filebrowser/ Exception Type: NoReverseMatch

Re: django tinymce/filebrowser issue

2010-04-28 Thread Bill Freeman
In firebug (in firefox) there is a "NET" tab that shows you all the stuff that got loaded, including which ones 404. When I was installing this stuff I made the mistake of installing as an egg, and the media subdirectories didn't get pulled in. Both tinymce and filebrowser had problems like this.

Re: django tinymce/filebrowser issue

2010-04-28 Thread Bobby Roberts
not sure how to do that... i'm not really getting any javascript errors or anything. On Apr 28, 3:26 am, Xavier Ordoquy wrote: > Hi, > > Filebrowser is a bit tricky to setup. > Did you had a look at 404 requests made by your browser ? There should be > something that isn't available at some poi

Re: django tinymce/filebrowser issue

2010-04-28 Thread Xavier Ordoquy
Hi, Filebrowser is a bit tricky to setup. Did you had a look at 404 requests made by your browser ? There should be something that isn't available at some point. Took me some time to setup it up correctly the first time. Regards, Xavier. Le 28 avr. 2010 à 04:57, Bobby Roberts a écrit : > hey g

django tinymce/filebrowser issue

2010-04-27 Thread Bobby Roberts
hey group - I've installed djangotinymce and filebrowser per the instructions. I've run across a strange issue. When I go to insert an image, the image dialog pops up just fine with the button for filebrowser. However, when I click the filebrowser button, nothing happens. Any idea what could be