coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: co on March 29, 2004, 07:14:47 PM

Title: problem with displayecard.php
Post by: co on March 29, 2004, 07:14:47 PM
Hello !

I have a problem with ecards.  :cry:
First, when a member try to send an ecard, it don't work : the ecard is not received, but coppermine says that it have been send.
Second, when an anonymous try to send an ecard, the ecard is received, but there is only the message : photo, stamp and smilies do not appear.
And when I click on the link "If the e-card does not display correctly, click this link" , it says "The requested URL /displayecard.php was not found on this server".
Can someone help me, please ?

NB : sorry if my english is not very good !
 :oops:
Title: problem with displayecard.php
Post by: Nibbler on March 29, 2004, 07:31:48 PM
Can we have a link and test account please ?
Title: problem with displayecard.php
Post by: co on March 29, 2004, 07:37:16 PM
Sorry, I forgot to write it :
http://www.laphotographienature.com/cpg1.2.1_standalone/
You can use this account :
login : test
password : passpass
Title: problem with displayecard.php
Post by: Nibbler on March 29, 2004, 08:03:15 PM
Your 'Target address for the 'See more pictures' link in e-cards' ('Adresse sur laquelle le lien 'Voir plus de photos' des e-cards doit pointer') in config should be http://www.laphotographienature.com/cpg1.2.1_standalone

QuoteSecond, when an anonymous try to send an ecard, the ecard is received, but there is only the message : photo, stamp and smilies do not appear.

Anon ecard sending is not enabled.
Title: problem with displayecard.php
Post by: co on March 29, 2004, 08:07:31 PM
QuotePosted: Mon Mar 29, 2004 6:03 pm    Post subject:
Your 'Target address for the 'See more pictures' link in e-cards' ('Adresse sur laquelle le lien 'Voir plus de photos' des e-cards doit pointer') in config should be http://www.laphotographienature.com/cpg1.2.1_standalone

That's ok, it's the good address.

         
QuoteAnon ecard sending is not enabled

Sorry, I just tried to change it to see if it was changing something. Now, it is enabled.
Title: problem with displayecard.php
Post by: co on March 29, 2004, 08:20:45 PM
There is another problem : when I try to register, the link I receive in the email is wrong. A "/" is missing between "com" and "register" :
'http://www.laphotographienature.comregister.php?activate=...'
And it should be :'http://www.laphotographienature.com/cpg1.2.1_standalone/register.php?...'.
Maybe that's the same problem than ecard?
Title: problem with displayecard.php
Post by: Nibbler on March 29, 2004, 09:15:13 PM
Can you save the following into a php file, upload to your cpg dir and run it, post what it returns please?


<?php

$PHP_SELF 
= isset($HTTP_SERVER_VARS['REDIRECT_URL']) ? $HTTP_SERVER_VARS['REDIRECT_URL'] : $HTTP_SERVER_VARS['SCRIPT_NAME'];

echo 
'PHP_SELF = ' $PHP_SELF;
echo 
'<br><br>';
echo 
'HTTP_HOST = ' $HTTP_SERVER_VARS['HTTP_HOST'];

?>



Looks like one or both of these are not correct.
Title: problem with displayecard.php
Post by: Nibbler on March 29, 2004, 09:16:42 PM
Also take at look at http://forum.coppermine-gallery.net/index.php?topic=4055.
Title: problem with displayecard.php
Post by: co on March 29, 2004, 09:32:19 PM
I try and it says :

PHP_SELF = /test.php

HTTP_HOST = www.laphotographienature.com

in fact,  the url should be www.laphotographienature.com/cpg1.2.1_standalone. So, how can I change this ?
Title: problem with displayecard.php
Post by: co on March 30, 2004, 01:14:38 AM
Now, for the ecard, on the email, that's always the same, but when I click on the link "If the e-card does not display correctly, click this link" , it works better:
On this link, the smilies and the stamp are ok, but the photo is always missing.
Title: problem with displayecard.php
Post by: co on March 31, 2004, 12:17:06 AM
Anybody can help me ? :(
Title: problem with displayecard.php
Post by: Joachim Müller on March 31, 2004, 08:02:34 AM
allow days, not hours, before bumping - see http://coppermine.sourceforge.net/faq.php?q=lamesupport#lamesupport

GauGau
Title: problem with displayecard.php
Post by: co on March 31, 2004, 08:51:05 PM
Ok, sorry  :oops: .
I am not used to writing on support forums.