1
Mustang
Re: Really Strange Smarty Problem
  • 2004/8/17 10:36

  • Mustang

  • Just popping in

  • Posts: 17

  • Since: 2004/4/15


I don't know but... maybe there aren't any rows in the table $table? Too ovbious, I know, but just in case.



2
Mustang
Re: One last chance before moving to PHPNuke
  • 2004/7/19 17:31

  • Mustang

  • Just popping in

  • Posts: 17

  • Since: 2004/4/15


Hi, Matt.

I don't know if I can help you much, but I've done a handfull of installations on w2k and they worked. I used Apache (both 1.x and 2.x), PHP 4.x and MySQL (both 3.xx and 4.xx).

As far as I know, the install shouldn't have any problems with permissions. I'd discard that one.

But... I can't get much more info about the problem from what you explained. Maybe you could post some relevant parts of the phpinfo? Also, is the database created on the MySQL server? Do the tables get created and loaded? Can you see if the sessions are created (you should see some session*.txt in some temp folder)? Can you see if the browser actually recieves a cookie (easy to see if using Mozilla or Mozilla/Firefox, and you could also watch the HTTP headers received/sent)?


Sorry, I can't be of more help. I (personal opinion) wouldn't recommend PHPNuke, but I also say, if that works for you, then great.



3
Mustang
Re: PHP Install under WIndows
  • 2004/7/2 5:44

  • Mustang

  • Just popping in

  • Posts: 17

  • Since: 2004/4/15


If you're going to install it as an Apache module, you'll have to download the zip distribution. IIRC the installer does not include -among other stuff- the various modules' binaries. My advice is do that, install it as a module. It's nicer.

From there is a simple matter of copying the module binaries to the appropiate location under the Apache directory and setting your httpd.conf.

PHP Extensions... I can't say exactly which ones will be needed for XOOPS, but I'd say I've had it run with almost no extensions loaded at all, at least a basic install. I usually set things up with domxml, gd2, mbstring, zip and little more, and probably those aren't needed. But depending on what you'll be doing, which XOOPS modules you want, you may add others like imap, pdf, ldap, mcrypt, oracle...



4
Mustang
Re: NECESITO AYUDA URGENTE (spanish)
  • 2004/6/23 9:12

  • Mustang

  • Just popping in

  • Posts: 17

  • Since: 2004/4/15


De nada, encantado si consigo ayudarte en algo.

El problema es que no sé exactamente qué es lo que tienen instalado en el servidor. Según el phpinfo() que pusiste, sólo se ve que tienen Apache 2, pero no qué modulos de Apache. Puede que tengan mod_expires, mod_cache o algún otro. De todos modos, si les cuentas el problema, pasándoles las cabeceras que te puse de Expires y Caché-Control, ellos deberían saber qué módulo es y cómo configurarlo para que permita que ciertas páginas no se cacheen.

Siento no ser más específico pero es que tampoco conozco tanto esos módulos. Suerte y a ver si te lo arreglan.


I'm sorry, but I don't know exactly what modules are on that server. And besides, I don't know those modules so well. Still the provider should understand the problem and know how to change the configuration to solve it.



5
Mustang
Re: xaraya and mambo vs. xoops
  • 2004/6/23 5:14

  • Mustang

  • Just popping in

  • Posts: 17

  • Since: 2004/4/15


Another site that is quite interesting when comparing is OpensourceCMS. They've got a lot of CMS's installed and they let you play with them, both as user and as admin.


I've used quite a lot of CMS's along the way. Not one of them is perfect (yet), but many are quite good for certain needs.
Xaraya really looks very promising. The problem is that it is a bit hard. Hard to install and to grasp completely. On the other hand is very powerfull.
Mambo is, I'd say, near the opposite from Xaraya. It's very easy to install and get going. IMHO, it lacks flexibility.
XOOPS is very nice. I could say more, but I guess you all know about XOOPS ;)


But as someone said before, it all depends on your needs. My advice is simply: try them. Try them at the site I gave (or at demo sites which some of them have on their official sites). Try a lot of them. Choose 3, 4, 5... the ones that seems like may fit your needs. Then download those and install them locally for a couple of days, to really get a good feel of their capabilities. Then decide which best fits your needs and taste.



6
Mustang
Re: NECESITO AYUDA URGENTE (spanish)
  • 2004/6/22 16:51

  • Mustang

  • Just popping in

  • Posts: 17

  • Since: 2004/4/15


Definitivamente creo que es un control de caché que hace tu proveedor. Acabo de probar y ahora devuelve una caducidad de tres horas (Cache-Control: public, max-age=10800).

Intenta hablarlo con el proveedor para ver si pueden configurar el servidor de otro modo. Tal como está por mucho que tú intentes enviar otras cabeceras de caché, ellos la sustituyen por la del servidor.

También he estado probando con más tranquilidad y efectivamente cuando haces un login o logout y ves que aparentemente no se ha hecho bien, simplemente fuerzas un refresco (Ctrl+F5) y aparece correctamente. Típico de problema de caché.


I'm definitely convinced it's a caché thing. They seem to have some caché control module set up at the server. Apache is sending its own header even if you try to set yours.



7
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?



8
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.



9
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.



10
Mustang
Re: NECESITO AYUDA URGENTE (spanish)
  • 2004/6/20 11:09

  • Mustang

  • Just popping in

  • Posts: 17

  • Since: 2004/4/15


Hola, buenos días.

He estado mirando un poco más esta mañana y... en principio todo me funciona sin problema. Investigando un poco más he visto algo que en realidad no sé si tendrá importancia o no, pero que me ha parecido sospechoso.

El bloque de la 'Radio Blog' pone su propia cookie y podría ser que estuviera interfiriendo. ¿Podrías probar a desactivar ese bloque y ver si te funcionan las cosas? Por probar no se pierde nada, no?


Well, good day everyone.

As I said, it works for me (Mozilla 1.6/1.7), but I've been looking a bit more into it and discovered something that may or may not be related at all but could be interesting to try:
The 'Radio blog' block is setting its own cookie and that might be interfering. Could you try to deactivate that block and see if things work better?




TopTop
(1) 2 »



Login

Who's Online

171 user(s) are online (107 user(s) are browsing Support Forums)


Members: 0


Guests: 171


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