[mezzanine-users] Can't upload images

2017-02-05 Thread marvel tales
Hello, I am having an issue with image upload on Mezzanine CMS. I have this screen on Mozilla. And this screen on Chrome I will appreciate a lot if someone can help me. Thanks in advance -- You received this message because you are subscribed to the Google Groups "Mezzanine Users"

Re: [mezzanine-users] [Cartridge] - Admin links to custom product type no longer work

2017-02-05 Thread Stephen McDonald
Hi there, Subclassing the product model was previously not a supported feature - I imagine you had to do some extensive hacking to get that working in the actual site. It now is a supported feature however, much like the Page model in Mezzanine can be subclasses to create custom page types,

Re: [mezzanine-users] displayable_link.js is not generated - development server

2017-02-05 Thread Stephen McDonald
Just pushed a fix for this: https://github.com/stephenmcd/mezzanine/commit/23c15f8b78f440a6a81e686fcd4ef772d44854bd On Fri, Jan 27, 2017 at 12:08 PM, Danny wrote: > Hi Lucas, > > I've also just noticed that the "Link List" feature is no longer working > as of Mezzanine 4.2.2

Re: [mezzanine-users] Can't upload images

2017-02-05 Thread marvel tales
Thank you very much for your answer. I am very new to Mezzanine CMS. Could you please guide me to a source which shows how to properly update Mezzanine and dependencies. As now what I am thinking is, creating a new virtualenv and installing everything from the beginning fresh. I don't know if

Re: [mezzanine-users] Can't upload images

2017-02-05 Thread Stephen McDonald
On Mon, Feb 6, 2017 at 10:07 AM, marvel tales wrote: > Thank you very much for your answer. > I am very new to Mezzanine CMS. > Could you please guide me to a source which shows how to properly update > Mezzanine and dependencies. > As now what I am thinking is, creating a

Re: [mezzanine-users] staff member unable to login to admin

2017-02-05 Thread CJWalther
Hi (sorry for my belated reply -- seems to be an on-and-off weekend only project... many other balls to keep on track...) Yes, inserting {{ request.META.HTTP_HOST }} helped to diagnose and heal the problem, as in fact site info differed... It might be helpful to show the current site on

Re: [mezzanine-users] Can't upload images

2017-02-05 Thread Stephen McDonald
Looks like you're using an older version that depends on the Flash plugin. So you can either install that, or upgrade Mezzanine + dependencies. On 2/6/17, marvel tales wrote: > Hello, > > I am having an issue with image upload on Mezzanine CMS. I have this screen > > on

Re: [mezzanine-users] Sending an email to admins on new user profile creation

2017-02-05 Thread Stephen McDonald
Just spent some time looking into this - there's actually a setting ACCOUNTS_PROFILE_FORM_CLASS ( http://mezzanine.jupo.org/docs/configuration.html#accounts-profile-form-class) which allows you to specify a custom form class for user profile signup/update. You could override the save method of it

[mezzanine-users] I have this on migration

2017-02-05 Thread marvel tales
Hello, I run python manage.py makemigrations python manage.py migrate I have this bug Apply all migrations: admin, auth, blog, conf, contenttypes, core, django_comments, forms, galleries, generic, pages, redirects, sessions, sites, twitter Running migrations: Applying