e-card data have been correpted by your mail client e-card data have been correpted by your mail client
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

e-card data have been correpted by your mail client

Started by acrubin, August 25, 2004, 06:01:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

acrubin

After fixing my SMTP issue (my fault), the link inside the e-card to view the card in a browser isn't working.  I've compared the link in the e-card to the link in the admin area for displaying e-cards and the e-card link in the email has chopped off about half of the link and therefore I get "Sorry but e-card data have been corrupted by your mail client"  Line: 32 of displayecard.php.

Any ideas???

When displayed via the admin interface to display sent e-cards everything works.  Everything else in the ecard look fine just the link doesn't work.

Thanks for the help.

Coppermine is really great!

-Alex Rubin

Nibbler

Post a link and an account with ecard permissions if necessary and then we can see if it is a server or a client problem.


Nibbler

Your gallery is set up to not allow anonymous users to send ecards. Please either change the permissions or post a test account with the correct permissions.

acrubin

Sorry about that.  I've changed it to allow e-cards to be sent from anonymous users.

Incidently I also saw that the "Recipient Name" field isn't making it to the email.  Would you please confirm this when you run your test e-card.  It just shows a "," for the name then displays the recipient's email address.


Thanks again,

-Alex

Nibbler

I get the link working fine in my email, so I suspect it may be an issue with your email client, or maybe some spam/security system that doesn't like long links.

The recipient name isn't coded to display on the ecard atall, I'll take a look at that for the next version.

acrubin

The issue is with the email app.  I use Entourage on Mac OS 10.3 and if you turn off HTML display the link doesn't work.  The project might want to look into this for the next version as to block spam a lot of people have this setting turned off, as I did.

Thanks for all your help.

For the next update check the english (grammer) in the error line display when you get the error I did:

"Sorry but e-card data have been corrupted by your mail client"

if should propably be:

"We're sorry, the data for the e-card you are trying to access has been corrupted by your mail client"

or at least change the "have" to "has".

Thanks again,

Alex Rubin

Nibbler

'data' is a plural noun, so the existing usage is grammatically correct. I will however alter the wording to make it clearer.

Joachim Müller

Quote from: acrubin on August 25, 2004, 09:12:40 PM
The issue is with the email app.  I use Entourage on Mac OS 10.3 and if you turn off HTML display the link doesn't work.  The project might want to look into this for the next version as to block spam a lot of people have this setting turned off, as I did.
Already changed that for the next version - it will have a completely different mailer.inc.php file, with the smtp options settable in coppermine config and ecards being sent both in html and plain text format. This will reduce both spam score on spam blocking servers and increase the probability that the ecard will reach the recipient "in one piece". Thanks for the suggestion though  ;)

GauGau

Nibbler

I've added some extra code into the next version to attempt to pull the complete ecard data from the ecards table in the db if it can match a truncated link to a sent ecard.