Falbum Fannoyance
May 9, 2008 – 11:29 pmI’ve had this issue for several months where my falbum plugin correctly displayed the first page of albums, but stopped working when I attempted to navigate to subsequent pages. After many attempts to clear, reinstall, find old versions of falbum, etcetera..I resolved to wait around for a new falbum update.
Well. I finally dug up this fantastic article on exactly how to work around this issue. Thank you JohnnyPez.com. If you’re having the same issue:
1. Disable the falbum plugin
2. Ensure wp-config.php contains: define(’ENABLE_CACHE’, true);
3. Replace the _get_cached_data and _set_cached_data functions in your current wordpress/wp-content/plugins/falbum/wp/Falbum_WP.class.php file with the code from Johnnypez.com.

