21
abraxas
Re: NECESITO AYUDA URGENTE (spanish)
  • 2004/6/21 5:18

  • abraxas

  • Just popping in

  • Posts: 45

  • Since: 2004/6/18


I have seen that the other sites in XOOPS that there is in the server, have the same problem, what can be?

--------------------------

He visto que otros sitios en Xoops, en el mismo servidor, tienen el mismo problema... ¿qué puede ser?

22
abraxas
Re: NECESITO AYUDA URGENTE (spanish)
  • 2004/6/21 17:04

  • abraxas

  • Just popping in

  • Posts: 45

  • Since: 2004/6/18


please help me!

23
abraxas
Re: NECESITO AYUDA URGENTE (spanish)
  • 2004/6/21 17:12

  • abraxas

  • Just popping in

  • Posts: 45

  • Since: 2004/6/18


otro error que tengo, y no se si tendra relación, es que no esta la sección para cambiar a los usuarios de grupo, en la parte inferior de grupos, en la administración.
¿Tendrá relación?
----------------
another problem that I have, and if it will have relation, is not that this the section not to change to the group users, in the inferior part of groups, the administration. It will have relation?

24
Bender
Re: NECESITO AYUDA URGENTE (spanish)
  • 2004/6/21 18:03

  • Bender

  • Home away from home

  • Posts: 1899

  • Since: 2003/3/10


Sorry, but for the lack of better ideas:

Where are you hosting your site? Is it a shared hosting with some company?

As you know that the others on that server have the same problem i would ask the hoster if he would give you access to a different server with different php / apache version to test it there. If that is successfull they might just update apache or php on the one you are now on to that on the other server. (most times hosters have different versions running around depending on when they initially setup the server)

25
Mustang
Re: NECESITO AYUDA URGENTE (spanish)
  • 2004/6/21 19:36

  • Mustang

  • Just popping in

  • Posts: 17

  • Since: 2004/4/15


Me estoy quedando sin ideas (y además me funciona sin problema), pero...

Cosas que puedes mirar:
1.Si tienes acceso, puedes intentar mirar el sitio donde se almacenanr las sesiones en el servidor y comprobar que se crean y modifican cuando entras a la página y te identifican y demás.

2.Puedes limpiar un poco el código de las plantillas. Por lo que he visto algunas llevan el Cache Control puesto a no-cache y otras no lo llevan. Eso podría tener que ver con las veces que desconectas y te sigue saliendo el menú de usuario.

(Sin relación con esto, el control de estadísitcas /stats/php-stats.js.php no se encuentra, así que da un error JavaScript.)


Hi,
I'm sorry but I'm running out of ideas.

If you've got access to it, you could try monitoring the session files on the server. See if they're being created and modified correctly on each operation.
You might also have a look at your templates, as some of them do have Cache Control set to no-cache, but some don't, which could account for user menu being showed even after logging out.

26
abraxas
Re: NECESITO AYUDA URGENTE (spanish)
  • 2004/6/21 22:08

  • abraxas

  • Just popping in

  • Posts: 45

  • Since: 2004/6/18


- Solve points 2 and 3 (I suppose). Now, where are saved the sessions in the server?
- Which is the configuration that must have the server?
they can see the PHP information, inhttp://www.centralinos.cl/test.php
the company of hosting ishttp://www.tchile.com/and the contracted plan is "básico 1"

-----------------------

- Solucione los puntos 2 y 3 (supongo). Ahora, ¿dónde se graban las sesiones en el servidor?
- Cuál es la configuración que deberia tener el servidor?, porque veo que otros sitios del servidor también fallan igual.
Pueden ver la info de PHP enhttp://www.centralinos.cl/test.php
La empresa de hosting eshttp://www.tchile.com/ y el plan contratado es básico 1.

27
Mustang
Re: NECESITO AYUDA URGENTE (spanish)
  • 2004/6/22 6:46

  • Mustang

  • Just popping in

  • Posts: 17

  • Since: 2004/4/15


A ver... he estado mirando lo del Caché y hay algo claramente mal. No sólo no estás enviando cabeceras de Cache-Control en el HTML, es que además el servidor está enviando en la cabecera HTTP un
Cache-Control: public, max-age=900

Eso no es demasiado bueno. Seguramente el navegador está cargando la versión cacheada de la página.

Una buena forma de evitar la caché es:
Cache-Controlno-storeno-cachemust-revalidatepost-check=0pre-check=0
Pragma
no-cache



Y si no es esto... pues no sé, no me quedan más ideas. Lo siento.

28
abraxas
Re: NECESITO AYUDA URGENTE (spanish)
  • 2004/6/22 7:55

  • abraxas

  • Just popping in

  • Posts: 45

  • Since: 2004/6/18


Ufff... que mal, incorpore al header.php esto:
<?php
// Fecha en el pasado
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");

// siempre modificado
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");

// HTTP/1.1
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0");

// HTTP/1.0
header("Pragma: no-cache");
?>

y no tube ningún cambio....

realmente no se que hacer... igual Mustang de todas formas muchas gracias por la ayuda...

29
Mustang
Re: NECESITO AYUDA URGENTE (spanish)
  • 2004/6/22 8:20

  • Mustang

  • Just popping in

  • Posts: 17

  • Since: 2004/4/15


Me salen esas cabeceras al pedirhttp://www.centralinos.cl/modules/news pero no al pedirhttp://www.centralinos.cl/

Mmmm... ¿podría ser que el proveedor tuviera instalado algún módulo de Caché y que por defecto estuviera enviando cabeceras distintas?

30
Gbeard
Re: NECESITO AYUDA URGENTE (spanish)
  • 2004/6/22 8:49

  • Gbeard

  • Just popping in

  • Posts: 10

  • Since: 2003/10/7


Works fine with ie5 (mac version) if that helps

Login

Who's Online

178 user(s) are online (115 user(s) are browsing Support Forums)


Members: 0


Guests: 178


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits