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 June 19th, 2007, 02:33 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Sep 2005
Posts: 144
Duplicate e-mails sent to users

I have a problem with users getting spammed with 18 e-mails that looks the same when they have an comment added to their ad, or if they subscribe to a category, and someone uploads a new ad. I am not able to verify this bug myself, but I tend to get 2 emails. A lot of users report this 18 emails problem, so I am wondering if this can be a software (PPC) problem, a cron job problem, a mail server problem or configuration problem.

The problems started when I moved to a Ubuntu server, and both PPC and vBulletin are updated with latest version.

Any help would be greatly appreciated!
zews is offline   Reply With Quote
Old June 19th, 2007, 09:51 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,729
well anytime someone adds a comment an email should go out.

Anytime someone posts an ad an email should go out

If they dont want to subscribe to things then they can visit their profiles and remove any subscriptions.
__________________
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 June 20th, 2007, 08:30 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Sep 2005
Posts: 144
Yes, but the server are sending them 18 emails each time. 18 emails that are all the same, instead of just one.
zews is offline   Reply With Quote
Old June 20th, 2007, 09:08 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,729
Well you need to document what action is being performed here but as I can see we send one. Why would there be 18? If so an ad is being placed in a category someone has a subscription to then we send an email

The way I see it the only way that user is going to get 18 of the same emails is if they are subscribed to a category 18 TIMES. So as unrealistic as that seems is that the case. try running a query like this to see replacing the cat number and userid with your scenerio

SELECT * FROM cp_notify WHERE product=500 AND userid=14 AND type=1
__________________
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 July 10th, 2007, 02:17 PM   #5 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2007
Location: Duesseldorf, Germany
Posts: 28
Hi Chuck,
I've got the same prob here. Some users receive up to 13 mails and they haven't even subscribed to any cat (following your select from above), some of them are Mods in all categories.
Any ideas?
wolven is offline   Reply With Quote
Old July 10th, 2007, 04:32 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,729
They have to be subscribed thats a given because we only send emails to users in the NOTIFY table. Now only idea I would have is by change maybe some old issue how many entries in the notify table for any said user they have multiple entries in that table for a category or product?
__________________
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 July 23rd, 2007, 03:24 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Sep 2005
Posts: 144
I still have this problem. Let me try to explain one more time.

A user with 0 subscription uploads a new ad, and then gets 19 emails like this:

Quote:
XXX has uploaded one or more ads to a category you subscribe to.

Image name:
Title: test
Description: test

Link to ad: xxx/showproduct.php?product=9923

To turn off subscriptions for this category, click on the following link:

xxx/misc.php?action=subscribe&sub=4

The xxx Team
19 identical emails. The email log shows it has sent 19 emails to that user the same second. This user has no subsriptions.

So uploading a new ad makes the script send out 19 subsription emails to the user who uploaded.

I have tried to uninstall sendmail and installed exim as the mail program, but the problem is still the same.
zews is offline   Reply With Quote
Old July 23rd, 2007, 10:27 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,729
Check in image-inc.php make sure it is as this in bold

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 offline   Reply With Quote
Old July 24th, 2007, 04:20 AM   #9 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2007
Location: Duesseldorf, Germany
Posts: 28
Hi Chuck,

nope, I find this:

Code:
Content visible to verified customers only.
I've changed it according to your advice and will see how it works.

Regards wolven
wolven is offline   Reply With Quote
Old July 24th, 2007, 12:49 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,729
It should
__________________
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 August 1st, 2007, 07:17 AM   #11 (permalink)
Member
Verified Customer
 
Join Date: Sep 2005
Posts: 144
Quote:
Originally Posted by wolven View Post
Hi Chuck,

nope, I find this:

Code:
Content visible to verified customers only.
I've changed it according to your advice and will see how it works.

Regards wolven
I also had it like this.

Changing it to get_userinfo( "", $nuserid ); seems to have solved the problem.

So this was a serious bug that was not found before now?
zews is offline   Reply With Quote
Old August 1st, 2007, 07:29 AM   #12 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2007
Location: Duesseldorf, Germany
Posts: 28
I waited a while to see how it works. It seems to work and all users receive just one mail. Problem solved!

Thanx
Regards, wolven
wolven is offline   Reply With Quote
Old August 1st, 2007, 07:34 AM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,729
yes I know 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 August 1st, 2007, 09:46 PM   #14 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2007
Posts: 10
Hello,

I have made the correction above and I am still receiving complaints about this issue.

My members have started a thread where you can find more information about when this happens, but it's pretty much like listed above. As soon as an ad is placed and approved, they get spammed with email.

Here is my what my code looks like inside image-inc.php.

Code:
Content visible to verified customers only.
gr8save is offline   Reply With Quote
Old August 2nd, 2007, 10:28 AM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,729
I would as I have suggested above suggest you download 261 as this issue is correctly fixed
__________________
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 August 16th, 2007, 09:29 AM   #16 (permalink)
Member
Verified Customer
 
Join Date: May 2006
Posts: 240
Similar issue with 261 installed

It would appear that my users are getting spammed with auction expiration notices. The job runs every ten minutes, and an email goes out to every user with an expired ad until they do something about it, i.e. relist the auction, or delete it.
I have verified that 261 is installed. Is there a different fix for this.
Thank you!
GateKeeper is offline   Reply With Quote
Old August 16th, 2007, 10:20 AM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,729
This thread is not about the issue your reporting or attempting to trail on the end of this thread and the file you want to make sure you replace is sendnotice.php
__________________
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 August 18th, 2007, 10:54 AM   #18 (permalink)
Member
Verified Customer
 
Join Date: Nov 2004
Posts: 124
I had the same problem that ZEWS and Wolven had -- and the change to image-inc.php appears to have been the solution.

Went from 8 emails to 1.

Good thing as Mopar Muscle Magazine will be featuring the classified site in its November or December issue that has already gone to press.
Big Kahuna is offline   Reply With Quote
Old August 28th, 2007, 11:27 AM   #19 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2007
Posts: 10
Quote:
Originally Posted by Chuck S View Post
I would as I have suggested above suggest you download 261 as this issue is correctly fixed
Hi Chuck,

I have upgraded to 2.61 and my members are still reporting multiple emails. The most recent report claims 48 emails were sent.

http://www.goaliestore.com/board/bug...ml#post1065518

When I upgraded to 2.61 I found no upgrade option for 2.6 -> 2.61 so I only uploaded the files over the old. The system reports that it's currently 2.61 and aside from the email issue, the system is running fine.

Any ideas?
gr8save is offline   Reply With Quote
Old August 28th, 2007, 12:36 PM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,729
Have you applied any fix noted in here
__________________
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
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
Change text in "Your image has been deleted" e-mails? digidivakathy Photopost Pro How Do I...? 1 September 25th, 2006 09:44 PM
"Your image has been deleted" e-mails? digidivakathy Photopost Pro How Do I...? 3 February 11th, 2006 09:05 AM
PP521: How PP sends mails to users (phpmail/sendmail/smtp)? snoopy5 Photopost Pro How Do I...? 1 December 15th, 2005 06:03 PM
Turn off reported post e-mails TheGunOwner How Do I? - vBulletin 3.0.X 5 September 11th, 2005 03:25 PM


All times are GMT -5. The time now is 12:01 PM.

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