PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Classifieds Support > Classifieds Bug Reports

Classifieds Bug Reports Post any problems you may be having with Classifieds here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 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?
h2ojunkie is offline   Reply With Quote
Old December 24th, 2006, 09:31 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old 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.
h2ojunkie is offline   Reply With Quote
Old December 26th, 2006, 01:11 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,796
I am replying based off our current downloadable code
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old 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.
oldengine is offline   Reply With Quote
Old December 27th, 2006, 12:09 AM   #6 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 46
Quote:
Originally Posted by Chuck S View Post
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?
h2ojunkie is offline   Reply With Quote
Old December 27th, 2006, 08:56 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,796
The current version of Photopost Classifieds is definately 2.6

http://www.photopost.com/forum/showthread.php?t=129469
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old 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.
h2ojunkie is offline   Reply With Quote
Old December 28th, 2006, 10:18 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 1st, 2007, 07:38 AM   #10 (permalink)
Member
Verified Customer
 
Join Date: Sep 2005
Posts: 144
Quote:
Originally Posted by Chuck S View Post
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&notifyid=&product=10063
Notifyid are missing.

Any suggestions what might be wrong?
zews is offline   Reply With Quote
Old August 1st, 2007, 07:40 AM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 1st, 2007, 07:49 AM   #12 (permalink)
Member
Verified Customer
 
Join Date: Sep 2005
Posts: 144
Quote:
{$Globals['maindir']}/comments.php?notify=off&notifyid={$User['userid']}&product={$product}
In emails.php makes the link work - is that the correct sollution?
zews is offline   Reply With Quote
Old August 1st, 2007, 07:53 AM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old 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&notifyid={$getuserid}&product={$product}
zews is offline   Reply With Quote
Old 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?
zews is offline   Reply With Quote
Old August 2nd, 2007, 11:22 AM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old 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?
zews is offline   Reply With Quote
Old August 2nd, 2007, 12:57 PM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old 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&notifyid=&product=10088
in emails.php changing
Quote:
{$Globals['maindir']}/comments.php?notify=off&notifyid={$getuserid}&product={$product}
Quote:
{$Globals['maindir']}/comments.php?notify=off&notifyid={$User['userid']}&product={$product}
Works when I comment my own ad - is that the sollution to this problem?
zews is offline   Reply With Quote
Old August 4th, 2007, 07:36 PM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Photo Notification Email unsubscribe not working creativepart Photopost Pro Installation & Upgrades 0 March 28th, 2006 09:39 AM
email gallery link to friend rmnapa Photopost Pro How Do I...? 1 July 11th, 2005 10:45 PM
bad link while viewing 'whats new' Grae Bugs From 1.0.0 9 June 21st, 2005 05:10 PM
Error in email link NSXTC Classifieds Bug Reports 1 October 16th, 2004 04:40 PM


All times are GMT -5. The time now is 11:20 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0