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 14th, 2007, 05:37 PM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2007
Posts: 10
Multiple confirmation emails sent to users

After months of complaining members I have enlisted the help of a friend of mine with much more PHP experience with PHP.

Specifically the issue is multiple emails being sent to users once they upload an ad. What was happening is this:

After uploading an ad, the uploading user would recieve multiple confirmation emails. In my case this could range from 20-50 emails.

Here is why it was happening :

If there are 20 people who have subscribed to a category, then the uploading user gets 20 email notifications while the subscribing members recieve no email.

To correct this issue we edited adm-misc.php starting on line 525. Here is how it read before:

Code:
Content visible to verified customers only.
To fix it we did this:

Code:
Content visible to verified customers only.
I hope this helps others. It's been a major pain in my ass for months now. Since installing the software 8 months ago I have over 2000 ads processed and countless complaints surrounding this issue.
gr8save is offline   Reply With Quote
Old December 14th, 2007, 06:22 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
Correct this has been reported priorly and the fix was posted on this forum. Thanks.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 27th, 2007, 04:56 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Apr 2006
Location: OH
Posts: 134
Has this fix been added to the zipped download?
dknelson is offline   Reply With Quote
Old December 27th, 2007, 05:08 AM   #4 (permalink)
Member
Verified Customer
 
Join Date: Apr 2006
Location: OH
Posts: 134
I too am having a problem with members getting MANY email notifications. I just downloaded the latest version and installed. So has the script been changed so that this is no longer needed? It is not like this in the latest version available for download. Here is what I just downloaded.

Quote:
// Now notify any subscribers
$resulta = ppmysql_query("SELECT userid FROM {$Globals['pp_db_prefix']}notify WHERE product=$origcat AND type=1", $link);
while ( list($nuserid) = mysql_fetch_row($resulta) )
{
if ( $nuserid > 0 )
{

$result = ppmysql_query("SELECT id,userid,title,description,bigimage FROM {$Globals['pp_db_prefix']}products WHERE id=$pid", $link);
list( $lastproductid, $notifyuser, $title, $desc, $realname ) = mysql_fetch_row($result);

list( $tuserid, $tusername, $tmail ) = get_userinfo( "", $notifyuser);

include "{$Globals['PP_PATH']}/languages/{$Globals['pplang']}/emails.php";
$letter = $Globals['pp_lang']['subnotify'];
$subject = $Globals['pp_lang']['emsubscr'];

$send_to = $tmail;
$from_email = "From: {$Globals['adminemail']}";
mail( $send_to, $subject, $letter, $from_email );
}
}
dknelson is offline   Reply With Quote
Old December 27th, 2007, 08:37 AM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
Looks fine to me yes
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 17th, 2008, 12:43 AM   #6 (permalink)
Member
Verified Customer
 
Join Date: Feb 2002
Posts: 181
I just wanted to let you know that I installed 2.61 January 13, 2007 and code was not updated with this fix in the zip. It would be really helpful if you all could update the code when you find issues like this.
Andy R is offline   Reply With Quote
Old January 29th, 2008, 09:26 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 423
Hard to believe the pp wouldn't update the latest download files. Lame....
wacnstac is offline   Reply With Quote
Old January 29th, 2008, 09:43 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 423
This did not seem to work for me. Can anyone send me the entire patched files to try?
wacnstac is offline   Reply With Quote
Old January 30th, 2008, 10:55 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
any patches should be located in the latest downloaded build.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 30th, 2008, 08:23 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 423
I'll download it again and check but it obviously wasn't in the zip file I downloaded on 1/7/08 Has the zip file been changed since then?
wacnstac is offline   Reply With Quote
Old January 30th, 2008, 08:49 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
well i updated it when I uploaded my beta as well the other day
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 7th, 2008, 08:14 AM   #12 (permalink)
Member
Verified Customer
 
Join Date: Feb 2002
Posts: 181
Lightbulb

Quote:
Originally Posted by Chuck S View Post
well i updated it when I uploaded my beta as well the other day
So are you saying we need to upgrade to the Beta version to address this?

My site(s) are still reporting these issues and the members are reporting the 25 emails they are getting at once as spam. This has caused Yahoo to grey list my SMTP server so I now have 95,000 emails address to members with Yahoo! email accounts (from all of my 12 sites) being denied because of this issue.

Chuck, I know the PhotoPost team leaves you hanging here to deal with support (and often non-technical newbies), continue software development, etc. I interact with many large forum owners and the reputation of PhotoPost continues to decline. I really think you should address the issues with your colleagues to see what can be done from you all to get some more help to address issues like this one and the others I have read about. I have been a customer for a long time but when errors from your software jeopardize my company I have to start getting more vocal. PLEASE, Please, please do something to address these issues and increase the stability of your products!

Regards,

Andy
Andy R is offline   Reply With Quote
Old February 7th, 2008, 08:26 AM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
That is not what I said. I said I uploaded the fix noted here to the main distribution when I uploaded my beta the other day. The software is stable. One issue that has slipped though being uploaded to the members area does not make things unstable.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 7th, 2008, 08:50 AM   #14 (permalink)
Member
Verified Customer
 
Join Date: Feb 2002
Posts: 181
Quote:
Originally Posted by Chuck S View Post
One issue that has slipped though being uploaded to the members area does not make things unstable.
How about the 6 month lag before one of you customers finally figured out why the system was sending blank emails. You can read about it at this thread:
Moved serevers and emails are blank...

I am sorry I am so frustrated, having to deal with your SMTP server being grey listed by Yahoo and having 95,000 email to Yahoo backed up in your mail queue will foster some negative energy. I also have 3 sites running vBAdvanced CMPS that are not showing any photos on the home page because after I upgraded to the newest version (because of security issues) they CMPS module broke. I have had 2 people try and fix it and they are still broken. I have pissed members about that and it all reflect on me and my company. So you stay your products are stable, well maybe, but that does not mean they are running well or that your customers are happy with them.

Please try to discuss this with your colleagues who own PhotoPost and put together a plan to communicate with your customers plans to address issues in a more efficient manner. It's ashame that you have a great feature set, products that work 99.5% of the time and fixes that are not posted in a clear way. It would have been nice to have a way to know that the patches were uploaded when you uploaded the beta. Was that not a version upgrade? How can we subscribe to know when a new version is updated?

Sorry for the negative vibe of this email. I am just one of many customers who get upset with your products (and I am not a novice, I have been a customer for over 5 years).
Andy R is offline   Reply With Quote
Old February 7th, 2008, 09:08 AM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
Moved serevers and emails are blank...

Any 6 month lag was due to a customer not responding for 6 months. As far as any grey out by yahoo we have no control over that.

I dont release a new version or dot release for one bug fix. Personally it usually has always been our policy to slip in bug fixes to the downloaded code so new users are not affected and once we get a few issues to release a dot release and make an announcement. There will be no more releases of the 2.x series. I am openly coding a 3.0 beta and have announced that her on the forums.

http://www.photopost.com/forum/showt...89#post1216389

Please post any suggestions you have in the suggestions forum in general I have not gotten any more suggestions on new features.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 7th, 2008, 09:33 AM   #16 (permalink)
Member
Verified Customer
 
Join Date: Feb 2002
Posts: 181
i just downloaded v2.61 of Classifieds and over wrote the 2.61 files that were on my server. I posted a test ad and received 28 emails. So I guess it's still broken. What should I try now?
Andy R is offline   Reply With Quote
Old February 7th, 2008, 12:25 PM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
what actions did you do to break it? Thats what I would ask are you doing the same action as above approving an ad in admin that was unapproved because that is what the issue is. Now sending emails to subscribers who are subscribed to the ad category only happens two places. In adm-misc.php and image-inc.php. I just now uploaded once again so I suggest you redownload and upload those two files.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 7th, 2008, 12:49 PM   #18 (permalink)
Member
Verified Customer
 
Join Date: Feb 2002
Posts: 181
Quote:
Originally Posted by Chuck S View Post
what actions did you do to break it?
All I did was upload and ad. What seems to have been happening is the subscription notice email that is supposed to be sent to the people who have subscribed to a category was being sent to the ad posters. They were sent one email per person that was subscribed and the people who were subscribed did not get any emails.
Quote:
Originally Posted by Chuck S View Post
Now sending emails to subscribers who are subscribed to the ad category only happens two places. In adm-misc.php and image-inc.php. I just now uploaded once again so I suggest you redownload and upload those two files.
I downloaded the latest files and uploaded adm-misc.php and image-inc.php and tested. It seems to be working fine now. One ad I posted to a category that I am not subscribed to and this time I did not get any emails (which is correct) then I tried to a category that I am subscribed to and I did get a subscription notice (only one). That means it's fixed, thanks for your help.

I apologizing for being so blunt in some of my posts earlier. I really think you all have a great feature set with your products but sometimes little things slip by and they pretty much leave you there to do everything. I really think you all (stakeholders in PhotoPost) should meet to see how you can go from good to great. The internet is not going away and you have a great position in the market with your products but the overwhelming sentiment from other PhotoPost customers I talk to is that there is a lot of room for improvement. If I can help you, please let me know. Your products represent many of us because they are used in our communities, we consider you a partner and we want for us to be as proud to be PhotoPost users as we are to be users of other fine products like vBulletin. Seeking excellence will make you more money and mitigate risk, well worth it in my opinion.

Thanks for the fixes today. Now I have to get CMPS working again with vBGallery after the 2.4 security update.
Andy R is offline   Reply With Quote
Old February 7th, 2008, 12:59 PM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
Yeah I steared away from some of your posts. Try to realize we are a small company with only a few people working here. Myself for one I support 3 separate products and develop 2 which leaves me little time for anything else. Please do visit the suggestions forum to post suggestions on features as the software is only going to be as good as the suggestions I get. Now as far as CMPS with vbgallery I think this is the post you want. But that happens to be the one product I dont support and I steer clear of those mod forums.

http://www.photopost.com/forum/showp...74&postcount=1

You can post there I show Zach who wrote that mod posted in there as little as a few days ago.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 13th, 2008, 06:07 PM   #20 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 423
My users are still experiencing this problem. Since Photopost doesn't believe in bumping release numbers for bugs, what date do I need on the files to have the fix?
wacnstac is offline   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
Prevent users in Awaiting Email confirmation group from viewing pictures? DefenceTalk.com Photopost Pro How Do I...? 9 July 11th, 2012 07:34 PM
Multiple Emails the same being sent. ssandgirls Classifieds Bug Reports 2 July 24th, 2007 08:36 PM
Multiple delete for users dpnow Photopost Pro How Do I...? 5 March 21st, 2007 08:08 PM
Contest Votes by Users Awaiting Confirmation tjanders Photopost Pro Bug Reports 10 October 11th, 2006 11:40 PM
Multiple emails being sent arenapub Classifieds Bug Reports 24 December 30th, 2004 05:03 PM


All times are GMT -5. The time now is 07:29 AM.

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