Some members are experiencing this error with ldm_new.php:
Quote:
Fatal error: Call to undefined function fetch_unallowed_forums() in /home/mysite/domains/mydomain.com/public_html/forum/modules/ldm_new.php on line 15
|
I have checked the cat id's listed, but all catID's seem fine.
Here is line 15:
PHP Code:
$limitfids = fetch_unallowed_forums(array($vbulletin->bf_ugp_forumpermissions['canview'], $vbulletin->bf_ugp_forumpermissions['canviewothers']));
I assume that this is a member group permissions problem.
How can I fix this?