wifang / mollify

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

Notification Plugin breaks Download Function and makes Login Behave Oddly. #360

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Activate notifications in configuration.php. The section appears in the 
Admin section. 
2. When trying to login a message appears 'unexpected error occured'. 
Refreshing the page logs you in. 
3. When you try and download a file the page refreshes with no error reported 
(although file is not downloaded). 

What is the expected output? What do you see instead?

When I comment out the notification initiation in configuration.php everything 
works as expected (very well).  When i put it back in the error with the login 
and download function comes back. 

What version of the product are you using? On what operating system?

Windows Vista and XP and Mac OS X.4,.5, Apache Server,  Mollify 1.8.6.1

Please provide any additional information below.

Original issue reported on code.google.com by guywtch...@gmail.com on 30 Jan 2012 at 3:25

GoogleCodeExporter commented 9 years ago
Please provide debug log as instructed in troubleshooting wiki. Ie. turn on 
debug logging and get the server PHP error log file.

Original comment by samuli.j...@gmail.com on 30 Jan 2012 at 5:53

GoogleCodeExporter commented 9 years ago
Sorry Samuli - Debug file attached. I can see there is something wrong with the 
mail being sent which is the part which is breaking but can't work out how to 
fix it. Thanks in advance.

Original comment by guywtch...@gmail.com on 31 Jan 2012 at 10:34

Attachments:

GoogleCodeExporter commented 9 years ago
This is the error you have:

PHP error #2, mail() [<a href='function.mail'>function.mail</a>]: Failed to 
connect to mailserver at &quot;localhost&quot; port 25, verify your 
&quot;SMTP&quot; and &quot;smtp_port&quot; setting in php.ini or use ini_set() 
(C:\xampp\htdocs\scramble_site\client_area\backend\include\mail\MailNotificator.
class.php:44)

In other words, you server does not have correct mail settings regarding SMTP 
server.

Original comment by samuli.j...@gmail.com on 31 Jan 2012 at 11:14

GoogleCodeExporter commented 9 years ago

Original comment by samuli.j...@gmail.com on 31 Jan 2012 at 7:24