PDA


View Full Version : adminfunctions.php edit


csledd
08-09-2005, 11:56 PM
During the install when it asks you to find

'aaa' => 'AAA Old Backup'

and above that to add

'adv_portal' => 'vBadvanced CMPS',

what does it mean?

here's the clip from my adminfucntions.php file


$vbphrase['group_attachment_list'], 'subscription' =>
$vbphrase['group_paid_subscriptions'], 'aaa' => 'AAA Old Backup'


am I missing a $vbphrase I'm suppose to be adding? I'm so lost right now lol

csledd
08-09-2005, 11:59 PM
I am getting this error all over the CP

Parse error: parse error, unexpected T_DOUBLE_ARROW, expecting ')' in mysite/adminfunctions_template.php on line 3147

Brian
08-10-2005, 02:08 PM
'subscription' => $vbphrase['group_paid_subscriptions'],
'adv_portal' => 'vBadvanced CMPS',
'aaa' => 'AAA Old Backup'

Above is what you should have. If you haven't modified that file before and that's the way the file was appearing to you though I would suggest finding a new text editor as it should not be formatted.