Zen Follower
- Join Date:
- Sep 2008
- Posts:
- 221
- Plugin Contributions:
- 0
Sending out product notification: Cannot use object of type queryFactoryResult
Hello
I really need help on this.
I created a product notification text and clicked on send but i got this error in admin:
Fatal error: Cannot use object of type queryFactoryResult as array in /home/fotonavi/public_html/admin/includes/modules/newsletters/product_notification.php on line 219
I copied line 216-219 below:
while (!$customers->EOF) {
$audience[$customers->fields['customers_id']] = array('firstname' => $customers->fields['customers_firstname'],
'lastname' => $customers->fields['customers_lastname'],
'email_address' => $customers['customers_email_address']);
I use v1.3.8a
PHP Version 5.2.9
Mysql Client API version 5.1.30
This information from Admin-Tools- serverinformation
Please help:(