Philip, a runtime error ("500") is probably masked by a bad
configuration of apache+mod_wsgi. First fix error reporting then fix
the reported error or ask.
1) An unprivileged user should get a general error message if you try
some demo Django application with intentionally added DivisionZero
error in some view.
2) An easy way to get details is to fill ADMINS = (('Your Name',
'[email protected]'), ) in settings.py and verify that you get an email
or you can use more advanced ways or try it with debug mode and verify
that debug mode is not worldwide accessible
This is not at all a problem specific to Satchmo or at least one
general Django problem is there. Satchmo uses by default an error
message template satchmo_store/shop/templates/500.html if it was not
in debug mode.
-- Hynek
On 22 lis, 18:01, "Philip M. White" <[email protected]> wrote:
> On Tue, 2011-11-22 at 10:58 -0600, Stuart Laughlin wrote:
>
> > Check permissions on the generated image file? Is it accessible to
> > www-user (or whatever)?
>
> Yes, permissions are fine. If it was the permissions, it (a) would not
> display correctly in the admin interface, and (b) would not keep the
> rest of the page from loading; only the images would be missing.
--
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.