[IMPX-364] Attachment import doesn't work in SMF 2.0 RC2 > nEwZ - sCRiPTz-TEAM.iNFO

Canal Rss Canal Rss
Canal Atom Canal Atom 

[IMPX-364] Attachment import doesn't work in SMF 2.0 RC2

Category: vBulletin - ImpEx
Viewed: 58 times
Printerfriendly version version of Microsoft Word HTML version

The attachment import doesn't work in SMF 2.0 RC2.

I had to change this line in /impex/systems/smf2/010.php:

Old
$raw_filename = $import_id  . '_' . str_replace('.', '_', $data['filename']) . md5($data['filename']);
New
$raw_filename = $import_id  . '_' . $data['file_hash'];

Mon, 07 June 2010