Quote:
Originally Posted by angeljs
I'm still receiving the following error on my forum home if I try to enable recent,random etc entries on forumhome:
Code:
Fatal error: Call to undefined function ldm_load_bitcache() in /home/******/public_html/forums/includes/local_links_include.php on line 349
|
Thanks for the report. Will be fixed in the next upload, perhaps later today or early next week. In meantime, you can patch if you want by adding
PHP Code:
require_once(DIR . '/includes/local_links_bitcache.php');
immediately before line 349 in includes/local_links_include.php, which reads:
PHP Code:
ldm_load_bitcache();