Re: Crazy error with utf-8 & apache (please help!)

2009-03-20 Thread elm
Thanks ... I will keep trying My temporary solution is to have my own apache process running on another port (i.e. 8000) (Here we don't experience the coding problems) We have configured the main apache (on port 80) to act as a proxy to my "private" apache ... and the user experiences a clean res

Re: Crazy error with utf-8 & apache (please help!)

2009-03-20 Thread elm
Thanxs for the advice Ian!!! But unfortunately I haven't been succesful. I have set the NLS_LANG to .UTF8 in the directive at the apache conf file: SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE reportes_edd.settings Python

Re: Crazy error with utf-8 & apache (please help!)

2009-03-20 Thread elm
> Are you sharing the web server with web applications written using > something else, such as PHP? If PHP is playing with the language > settings, you might be hitting an ordering problem. That is, it works > if any PHP code gets executed first in a specific process and doesn't > otherwise, or vi

Re: Crazy error with utf-8 & apache (please help!)

2009-03-20 Thread elm
Thanks for the hint, > > Indeed, that's the latin1 encoding of 'OTOÑO', notutf8. Maybe Oracle > is getting somehow getting the client encoding confused. Try setting > the environment variable NLS_LANG = '.UTF8' for the Apache process. I will explore that path. It clearly has some relation w

Crazy error with utf-8 & apache (please help!)

2009-03-19 Thread elm
I have bee trying to deal with an erratic error for the last 3 day. I hope you can rescue me!!! After experiencing erratic errors that appeared from time to time on a larger project (i.e. ViewDoesNotExist) I have reduced my project to a very simple application that runs on apache with mod_python

Deployment error with apache/modpython

2009-03-17 Thread elm
I have a project which works OK on my development environment. In the production server (apache2, python 2.3, django 1.0) I get the following 2 errors: 1) After reloading apache I get a "ViewDoesNotExist" error the first few times I access the page. But after a few attempts (rloading the browse

Re: ImageField upload_to not workin

2008-11-17 Thread elm
Hi Javier, I am experiencing the same problem with 'upload_to'. Have you found the problem? Thx, elm On 14 nov, 18:31, Javier <[EMAIL PROTECTED]> wrote: > Hi, > > I've create a model: > > class ImagenesLugar(models.Model): >     archivo = mod