Closed (fixed)
Project:
Views vCards
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2015 at 16:10 UTC
Updated:
24 Jan 2016 at 19:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
nebel54Comment #3
neograph734Thanks you for finding the first flaw :).
I'll have a look at the module and the patch tomorrow. I'd like to figure out why there is no name in the first place. I'll keep you posted.
Comment #4
neograph734I just checked again, but all my vcards were exported with the username of the vcard I requested. Could it be your username contained non-alphanumeric characters or perhaps characters that are forbidden in path/filenames?
I am trying to reproduce the specific situation.
Comment #5
nebel54Ok, thank you – that's strange. With username you mean the logged-in username or some assigned field?
Comment #6
neograph734The logged in username (I wanted to use something that would be unique for each user).
Comment #7
neograph734Do you have a chance of fetching the value of <? key($items); ?> before you rewrite it with $filename?
If it is indeed some forbidden character we might try to transliterate the filename.
Comment #8
neograph734Comment #10
neograph734Committed to latest dev release.