I just upgraded my installation and get this message from the Arcade page when it attempts to load:
Unable to add cookies, header already sent.
File: /*****/*****/web021/b216/******/public_html/hutch/includes/v3arcade_functions.php
Line: 656
This is what is in my arcarde.php file after installing this latest upgrade:
entially full inbox. $senderpermissions['adminpermissions'] = 2; $pmdm =& datamanager_init('PM', $vbulletin, ERRTYPE_ARRAY); $pmdm->set_info('is_automated', true); $pmdm->set('fromuserid', $vbulletin->userinfo['userid']); $pmdm->set('fromusername', $vbulletin->userinfo['username']); $pmdm->set('title', construct_phrase($vbphrase['challenge_declined_t'], $otheruser['username'], $vbulletin->userinfo['username'])); $pmdm->set('message', construct_phrase($vbphrase['challenge_declined_e'], $otheruser['username'], $vbulletin->userinfo['username'])); $pmdm->set_recipients($otheruser['username'], $senderpermissions); $pmdm->set('dateline', TIMENOW); $pmdm->save(); } } ($hook = vBulletinHook::fetch_hook('arcade_declinechallenge ')) ? eval($hook) : false; $vbulletin->url = 'arcade.php' . $vbulletin->session->vars['sessionurl_q']; eval(print_standard_redirect('v3_challenge_decline d')); } ($hook = vBulletinHook::fetch_hook('arcade_global_complete' )) ? eval($hook) : false; ?>[/CODE]
|