ayik / alumnisangam

Automatically exported from code.google.com/p/alumnisangam
0 stars 0 forks source link

LOR with email crashes system #81

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Log in
2. Search for someone not yet "claimed"
3. Click his name
4. On his profile page, click "submit email", and provide an email address.

What is the expected output? What do you see instead?
I expect to see an acknowledgement page. I see a symfony error instead

url is /user/lorsubmit.html

Original issue reported on code.google.com by animesh on 7 Aug 2009 at 4:37

GoogleCodeExporter commented 8 years ago

Original comment by gs.bajaj on 13 Aug 2009 at 2:18

GoogleCodeExporter commented 8 years ago
Just got a symfony error. I submitted a valid gmail address for a friend, and 
got a
500 internal server error. The error logs had these lines

+++
[Thu Aug 13 13:32:29 2009] [error] [client 81.x.x.x] File does not exist:
/home/version2/source/web/uploads/profilepic/userDummy.jpg, referer:
/search/profile/id/3071.html
[Thu Aug 13 13:32:41 2009] [error] [client 81.x.x.x] SMTP Error: The following
recipients failed: , , referer: /user/lor.html
+++

Note that the recipient address in the log above is blank.

Original comment by animesh on 13 Aug 2009 at 8:36

GoogleCodeExporter commented 8 years ago
Confirming that this happens even after clearing the cache with symfony cc

Original comment by animesh on 14 Aug 2009 at 1:30

GoogleCodeExporter commented 8 years ago

Original comment by gs.bajaj on 17 Aug 2009 at 2:44

GoogleCodeExporter commented 8 years ago

Original comment by animesh on 19 Aug 2009 at 1:33

GoogleCodeExporter commented 8 years ago
After updating to latest revision, this bug seems to have returned.

http://version2-test.itbhuglobal.org/user/lorsubmit.html
crashed after I submitted a valid gmail address of the form 
name.lastname@gmail.com

Original comment by animesh on 27 Aug 2009 at 10:04

GoogleCodeExporter commented 8 years ago
From the error logs:

[Thu Aug 27 03:02:35 2009] [error] [client 130.37.246.204] SMTP Error: Could not
connect to SMTP host., referer: 
http://version2-test.itbhuglobal.org/user/lor.html

Please
1. Suggest proper config of smtp server to not have this error
2. Make the script give a clean error saying "sending email failed, please let 
admin
know" as opposed to simply crashing and showing a symfony screen.

Original comment by animesh on 27 Aug 2009 at 10:06