From: Norbert B. <br...@ch...> - 2003-05-21 14:30:54
|
There seem to an error in caching of site module(s). On yesterday I have = created two new site modules, one for www.eufondy.org and second for = www.tur.sk/new/=20 Sites use their own state files (site_eufondy.php3 and site_tur.php3) = with identical content (except for $slices4cache array). What I see is = that one get design (defined in site module) from the other site. Bellow = is output of debug which shows that AA selects different ID from site = table, but receive the same cached content. I use AA version from = 05/15/03. norbert br...@ch... =3D=3D=3D http://www.eufondy.org/?debug=3D1 =3D=3D=3D SELECT * FROM site WHERE id =3D '=95=9EqVT=E6=A8=06=CB\\F=E9kzG=1A' = table type possible_keys key key_len ref rows Extra=20 site const PRIMARY PRIMARY 16 const 1 =20 Query duration: 0.00030696392059326 Rows returned: 1 SELECT * FROM pagecache WHERE id=3D'4282f3cd45242f307b0b8476800937b5' = table type possible_keys key key_len ref rows Extra=20 pagecache const PRIMARY PRIMARY 32 const 1 =20 Query duration: 0.0003279447555542 Rows returned: 1=20 =3D=3D=3D =3D=3D=3D http://www.tur.sk/new/?debug=3D1 =3D=3D=3D SELECT * FROM site WHERE id =3D '.$=83y=CC=EA=C9E=8EIR$H4=A6B' table = type possible_keys key key_len ref rows Extra=20 site const PRIMARY PRIMARY 16 const 1 =20 Query duration: 0.00031697750091553 Rows returned: 1 SELECT * FROM pagecache WHERE id=3D'4282f3cd45242f307b0b8476800937b5' = table type possible_keys key key_len ref rows Extra=20 pagecache const PRIMARY PRIMARY 32 const 1 =20 Query duration: 0.00035202503204346 Rows returned: 1=20 =3D=3D=3D |