WBB3: Attachments are missing Issue Tools
issueid=25577 Tue 20th May '08 9:30am
vBG.com Team
WBB3: Attachments are missing

I don't know if this was changed in a newer version of WBB3 or if there is a setting in WBB3 to change the storage type, but I had to change this in wbb3/009.php:
Code:
			if(!is_file($dir . '/' . $data['attachmentName']))
to:
Code:
			if(!is_file($dir . '/attachment-' . $data['attachmentID']))
And:
Code:
			$file = $this->vb_file_get_contents($dir . '/' . $data['attachmentName']);
to:
Code:
			$file = $this->vb_file_get_contents($dir . '/attachment-' . $data['attachmentID']);
(Sorry I can't tell you the used WBB3 version any more).
Issue Details
Project ImpEx
Category Incorrectly associated data
Status Awaiting Feedback
Priority 7
Affected Version 1.86
Fixed Version (none)
Users able to reproduce bug 0
Users unable to reproduce bug 0
Assigned Users (none)
Tags (none)

Fri 27th Jun '08 12:18pm
ImpEx Developer
 
Any idea what version the source was/is ?
Reply
Fri 27th Jun '08 3:08pm
vBG.com Team
 
Wbb 3.0.5.
Reply
Mon 21st Jul '08 5:54pm
ImpEx Developer
 
I'd think it would have to be a check then as it was attachmentName (and now Id I'm guessing) though all attachments in wBB3 are in the file system and can't be in the database ?
Reply
Tue 30th Sep '08 4:11pm
ImpEx Developer
 
I'll go back over this when I get the latest version of wBB.
Reply
Reply