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
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
> 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
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
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
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
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
7 matches
Mail list logo