Error-Message in eMail-notification | Forum

R. H. Nov 9 '10
Hallo!

If I login as an user, go to dashboard and there click on eMail-notifacation I get the error-message:

OW Debug - Error
Message: Argument 1 passed to base_on_notify_actions() must be an instance of BASE_CLASS_EventCollector, instance of BASE_EventCollector given
File: ...myserver.../ow_system_plugins/base/init.php
Line: 463

Thank you!
Team
Den Nov 9 '10
I attached archive with 2 PHP files. Please unpack it and replace this files in folder:
ow_system_plugins/base/classes/
Attachments:
  ow_files.zip (2.27Kb)
R. H. Nov 9 '10
Hallo!

Thank you, I updatet the files, but the error is the same:

OW Debug - Error
Message: Argument 1 passed to base_on_notify_actions() must be an instance of BASE_CLASS_EventCollector, instance of BASE_EventCollector given
File: ..../ow_system_plugins/base/init.php
Line: 463
Team
Den Nov 9 '10
It seems that by some reasons you don't have developer key in DB for your plugins.
Please, try to do next:
- go to phpMyAdmin->Oxwall database
- run this query:
UPDATE `ow_base_plugin` SET `developerKey`='e547ebcf734341ec11911209d93a1054';
- after a few hours, you will see plugin's update request in admin panel. Update all requested plugins.

After these, try again email notifications please.
R. H. Nov 9 '10
Hallo!

Ok, will do it so.

Thank you!
R. H. Nov 9 '10
Hallo!

I maked the update of the plugins and it works.

But I fund an new error.

In the eMails, which emaii-notification sends are buttens for changing of the scheluder. If I click on such link I get an Confirm-window with Yes or No.

If I click on "No" the site reloads, nothing is done.

If I click on "Yes" I get this error-message:

OW Debug - Error
Message: Argument 1 passed to NOTIFICATIONS_BOL_Service::saveRule() must be an instance of NOTIFICATIONS_BOL_Rule, instance of stdClass given, called in ...../public_html/ow_plugins/notifications/controllers/notifications.php on line 167 and defined
File: ...../public_html/ow_plugins/notifications/bol/service.php
Line: 96
Team
Den Nov 10 '10
This is a bug. Thanks for report!
Updated plugins is already present i our store. Please, wait for a few hours when you will see autupdate request for this plugin your admin panel.
R. H. Nov 12 '10
Hallo,

ok, it works now when I click on "Yes".

But If I click on "No" the site nothing is done.

I think it's better when if I cklick on "No" the site goes to the homepage.

Thank you!

Team
Den Nov 15 '10
Thanks for suggest R.H.