El mar, 08-07-2008 a las 07:05 -0700, Graham Dumpleton escribió: > Start by reading: > > http://code.google.com/p/modwsgi/wiki/ApplicationIssues > > Issues could be fact that your paster startup is dependent on user > shell environment not available to Apache or that under Apache code is > run as different user and thus doesn't have same access privileges. > That document covers a range of other common issues as well. > > Graham
Ok, the problem was the permissions of the parent directory, the group must be www-data with write permissions, this way sqlite can create a temporary file in this folder. Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
