 | |  | | | Classifieds Bug Reports Post any problems you may be having with Classifieds here. |
December 24th, 2006, 05:21 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Jan 2005
Posts: 46
| Bad link in unsubscribe email
Running pp 2.5 with vb 3.6.4
The unsubscribe link contained in email updates for new comments is not working for me. Code: Content visible to verified customers only.
Notice the notifyid= param is blank which generates an error "Malformed parameter passed!"
from languages/english/emails.php Code: Content visible to verified customers only.
Maybe I'm missing something, but it seems the email is trying to send the userid instead of the notifiy id in the url string (which even that is resulting in the null value)
Suggestions?
|
| |
December 24th, 2006, 09:31 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,796
|
Try this in comments.php in bold Code: Content visible to verified customers only.
and this Code: Content visible to verified customers only.
|
| |
December 26th, 2006, 10:31 AM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Jan 2005
Posts: 46
|
I belive I found the first change around line 236, but I can't determine where to make the 2nd change.
There is nothing in that file where $resulta equals any type of delete statement, the closest thing i could find is this around line 113 Code: Content visible to verified customers only.
|
| |
December 26th, 2006, 01:11 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,796
|
I am replying based off our current downloadable code
|
| |
December 26th, 2006, 10:27 PM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Oct 2004 Location: Florida
Posts: 318
|
Does this relate to 2.5 only or does it need to be changed in PhotoPost Classifieds v2.6 Build: 12/22/06 12:32 PM?
Edit: The answer to my question was obviously "YES" as these changes ar now in the download.
Last edited by oldengine; December 29th, 2006 at 07:51 PM.
|
| |
December 27th, 2006, 12:09 AM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Jan 2005
Posts: 46
| Quote:
Originally Posted by Chuck S I am replying based off our current downloadable code | Then I'm confused for sure.
Because I'm running 2.5.
and in pp admin, it's has the notice of 2.5 being the current upgrade.
Is there more than one version of 2.5 now?
|
| |
December 28th, 2006, 08:07 PM
|
#8 (permalink)
| | Member Verified Customer
Join Date: Jan 2005
Posts: 46
|
Well, that explains my confusion.
And 2.5 admin, the iframe on the main admin page is still showing: Quote:
Classifieds 2.5 Update!
more info - quick link to Members Area
| So of course I was thinking 2.5 was the current version.
So now it looks like I've got about 10 hours of file compares to do for the upgrade. |
| |
December 28th, 2006, 10:18 PM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,796
|
why do you have file compares to do? I take it you have applied hacks?
A normal upgrade would take you 10 minutes.
|
| |
August 1st, 2007, 07:38 AM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Sep 2005
Posts: 144
| Quote:
Originally Posted by Chuck S Try this in comments.php in bold Code: Content visible to verified customers only.
and this Code: Content visible to verified customers only.
| I have the same problem, and the lines in my code are as you suggested above. Quote:
If you no longer wish to be notified of replies about the above ad, you can disable notification for it here:
xxx/comments.php?notify=off¬ifyid=&product=10063
| Notifyid are missing.
Any suggestions what might be wrong?
|
| |
August 1st, 2007, 07:40 AM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,796
|
This is an extremely old thread so without knowing more what version etc I can not respond but my initial response is to run a clean latest code
|
| |
August 1st, 2007, 07:49 AM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Sep 2005
Posts: 144
| Quote: |
{$Globals['maindir']}/comments.php?notify=off¬ifyid={$User['userid']}&product={$product}
| In emails.php makes the link work - is that the correct sollution?
|
| |
August 1st, 2007, 07:53 AM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,796
|
whatever solutions I have posted above in this old thread should have long since been applied to the code and downloading the latest source is the correct course of action. yes if your using an old version you can try applying some fix to an old version but from a support perspective I am going to tell you to deal with current code
|
| |
August 1st, 2007, 07:54 AM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Sep 2005
Posts: 144
|
I just downloaded the 7/10/07 build, and its the same line in emails.php Quote: |
{$Globals['maindir']}/comments.php?notify=off¬ifyid={$getuserid}&product={$product}
| |
| |
August 1st, 2007, 07:57 AM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Sep 2005
Posts: 144
|
I don't understand your attitude. Instead of posting a new bug I search to see if I find the sollution. And this thread describes the same problem.
It seems like the problem has been there for half a year without beeing solved. Then I suggest a sollution, and this is what I get back?
|
| |
August 2nd, 2007, 11:22 AM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,796
|
There is no attitude here at all. You have posted to a very old support thread which has long since been solved by customer response
Are you trying to say there is another issue or are you trying to say the customers are wrong and it is not solved?
|
| |
August 2nd, 2007, 11:29 AM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Sep 2005
Posts: 144
|
I posted because I had a problem with the link in the email that did not contain any notifyid. Can you please instruct me what to do to solve this problem?
|
| |
August 2nd, 2007, 12:57 PM
|
#18 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,796
|
try redownloading classifieds and using the comments.php from the build
The block looks like this Code: Content visible to verified customers only.
|
| |
August 4th, 2007, 02:36 PM
|
#19 (permalink)
| | Member Verified Customer
Join Date: Sep 2005
Posts: 144
|
I have downloaded the latest files, but the problem is still there. No notifyid in the email that is sent to the user Quote: |
comments.php?notify=off¬ifyid=&product=10088
| in emails.php changing Quote: |
{$Globals['maindir']}/comments.php?notify=off¬ifyid={$getuserid}&product={$product}
| Quote: |
{$Globals['maindir']}/comments.php?notify=off¬ifyid={$User['userid']}&product={$product}
| Works when I comment my own ad - is that the sollution to this problem?
|
| |
August 4th, 2007, 07:36 PM
|
#20 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,796
|
I show post 18 to be correct that does not work for you? $getuserid is correct
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 11:20 AM. | |