[geeklog-devtalk] geeklog-devel digest, Vol 1 #261 - 1 msg

Tony Bibbs tony at tonybibbs.com
Wed Jan 28 16:19:20 EST 2004


Turns out to be an obscure feature of Geeklog. If for some reason you
remove the whosonline_block from the name field for the Who's online
block it will stop working and cause the behavior I just described. I'm
going to be commiting some small CVS changes to a small bit of code at
the top of lib-common.php that should nix this forever.

In otherwords, I have fixed the problem but thanks for the concern,

--Tony

steVe wrote:

> so spake geeklog-devel-request at lists.geeklog.net [2004.01.28 @ 12:06]:

>

>

>>mysql> select count(*) from sessions where uid = 1;

>>+----------+

>>| count(*) |

>>+----------+

>>| 1 |

>>+----------+

>>1 row in set (0.00 sec)

>>

>

>

> Seems to work fine for me. Perhaps for some reason your anonymous

> sessions are getting overwritten?

>

> This is from my 1.3.8sr2 site:

>

> mysql> select uid from sessions where uid=1;

> +-----+-------------+

> | uid | md5_sess_id |

> +-----+-------------+

> | 1 | NULL |

> | 1 | NULL |

> | 1 | NULL |

> +-----+-------------+

> 3 rows in set (0.00 sec)

>

> mysql> select count(*) from sessions where uid=1;

> +----------+

> | count(*) |

> +----------+

> | 3 |

> +----------+

> 1 row in set (0.01 sec)

>

> who knows....

>




More information about the geeklog-devtalk mailing list