forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: coolhead on August 25, 2004, 05:27:11 am

Title: double '/' in link notification comments
Post by: coolhead on August 25, 2004, 05:27:11 am
When a user post a comment, i recive a notification. In the link (in the notification) to this comment have a error, for example:

http://www.domain.com//display......

to fix open 'db_input.php'
search all :
Code: [Select]
$mail_body = $msg_body . "\n\r ".$lang_db_input_php['email_comment_body'] . " " . $CONFIG['ecards_more_pic_target'] . "/" . $redirect;
and replace for
Code: [Select]
$mail_body = $msg_body . "\n\r ".$lang_db_input_php['email_comment_body'] . " " . $CONFIG['ecards_more_pic_target'] . $redirect;
Bruno
Title: Re: double '/' in link notification comments
Post by: Casper on August 25, 2004, 10:05:45 am
Are you using the latest 1.3.2 version.

This was fixed, along with other such '//' problems.