Hello,
I am using 2.1RC2 version and constantly I am receiving error messages... the critical line is 180.
// OneAll Social Login (https://docs.oneall.com/plugins/)
172: 'oasl' => array(
173: 'title' => $txt['oasl_title'],
174: 'permission' => array('admin_forum'),
175: 'areas' => array(
176: 'oasl' => array(
177: 'label' => $txt['oasl_config'],
178: 'file' => 'Subs-OneallSocialLogin.php',
179: 'function' => 'oneall_social_login_config',
==>180: 'custom_url' => $scripturl . '?action=admin;area=oasl;sa=settings;sesc=' . $sc,
181: 'icon' => 'server.gif'
182: )
183: )
184: ),
185: 'layout' => array(
186: 'title' => $txt['layout_controls'],
187: 'permission' => array('manage_boards', 'admin_forum', 'manage_smileys', 'manage_attachments', 'moderate_forum'),
188: 'areas' => array(
189: 'manageboards' => array(
190: 'label' => $txt['admin_boards'],
191: 'file' => 'ManageBoards.php',
192: 'function' => 'ManageBoards',
193: 'icon' => 'boards',
194: 'permission' => array('manage_boards'),
195: 'subsections' => array(
196: 'main' => array($txt['boards_edit']),
197: 'newcat' => array($txt['mboards_new_cat']),
198: 'settings' => array($txt['settings'], 'admin_forum'),
199: ),
200: ),