Re: [mezzanine-users] Cannot edit content on Rich Text Page

2018-02-01 Thread Eyjolfur Kristjánsson
Thanks for your quick replay Kenneth. I just figured out what was wrong. The problem was not with the collect static per se, other static files for mezzanine and tinymce were collected correctly. The problem was that I am moving a site between servers and using the oppertuninty to upgrade it

Re: [mezzanine-users] Cannot edit content on Rich Text Page

2018-02-01 Thread Ken Bolton
'python manage.py collectstatic` will put the files in your `settings.STATIC_ROOT`. Make sure that directory is being served by your web server. If you are using the fabfile to create and deploy your project, that will happen automatically. -- You received this message because you are subscribed

Re: [mezzanine-users] Cannot edit content on Rich Text Page

2018-02-01 Thread Eyjolfur Kristjánsson
> > Hi. > I know this is an old thread, but I am running into exactly the same > problem it seems. I.e. getting 404 on those plugin js files. Seems that > collect static is not collecting them. I am running Mezzanine 4.2.3, the > latest version I believe. So if anyone has found an

Re: [mezzanine-users] Cannot edit content on Rich Text Page

2015-10-16 Thread Ilya Yakunin
Yes, I have another Mezzanine 3 project working under Apache virtual host. Everything works well in that case. The problem occurs only with new Mezzanine 4 project running under its own virtualenv. Cache reloading didn't help 2015-10-15 18:19 GMT+03:00 Eduardo Rivas : >

[mezzanine-users] Cannot edit content on Rich Text Page

2015-10-15 Thread Ilya Yakunin
Hi all, I've just started a new mezzanine project using: * Mezzanine 4.0.1 * Django 1.8.5 * Python 2.7.10 * SQLite 3.8.10.2 * Linux 3.16.0-4-amd64 with default config. Simply ran

Re: [mezzanine-users] Cannot edit content on Rich Text Page

2015-10-15 Thread Ryne Everett
If you're using firefox you may need to go to 127.0.0.1 rather than localhost. On Thu, Oct 15, 2015 at 10:15 AM, Ilya Yakunin wrote: > > > Hi all, > > I've just started a new

Re: [mezzanine-users] Cannot edit content on Rich Text Page

2015-10-15 Thread Eduardo Rivas
Were you running a Mezzanine 3 site before? I have experienced a problem where the old tinymce files are cached by the browser. A cache reload (Ctrl + F5) does the trick. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from