Everyday i receive 5-10 mysterious error messages of this kind
....... ERRORS.....
File
"....../satchmo/satchmo/apps/satchmo_store/shop/context_processors.py",
line 31, in settings
'shop_name': shop_config.store_name,
AttributeError: 'NoneType' object has no attribute 'store_name'
<WSGIRequest
path:/plugins/tinymce_plugin/tiny_mce/plugins/more/editor_plugin.js,
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
....
File
".../satchmo/satchmo/apps/satchmo_store/shop/context_processors.py",
line 31, in settings
'shop_name': shop_config.store_name,
AttributeError: 'NoneType' object has no attribute 'store_name'
<WSGIRequest
path:/admin/login.aspx,
GET:<QueryDict: {}>,
....
File "..../django/db/backends/postgresql_psycopg2/base.py", line 52,
in execute
return self.cursor.execute(query, args)
DatabaseError: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
<WSGIRequest
path:/art_folder/text-image_Series-1.jpg,
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
....
....
....
.......END ERRORS......
All of them do not depend by my code but by django/satchmo source code,
and never rise on developing server....but the thing I don't understand
is paths.... I have no paths like them...Why it does not give "page not
found" but Errors ??
If i give that url in browser it correctly gives me "page not
found"........
Thank you
Kooliah
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.