Hello all,
I've just tried to send some e-card, including to myself to test, but I didn't get him :-( But coppermine said it was sent...
What could that be????
You typed your email wrong in the box ?
Cos we tested it and it works.
Or your server won't let you mail
Quote from: "DJMaze"You typed your email wrong in the box ?
Cos we tested it and it works.
Or your server won't let you mail
I think my server will let me mail, because when someone registers at my site they have to activate their account by email, and that works fine...
Very strange... :? 8)
Well, standard questions first: Nuke version? Coppermine version? Can you give us URL to try? ...
- irving
http://www.irvingevajoan.com
Quote from: "irving"Well, standard questions first: Nuke version? Coppermine version? Can you give us URL to try? ...
- irving
http://www.irvingevajoan.com
I'm runninig PHPNuke 7.0 BETA
Coppermine 1.2.0rc_2
My test URL is http://www.blaat.us/Blaat/modules.php?name=coppermine
Thnx in advance
Hello, I am getting broken links for both the picture and the stamp on the ecard when I send them. My URL is http://www.theilingfamily.com.
I did not have this problem with 1.1D, only after upgrading.
I am using PHPNUKE 6.8 on an Apache server.
Any help would be appreciated...
BoneDaddy 8)
Go to your config page and take a closer look at every input field.
I did as you asked....I checked the config on my gallery...and I have to start out by saying that when I upgraded to 1.2, I changed nothing in my config file...mainly because I did not see anything I should have changed, nor did I find anything documentation telling me to change things. Once again, my e-cards works great in 1.1D...right before I upgraded. Now suddenly, if you view the paths to the broken links of the jpegs, it appears I am getting not only my webpath, but also a local path in there too...so it looks like this:
Quotehttp://www.theilingfamily.com/modules.php?name=coppermine
{edit return for display purposes}
modules/coppermine/albums/userpics/November%202003/tooth/normal_DSC03527.JPG
You can see the where the coppermine ends and the modules begin...that looks funny to me and I feel is the root of the problem here, I just do not know where to look to fix this. I did not see this local path in the config...I did however see the full path to my gallery, but you have to have that in there for other reasons...
Thank you very much for your reply...and your help on this matter...
BoneDaddy 8)
ps-
BTW, 1.2 ROCKS!!!! {edit THANKS!}
So now it's fixed?
Check your config What is the value of
Address to nuke folder ie http://www.mysite.tld/html/
I bet if you set it to http://www.theilingfamily.com/ the links in the email will work...
The page that you go to through the email link "If the e-card does not display correctly, click this link" (modules.php?name=coppermine&file=displayecard&data=*) has a bug with the see more pics link that point only to the nuke homepage, will be fixed in RC3
Does your friend have a spam blocker? My spam blocker(Postini) always stops my ecard delivery, no matter what I did in the body or header....
find in displayecard.php
'{SENDER_NAME}' => $data['sn'],
'{VIEW_MORE_TGT}' => $CONFIG['ecards_more_pic_target']
'{VIEW_MORE_LNK}' => $lang_ecard_php['view_more_pics'],
replace with
'{SENDER_NAME}' => $data['sn'],
'{VIEW_MORE_TGT}' => $CONFIG['ecards_more_pic_target'].$CPG_URL,
'{VIEW_MORE_LNK}' => $lang_ecard_php['view_more_pics'],
[/code]
You guys are beautiful :-)
That was it Gtroll...
I took out the extra portion of the path...and just left it at the root of my URL.
Just curious, did that change from 1.1D??? because I did not change that.
Anyway, I really appreciate all of your help here!!!
YOU GUYS ROCK! 8)
BD