#571: SQLite error with mod_python/Apche2 on Mac OS X 10.4.2
-------------------------------------------+--------------------------------
Reporter: anonymous | Owner: adrian
Status: closed | Milestone:
Component: django.contrib.admin | Version:
Resolution: worksforme | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------------------+--------------------------------
Comment (by wardi):
Another, certainly less common, cause of this error: /tmp is not world-
writable
In this case you get a mod_python traceback instead of the pretty
formatted django one. Also it works sometimes, but not for the admin
login (at least).. perhaps anything with transactions.
The fix of course (not django-related): `chmod a+rwt /tmp`
--
Ticket URL: <http://code.djangoproject.com/ticket/571#comment:3>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---