Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: Error in referrals.php - Cannot use object of type queryFactoryResult as array

    PHP Code:
    if ( zen_not_null($referrals['sources_name']) ) { 
    for:

    PHP Code:
    if ( zen_not_null($referrals->fields['sources_name']) ) { 

  2. #2
    Join Date
    Nov 2006
    Posts
    296
    Plugin Contributions
    2

    Default Re: Error in referrals.php - Cannot use object of type queryFactoryResult as array

    Quote Originally Posted by TheOracle View Post
    PHP Code:
    if ( zen_not_null($referrals['sources_name']) ) { 
    for:

    PHP Code:
    if ( zen_not_null($referrals->fields['sources_name']) ) { 
    wow, old thread.
    still helped me resolve same problem in
    admin/includes/modules/newsletters/product_notification.php
    on line 219

    cheers

 

 

Similar Threads

  1. v139h Cannot use object of type queryFactoryResult
    By dmagic in forum General Questions
    Replies: 1
    Last Post: 19 Dec 2013, 06:05 PM
  2. Replies: 3
    Last Post: 14 Dec 2009, 10:51 AM
  3. Replies: 3
    Last Post: 11 Nov 2009, 04:37 AM
  4. Replies: 4
    Last Post: 21 Mar 2008, 06:41 PM
  5. Fatal error: Cannot use string offset as an array in upsxml.php
    By yaby in forum Addon Shipping Modules
    Replies: 4
    Last Post: 19 Oct 2007, 06:40 PM

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