Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 25
  1. #11
    Join Date
    Jan 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: Help - Variable passed to each() is not an array

    Nope nothing until i install the express cart

  2. #12
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Help - Variable passed to each() is not an array

    Quote Originally Posted by jilesmcgee View Post
    Nope nothing until i install the express cart
    And when you do, what errors are shown in the admin ?
    .

    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.

  3. #13
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Help - Variable passed to each() is not an array

    A few questions:

    1. Are you in fact using v1.3.7?
    2. What other mods/addons do you have installed?
    3. What customizations have you made since the fresh install?
    .

    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.

  4. #14
    Join Date
    Jan 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: Help - Variable passed to each() is not an array

    No errors in Admin , 1.3.7 , I aint made any mods except order intergrator

  5. #15
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Help - Variable passed to each() is not an array

    It seems that if I leave your site alone for 10 minutes or more, and then do a refresh, it works fine ... until I click on something ... and then all the errors appear again.

    This suggests to me that you have a caching problem.

    What are your settings in /includes/configure.php for these?
    Code:
    define('DB_PREFIX', '');
    define('DB_SERVER', '');
    define('DB_SERVER_USERNAME', '');
    define('DB_SERVER_PASSWORD', '');
    define('DB_DATABASE', '');
    define('STORE_SESSIONS', '');storage
    .

    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.

  6. #16
    Join Date
    Jan 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: Help - Variable passed to each() is not an array

    they are all correct, paypal ipn works perfectly the database writes completey fine JUST the Express cart!

    For security reasons there is no way on earth i am posting that information

  7. #17
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Help - Variable passed to each() is not an array

    gads -- I was distracted ... I meant these settings:
    Code:
    define('STORE_SESSIONS', '');
    define('SQL_CACHE_METHOD', '');
    define('DIR_FS_SQL_CACHE', '');
    I'm specifically looking at how you have things configured with respect to caching; hence the questions.
    .

    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.

  8. #18
    Join Date
    Jan 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: Help - Variable passed to each() is not an array

    i reinstalled the directory, and now


    Warning: Variable passed to each() is not an array or object in /home/mcmullen/public_html/damage/shop/includes/classes/db/mysql/query_factory.php on line 114

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/mcmullen/public_html/damage/shop/includes/classes/db/mysql/query_factory.php:114) in /home/mcmullen/public_html/damage/shop/includes/functions/sessions.php on line 108

    Warning: Cannot modify header information - headers already sent by (output started at /home/mcmullen/public_html/damage/shop/includes/classes/db/mysql/query_factory.php:114) in /home/mcmullen/public_html/damage/shop/includes/init_includes/init_templates.php on line 78

    Warning: Cannot modify header information - headers already sent by (output started at /home/mcmullen/public_html/damage/shop/includes/classes/db/mysql/query_factory.php:114) in /home/mcmullen/public_html/damage/shop/includes/functions/functions_general.php on line 44

    is shown

    any ideas?

  9. #19
    Join Date
    Jun 2006
    Posts
    120
    Plugin Contributions
    0

    Default Re: Help - Variable passed to each() is not an array

    Code:
    Warning: reset(): Passed variable is not an array or object in /home/nilajah/public_html/includes/modules/order_total/ot_tax.php on line 38
    
    Warning: Variable passed to each() is not an array or object in /home/nilajah/public_html/includes/modules/order_total/ot_tax.php on line 39
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/nilajah/public_html/includes/modules/order_total/ot_tax.php:38) in /home/nilajah/public_html/includes/functions/functions_general.php on line 44
    I am getting this after submitting payment at Paypal - the URL shows the IPN main handler file is loaded. Paypal does not record the order as completed, payment is not made, ZC does not record the order. Any help would be appreciated.

  10. #20
    Join Date
    Jun 2006
    Posts
    120
    Plugin Contributions
    0

    Default Re: Help - Variable passed to each() is not an array

    I found this fix:
    http://www.zen-cart.com/forum/showthread.php?t=56216
    and sorry for the redundant post.

    Thanks!

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. v151 Warning: Variable passed to each() is not an array or object
    By caprimia in forum General Questions
    Replies: 2
    Last Post: 1 Feb 2013, 06:16 AM
  2. Replies: 4
    Last Post: 1 May 2009, 06:47 AM
  3. Variable passed to each() is not an array or object in
    By wareagletsf in forum Basic Configuration
    Replies: 2
    Last Post: 13 Mar 2008, 10:32 AM
  4. MZMT - Variable passed to each() is not an array
    By dantien in forum Addon Shipping Modules
    Replies: 17
    Last Post: 22 May 2007, 06:40 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR