PDA

View Full Version : Parse error


Vevina
01-04-2005, 09:52 PM
when i try to open usergroup manager i get this ??

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in e:\domains\r\mysite.com\user\htdocs\forums\admincp \usergroup.php on line 139

on checking theres nothing on line 139

anybody help please

WetWired
01-04-2005, 11:07 PM
Probably it's something with the line above line 139.

Vevina
01-05-2005, 08:01 AM
usergroup.php on line 139 = 'shouthierarchy' => 5, 'shoutmaxdaily' =>0

// ## <ucs>
'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000, 'uttstore_discount' => 0
// ## </ucs>,
'shouthierarchy' => 5, 'shoutmaxdaily' =>0
);
}
print_table_header($vbphrase['add_new_usergroup']);

Zachery
01-05-2005, 12:08 PM
usergroup.php on line 139 = 'shouthierarchy' => 5, 'shoutmaxdaily' =>0



// ## <ucs>
'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000, 'uttstore_discount' => 0
// ## </ucs>,
'shouthierarchy' => 5, 'shoutmaxdaily' =>0
);
}
print_table_header($vbphrase['add_new_usergroup']);
You are missing a comma on 'uttstore_discount' => 0

Vevina
01-05-2005, 03:01 PM
ThankYou Zachery