What value do you have for site settings->Product Settings ->Upload image
dir?

This value should be something like "images"

-Chris

On Sat, Dec 6, 2008 at 5:48 PM, Trent <[EMAIL PROTECTED]> wrote:

>
> I am getting this same error.  When I look at the source in my
> rendered HTML, the full filepath to the image is being output instead
> of just '/static/images/productimage-picture-default_t85.jpg'.
> Anybody have thoughts as to why this would happen?
>
> Thanks,
> Trent
>
> On Nov 27, 2:39 am, Stephen G <[EMAIL PROTECTED]> wrote:
> > After installation (Satchmo 0.8, Django 1.02) I then loaded the demo
> > store data and now when I look at the app I am getting a 404 on the
> > images, ...
> >
> > [26/Nov/2008 22:34:57] "GET/store/ HTTP/1.1" 200 3788
> > [26/Nov/2008 22:34:57] "GET/static/css/style.css HTTP/1.1" 304 0
> > [26/Nov/2008 22:34:57]
> "GET/static//home/steve/workspace/mystore/static/images/productimage-picture-default_t85.jpg
> HTTP/1.1" 404 1973
> >
> > TheGETrequest is for the path (/static/) and appended then is the
> > full os path of the file (/home/steve/workspace/mystore/static/images/
> > productimage-picture-default_t85.jpg).
> >
> > But at the same time theGETfor the CSS is correct.
> >
> > My settings.py includes:
> >
> > LOCAL_DEV = True
> > DIRNAME = os.path.abspath(os.path.dirname(__file__).decode('utf-8'))
> > MEDIA_ROOT = os.path.join(DIRNAME, 'static/')
> > MEDIA_URL = '/static/'
> >
> > Not sure what to look at next.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to