Bug Getting error with give out new Awards

Status
Not open for further replies.
Please provide step-by-step instructions for how to replicate this issue.
 
I am unable to replicate this issue. Can you please provide the step-by-step instructions? I need to know what fields you are filling out on the "give out new award" page.
 
I'm still unable to replicate this issue, even following your instructions exactly. Could you please show me line 581 in your copy of /dbtech/vbactivity/actions/admin/award.php ? Thanks :)
 
581 line:

Code:
foreach ($vbulletin->GPC['userid'] as $key => $userid)


577 to 593 line

Code:
// Get type id
		$typeid = VBACTIVITY::fetch_type('awards');

		$usernamecache = array();
		foreach ($vbulletin->GPC['userid'] as $key => $userid)
		{
			// Shorthand
			$medalid = $vbulletin->GPC['featureid'][$key];
			
			if (!$vbulletin->GPC['userid'][$key] AND !$vbulletin->GPC['username'][$key])
			{
				// Userid and username was missing
				continue;
			}
			
			if (!$vbulletin->GPC['userid'][$key])
			{
 
This will be fixed in the next version, for the time being it's safe to ignore, as it does not affect the functionality of the mod.
 
Hello Nirjonadda,

This ticket has now been closed with the status Fixed.

We hope your issue or question has been addressed to your satisfaction. If not, please feel free to re-open it by clicking this link.

If you have any further issues or questions, please feel free to start a new support ticket via the button at the top of every page.

Thank you!
 
Status
Not open for further replies.

Legacy vBActivity & Awards

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,726
Customer rating
0.00 star(s) 0 ratings
Back
Top