librelist archives

« back to archive

Avatars not displaying GeoNode 1.1-RC1

Avatars not displaying GeoNode 1.1-RC1

From:
Andrew Jeffrey
Date:
2011-09-13 @ 21:21
Hi,

I seem to be having trouble with Avatars in my install of GeoNode.

The default Gravatar image shows up but when I upload my own image nothing
shows. When I hop onto the server the image that I loaded is there in the
following location /var/ww/geonode/uploaded/avatars/<PROFILE_NAME> and also
in the resized folders.

So it seems to be getting uploaded to the server - then it appears that the
image path in the client application is broken somehow.

If anyone knows how to fix this I would greatly apprciate it.

Thanks
Ando

Re: [geonode] Avatars not displaying GeoNode 1.1-RC1

From:
David Winslow
Date:
2011-09-19 @ 16:56
Probably the MEDIA_ROOT and MEDIA_URL settings in Django's settings.py or
local_settings.py are not being set properly in the install script.  This is
a bug.

If you investigate further and can figure out what the settings need to be
to make it work, please let us know.  I'm not sure what the timeline is like
for a further iteration on the installer; Ariel has been taking lead on that
effort.

--
David Winslow
OpenGeo - http://opengeo.org/

On Tue, Sep 13, 2011 at 5:21 PM, Andrew Jeffrey <aljeffrey83@gmail.com>wrote:

> Hi,
>
> I seem to be having trouble with Avatars in my install of GeoNode.
>
> The default Gravatar image shows up but when I upload my own image nothing
> shows. When I hop onto the server the image that I loaded is there in the
> following location /var/ww/geonode/uploaded/avatars/<PROFILE_NAME> and also
> in the resized folders.
>
> So it seems to be getting uploaded to the server - then it appears that the
> image path in the client application is broken somehow.
>
> If anyone knows how to fix this I would greatly apprciate it.
>
> Thanks
> Ando
>

Re: [geonode] Avatars not displaying GeoNode 1.1-RC1

From:
Ariel Nunez
Date:
2011-09-20 @ 02:56
Andrew,

I have fixed this issue in the latest version of the installer. There
were two reasons why it was failing here is the changeset that fixed
it in case you would like to fix your installation:

https://github.com/GeoNode/geonode/commit/3c9636e5e9e9bf85aa9634a64b7b9f5a5c6912c5

I have built new versions for the latest 3 versions of Ubuntu in my
personal ppa[1], it will be available in the main repo when we release
RC2.

Best,
Ariel.

[1] Installation instructions to use the geonode package in the ppa:

sudo add-apt-repository ppa:ingenieroariel/ppa
sudo apt-get update
sudo apt-get -y install geonode


On Mon, Sep 19, 2011 at 12:56 PM, David Winslow <dwinslow@opengeo.org> wrote:
> Probably the MEDIA_ROOT and MEDIA_URL settings in Django's settings.py or
> local_settings.py are not being set properly in the install script.  This is
> a bug.
> If you investigate further and can figure out what the settings need to be
> to make it work, please let us know.  I'm not sure what the timeline is like
> for a further iteration on the installer; Ariel has been taking lead on that
> effort.
> --
> David Winslow
> OpenGeo - http://opengeo.org/
>
> On Tue, Sep 13, 2011 at 5:21 PM, Andrew Jeffrey <aljeffrey83@gmail.com>
> wrote:
>>
>> Hi,
>>
>> I seem to be having trouble with Avatars in my install of GeoNode.
>>
>> The default Gravatar image shows up but when I upload my own image nothing
>> shows. When I hop onto the server the image that I loaded is there in the
>> following location /var/ww/geonode/uploaded/avatars/<PROFILE_NAME> and also
>> in the resized folders.
>>
>> So it seems to be getting uploaded to the server - then it appears that
>> the image path in the client application is broken somehow.
>>
>> If anyone knows how to fix this I would greatly apprciate it.
>>
>> Thanks
>> Ando
>
>