Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2006
    Posts
    12
    Plugin Contributions
    0

    Default [Duplicate] Fatal error .. queryFactoryResult .. product_notification.php

    Sending email to multiple customers cause this error:

    Fatal error: Cannot use object of type queryFactoryResult as array in admin/includes/modules/newsletters/product_notification.php on line 219

    solution:

    in admin/includes/modules/newsletters/product_notification.php on line 219

    change:

    'email_address' => $customers->['customers_email_address']);

    to

    'email_address' => $customers->fields['customers_email_address']);

  2. #2
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Fatal error .. queryFactoryResult .. product_notification.php .. on line 219

    Thanks.

    The same issue was discussed and resolved here: http://www.zen-cart.com/forum/showth...478#post513478
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. v151 PHP Fatal error: 1062:Duplicate entry
    By joyjoy in forum General Questions
    Replies: 6
    Last Post: 2 Jan 2014, 10:17 AM
  2. PHP Fatal error: 1062 Duplicate entry Error, cannot fix table
    By RoboPhung in forum General Questions
    Replies: 5
    Last Post: 10 Apr 2013, 09:03 PM
  3. PHP Fatal error: Class 'queryFactoryResult' not found
    By timdwyer42 in forum General Questions
    Replies: 5
    Last Post: 5 Nov 2009, 11:48 PM
  4. Catchable fatal error queryFactoryResult
    By ronwong in forum General Questions
    Replies: 1
    Last Post: 2 Sep 2009, 06:13 PM
  5. Replies: 2
    Last Post: 17 Aug 2007, 08:19 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg