Author Topic: Notifications do not work after upgrade to 1.7.2.  (Read 8894 times)

pedja

  • Jr. Member
  • **
  • Posts: 82
    • View Profile
Re: Notifications do not work after upgrade to 1.7.2.
« Reply #15 on: November 25, 2010, 04:51:53 pm »
I have problem with sending mail since I upgraded to 1.7.2

Tool Test mail settings shows error, and also notifications do not work.

I get the error:

Session "default" started at 2010-11-25T19:45:44+0000
#1 ERROR: Error: implode() [<a href='function.implode'>function.implode</a>]: Invalid arguments passed in 'C:\www\fengofficeapplication\models\notifier\Notifier.class.php' on line 630 (error code: 2)
Time since start: 0.23852109909058 seconds
-------------------------------------------------------------------------------


I tried commenting out line 708 in application/models/notifier/Notifier.class.php (  //$mailer->close(); ) bit it did not help.

When I tried to replace swoft library with one from 1.6.2 I got error

Fatal error: Class 'Swift_SmtpTransport' not found in C:\www\poslovi.infosys.rs\application\models\notifier\Notifier.class.php on line 749


With notifications I have different problem.

First, afer update, running cron.php is broken. SCript shows no message, returns just an empty page. Notification mails are not sent.

On my test server, i tried same thing. There, cron.php returns status messages, but if it tries to send email it shows this error

2010-11-25 20:18:37 - Sending notifications...
<br />
<b>Fatal error</b>:  Call to undefined method Swift_Mailer::close() in <b>C:\fengoffice\application\models\notifier\Notifier.class.php</b> on line <b>708</b><br />

After I commented out $mailer->close(); in application/models/notifier/Notifier.class.php as suggested this error is gone. However. cron.php reports there are no notification messages to be sent, although there are mails in table og_queued_emails waiting to be sent.


So, I am stuck.

What to do next?

While looking for a solution I found out several topics on similar problems and in each it was said that bug is fixed for next version. Which version it si 1.7.3? When will it be available?

Can we get fix for current version as this is urgent problem? Notifications do not work at all.
« Last Edit: November 25, 2010, 05:28:22 pm by pedja »