- Adres van je forum: http://pepijnstrips.woelmuis.nl
Event. modificaties op je forum: N.V.T (misschien de net geinstalleerde topic tags mod)
Wanneer ontstond het probleem? Zonet
phpBB versie: 3.0.2
Heb je onlangs iets veranderd aan je forum? Nee
Wat is het probleem?
Als ik het forums onderdeel in acp open, krijg ik de volgende fout:
Parse error: syntax error, unexpected ';', expecting ')' in /www/woelmuis.nl/p/e/p/pepijnstrips/htdocs/includes/acp/acp_forums.php on line 688
De code in dat bestand is dit:En het zit bij: manage_forum_topic_tags($forum_data);Code: Selecteer alles
'S_PRUNE_OLD_POLLS' => ($forum_data['forum_flags'] & FORUM_FLAG_PRUNE_POLL) ? true : false, 'S_PRUNE_ANNOUNCE' => ($forum_data['forum_flags'] & FORUM_FLAG_PRUNE_ANNOUNCE) ? true : false, 'S_PRUNE_STICKY' => ($forum_data['forum_flags'] & FORUM_FLAG_PRUNE_STICKY) ? true : false, 'S_DISPLAY_ACTIVE_TOPICS' => ($forum_data['forum_flags'] & FORUM_FLAG_ACTIVE_TOPICS) ? true : false, 'S_ENABLE_POST_REVIEW' => ($forum_data['forum_flags'] & FORUM_FLAG_POST_REVIEW) ? true : false, // Added by Topic Tags MOD manage_forum_topic_tags($forum_data); // End Added by Topic Tags MOD 'S_CAN_COPY_PERMISSIONS' => ($action != 'edit' || empty($forum_id) || ($auth->acl_get('a_fauth') && $auth->acl_get('a_authusers') && $auth->acl_get('a_authgroups') && $auth->acl_get('a_mauth'))) ? true : false, )); return; break; case 'delete': if (!$forum_id) { trigger_error($user->lang['NO_FORUM'] . adm_
Wie kan mij helpen?
Probleem veroorzaakt door een MOD, dus verplaatst.
- Bee