problem with displayecard.php problem with displayecard.php
 

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

problem with displayecard.php

Started by co, March 29, 2004, 07:14:47 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

co

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:
Co

Nibbler

Can we have a link and test account please ?

co

Sorry, I forgot to write it :
http://www.laphotographienature.com/cpg1.2.1_standalone/
You can use this account :
login : test
password : passpass
Co

Nibbler

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.

co

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.
Co

co

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?
Co

Nibbler

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.


co

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 ?
Co

co

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.
Co

co

Co

Joachim Müller


co

Ok, sorry  :oops: .
I am not used to writing on support forums.
Co