Thanks for the support guys but i'm still having a time getting my eacards to post right. currently i have both version set-up and running 3.3 and 4.1, i was thinking that one possobile reason for the images not displaying was the long URL, but i'm still not sure. in version 3.3.1 the emails would send but the links broken or missing data.( \.\) is what the url feild looks like. however in version 4.1 the emails would send but with no data inside. I don't think this is a server isssue because the emails are going out just not with the right data. Can someone please offer alittle direction because the more i think about it the more places i can think of to check for my error.
Thanks in advance ROB
post a link to your site and (if needed to send ecards) a non-admin test user account.
Thanks for looking into my problem. the links are as follows version 1.31 are at www.brown.wrightinnovations.net/cpg/ and version 1.41 is at www.brown.wrightinnovations.net/cpg141/ now i contacted another admin and we have isolated the problem to a (/) escaping scripting error some where, the text that he gave me via the messenger.
donnoman Coppermine: I dunno robert... In the theme the strings are stored unescaped.
donnoman Coppermine: so something about your system, either php's config or apache's is escaping them.
donnoman Coppermine: cpg-contrib is hosted on a linux server, with magic quotes on, and it works fine.
donnoman Coppermine: I'm not sure where to go with this. Keep looking at it, post more information on the forum.
donnoman Coppermine: but something is adding escaping when it shouldn't be.
also let me know if you need admin right to take a look around and see if we over looked somehting feel free to contact me via yahoo messenger, with robertwri32 as the yahoo id
Thanks A lot
ROB
Quote from: GauGau on August 07, 2005, 10:26:29 AM
post a link to your site and (if needed to send ecards) a non-admin test user account.
www.brown.wrightinnovations.net/cpg/ USER/TEST
www.brown.wrightinnovatins.net/cpg141/ user/test
Quote from: robwri32 on August 08, 2005, 12:21:39 AM
www.brown.wrightinnovations.net/cpg/ USER/TEST
You have no pics in this gallery.
I"m sorry nibbler, my partner whats to launch the site, i've gotten onto him and now we've got 1 pic in there so you can check the email fucnction. Please contact me via email or messnger if i can do something else to aid in the debugging process
This was 'solved' by replacing the double quotes with single quotes in the message just before it was passed to mail(). This avoided the escaping which apparently only affects double quotes and produces a working ecard.