Recent Topics

1 Oct 05, 2006 10:11    

I upgraded from 1.8.1 to 1.8.2. Immediately after upgrading, my monthly archives stopped updating in the side panel, and now have not done so since then. The calendar and category archives do update.

http://www.radicalcontrapositions.com/left_flank/blogs/index.php

2 Oct 05, 2006 16:53

The Archives plugin has not changed from 1.8.1 to 1.8.2, so I guess it's not the upgrade that's the cause.

Do you include the archive links similar to this in your skins' _main.php file?


	<php>call_by_code( 'evo_Arch', array(	// Add parameters below:
			) );
		// -------------------------------- END OF ARCHIVES ----------------------------------
	?>

You could try downgrading to 1.8.1 by copying the files from it, but I don't think it would make a difference.

btw: the archives directory works:
http://www.radicalcontrapositions.com/left_flank/blogs/index.php?disp=arcdir

Seems to be the list in the sidebar only that's flawed - also regarding the number of posts.

Probably the same MySQL bug as described here:
http://forums.b2evolution.net/viewtopic.php?t=8951&highlight=mysql+bug+limit

3 Oct 06, 2006 03:18

I did have that code in _main.php.

As for what the other thread recommended, for now I've deleted the monthly archives from the side panel. There unnecessary, and very lightly used.

Thanks

4 Oct 06, 2006 19:50

Ok. Just for the record: what MySQL server version are you using? (you can see this in phpMyAdmin for example)

5 Oct 07, 2006 01:01

I'm using 5.0.24a.

Thank you!

6 Oct 25, 2006 18:22

I implemented the fix with MySQL 5.0.24a and it did seem to work.


Form is loading...