Re: Still having trouble with django-filebrowser

2017-12-29 Thread Mike Dewhirst
Etienne TINYMCE_FILEBROWSER = True Did the trick. Vous etes fantastique! :)) Mike On 30/12/2017 10:11 AM, Etienne Robillard wrote: Hey Mike, Please take a look at this: https://stackoverflow.com/questions/3231432/admin-field-fails-to-save-with-tinymce-and-filebrowser-in-django Best reg

Re: Still having trouble with django-filebrowser

2017-12-29 Thread Etienne Robillard
Hey Mike, Please take a look at this: https://stackoverflow.com/questions/3231432/admin-field-fails-to-save-with-tinymce-and-filebrowser-in-django Best regards, Etienne Le 2017-12-29 à 17:30, Mike Dewhirst a écrit : On 18/12/2017 8:23 PM, Etienne Robillard wrote: Looks likes this is using

Re: Still having trouble with django-filebrowser

2017-12-29 Thread Mike Dewhirst
On 18/12/2017 8:23 PM, Etienne Robillard wrote: Looks likes this is using javascript. What does the javascript console says? Is the markup of the page valid HTML? The javascript is slightly different between dev on localhost and staging and I'm totally outta my depth :( In the section of

Re: Still having trouble with django-filebrowser

2017-12-28 Thread Mike Dewhirst
On 29/12/2017 3:08 PM, James Schneider wrote: However, the same treatment fails on my Windows runserver dev platform. Brand new virtualenv for Py27 and Py36 still fail to show the little browse link on the right-hand end of the Source field. Have you verified that your Windows vir

Re: Still having trouble with django-filebrowser

2017-12-28 Thread James Schneider
However, the same treatment fails on my Windows runserver dev platform. Brand new virtualenv for Py27 and Py36 still fail to show the little browse link on the right-hand end of the Source field. Have you verified that your Windows virtualenv is not including the global system Python libraries as

Re: Still having trouble with django-filebrowser

2017-12-28 Thread Mike Dewhirst
Further to this, it is now working nicely on the staging server - Ubuntu 16.04 Apache 2.2 vhost Python 2.7 mod-wsgi The problem was related to not uninstalling django-tinymce before installing django-tinymce4-lite and similarly with django-filebrowser-no-grappelli. So it looks like your gues

Re: Still having trouble with django-filebrowser

2017-12-18 Thread Mike Dewhirst
I was just mousing around and playing with Chrome's tools on the Ubuntu 16.04 staging server and triggered a django error pasted here ... http://dpaste.com/1G3A8JW Error finding Upload-Folder (site.storage.location + site.directory) Could you please explain what the upload folder is? I'm conf

Re: Still having trouble with django-filebrowser

2017-12-18 Thread Mike Dewhirst
On 18/12/2017 8:23 PM, Etienne Robillard wrote: Looks likes this is using javascript. What does the javascript console says? Is the markup of the page valid HTML? I don't have IE. I can't see a Javascript console with either Chrome or Firefox. What should I look for specifically? How can I t

Re: Still having trouble with django-filebrowser

2017-12-18 Thread Etienne Robillard
Looks likes this is using javascript. What does the javascript console says? Is the markup of the page valid HTML? HTH Etienne Le 2017-12-17 à 22:06, Mike Dewhirst a écrit : This time with version 3.9.2 having climbed a little higher into the branches ... C:\Users\mike\envs\xxct3\lib\site-p

Re: Still having trouble with django-filebrowser

2017-12-17 Thread Mike Dewhirst
This time with version 3.9.2 having climbed a little higher into the branches ... C:\Users\mike\envs\xxct3\lib\site-packages\django_filebrowser-3.9.2-py3.6.egg\filebrowser\sites.py:12: RemovedInDjango20Warning: Importing from django.core.urlresolvers is deprecated in favor of django.urls.  

Re: Still having trouble with django-filebrowser

2017-12-17 Thread Mike Dewhirst
On 18/12/2017 9:28 AM, Etienne Robillard wrote: Hi Mike, What Django version are you using? Is this happening with Python 2 or 3? Sorry Etienne. Should have mentioned that. Python 3.6 but it also needs to work with Py27 Django 1.11.8 Have you tried to turn on Python warnings? C:\Users

Re: Still having trouble with django-filebrowser

2017-12-17 Thread Etienne Robillard
Hi Mike, What Django version are you using? Is this happening with Python 2 or 3? Have you tried to turn on Python warnings? Have you tried to use the development verion of django-filebrowser? HTH Etienne Le 2017-12-17 à 15:48, Mike Dewhirst a écrit : An update. I adjusted settings ... FI

Still having trouble with django-filebrowser

2017-12-17 Thread Mike Dewhirst
An update. I adjusted settings ... FILEBROWSER_DIRECTORY = 'uploads/' FILEBROWSER_VERSIONS_BASEDIR = '_versions/' .. and to match these dirs ... 'media/_versions/' 'media/uploads/' Still won't show me an upload or browse button in the insert image dialog. I also uninstalled and reinstalled to