Quote:
Originally Posted by kr580
When I try to import the product it gives me this message. I can do any other products fine... this one just is choosing not to work. I have full everything when it comes to permissions.
Any ideas?
|
Yes. The code checks that the person installing the product is a member of user group 6, which is what I understood to be the standard administrator group.
If this is not the case, then LDM gives the message you saw.
a) You can get round this by editing includes/local_links_admininclude.php and commenting out these lines at the beginning:
Code:
if (!is_member_of($vbulletin->userinfo, 6)) {
echo '*** Installation functions are only available to administrators<br />';
exit;
}
You may run into problems in LDM itself - I'm not sure, so it would be a great help if you could tell me something about your admin account on your VB site - in which what user group id is it? Any idea why not 6?