You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the problem, that I had to set the charset for vcards to "ISO-8859-1". And every data that was set into the vcard was converted using "utf8_decode".
On my development machine everything worked as expected but on the real server the downloaded vcards where just empty.
The reason is, that in "getHeaders($asAssociative)" the "strlen($this->getOutput())" call returns "0" for some reason.
The text was updated successfully, but these errors were encountered:
I had the problem, that I had to set the charset for vcards to "ISO-8859-1". And every data that was set into the vcard was converted using "utf8_decode".
On my development machine everything worked as expected but on the real server the downloaded vcards where just empty.
The reason is, that in "getHeaders($asAssociative)" the "strlen($this->getOutput())" call returns "0" for some reason.
The text was updated successfully, but these errors were encountered: