Find programmers and grapic design experts at ScriptLance.com
<? DEW-CODE.COM  
Dew-Code
Welcome, Guest
Please Login or Register.    Lost Password?
incorrect link in submit email (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: incorrect link in submit email
#146
jnasta (User)
Senior Boarder
Posts: 70
graphgraph
User Offline Click here to see the profile of this user
Gender: Male John Nasta Photography Location: Brooklyn, NY
incorrect link in submit email 8 Months ago Karma: 1  
I entered a link through the public side of my site and noticed that the link in the email that was sent to me as admin was incorrect. I have my whole script in a folder called /links and that part of the path was left out of the URL.

Is this something I can fix? Does this affect other emails that the script generates?

Thanks
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#149
Dewed (User)
Administrator
Posts: 250
graph
User Offline Click here to see the profile of this user
Dew-Code.com
Re:incorrect link in submit email 8 Months ago Karma: 7  
in /include/email_addition.php

locate
Code:

$content .= $email_addition_5 . $base_url . "/admin/index.php\n\n";
change to
Code:

$content .= $email_addition_5 . $base_url . $base_path . "/admin/index.php\n\n";
and, to my knowledge, no, this doesn't affect anything else.
 
Report to moderator   Logged Logged  
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
#150
jnasta (User)
Senior Boarder
Posts: 70
graphgraph
User Offline Click here to see the profile of this user
Gender: Male John Nasta Photography Location: Brooklyn, NY
Re:incorrect link in submit email 8 Months ago Karma: 1  
Great, thanks. I'll ask the person I did the other site for to test hers too.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

Newsflash

Sign up for PayPal and start accepting credit card payments instantly.
Copyright Dew-Code 2008