Page 8 of 67 FirstFirst ... 6789101858 ... LastLast
Results 71 to 80 of 663
  1. #71
    Join Date
    Feb 2005
    Location
    New Jersey
    Posts
    646
    Plugin Contributions
    0

    Default Re: Recover Cart

    Is this compatible with the new 1.3.6? I just added this to my site and get this error when I attempt to recover carts:

    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/kellysco/public_html/shop/admin/recover_cart_sales.php on line 429

    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/kellysco/public_html/shop/admin/recover_cart_sales.php on line 429

    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/kellysco/public_html/shop/admin/recover_cart_sales.php on line 429
    Do you need globals on? Or does it simply not work with the latest version? Anyone know?

    Thanks,
    Kelly

  2. #72
    Join Date
    Jan 2006
    Location
    Australia
    Posts
    330
    Plugin Contributions
    0

    Default Re: Recover Cart

    Quote Originally Posted by sleepless View Post
    Is this compatible with the new 1.3.6? I just added this to my site and get this error when I attempt to recover carts:



    Do you need globals on? Or does it simply not work with the latest version? Anyone know?

    Thanks,
    Kelly
    Hi sleepless

    I am running the latest recover cart mod straight out of the box from a_berezin sig. with globals off. I upgraded my cart to 1.3.6 with recover cart already installed and everything works fine. Did not have to do any modifications with files. Oh html emails work as well

    Not sure how to fix your problem as I am no wizz at code but I think I had similar problem and still do, see earlier post on previous page!!

    good luck and hope that you are able to sort through it!!
    Last edited by heavenlynights; 2 Nov 2006 at 12:10 PM.

  3. #73
    Join Date
    Jan 2006
    Location
    Australia
    Posts
    330
    Plugin Contributions
    0

    Default Re: Recover Cart

    Quote Originally Posted by heavenlynights View Post
    Hi sleepless

    and everything works fine.

    I had similar problem and still do, see earlier post on previous page!!
    sorry for the slight contradiction!!

  4. #74
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Re: Recover Cart

    When I try and upload the SQL file, I get this error:

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '; CREATE TABLE scart ( scartid int(11) NOT NULL auto_increment, customers_id' at line 1
    and it doesn't install successfully. How do I fix this error? I've been playing with this for quite awhile now with no luck. It worked fine before I upgraded. I am now using Zen 1.3.5 with the latest version of Recover Carts.

    Thank you!
    Danielle

  5. #75
    Join Date
    Oct 2004
    Posts
    112
    Plugin Contributions
    0

    Default Re: Recover Cart

    Hi,
    Quote Originally Posted by Danielle View Post
    So noone else is having this problem? I am using the latest version of Recover Carts and my Zen is v.1.3.5. Does anyone who uses a db prefix have this working???

    Thank you!
    I have a prefix and I have exactly the same problem as you.

    Looks like the mod isn't putting the prefix in front of the database. Will have to wait for Andrew to fix it.

    Alan

  6. #76
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Re: Recover Cart

    Quote Originally Posted by firehorse View Post
    Hi,I have a prefix and I have exactly the same problem as you.

    Looks like the mod isn't putting the prefix in front of the database. Will have to wait for Andrew to fix it.

    Alan
    Thank you so much for replying and letting me know you have the same problem! I was starting to think I was just going nuts and everybody was ignoring me lol This is really frustrating because before I upgraded the old version of recover carts worked just fine
    Danielle

  7. #77
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Re: Recover Cart

    Shouldn't it be pretty easy to add the prefix in ourselves? I tried but I just can't get it to work. I've successfully done it with other mods, but this one I'm just not having any luck I would think we could just add zen_ to the table names but it's not working for me...
    Danielle

  8. #78
    Join Date
    Oct 2004
    Posts
    112
    Plugin Contributions
    0

    Default Re: Recover Cart

    Hi,
    Quote Originally Posted by Danielle View Post
    Shouldn't it be pretty easy to add the prefix in ourselves? I tried but I just can't get it to work. I've successfully done it with other mods, but this one I'm just not having any luck I would think we could just add zen_ to the table names but it's not working for me...
    I think somewhere in zencart, there must be a routine to add the prefix. And for some reason, it wasn't used for scart to make it prefix_scart.

    But looking for where that is waaaaay beyond me!

    Best regards
    Alan

  9. #79
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Recover Cart

    /admin/includes/extra_datafiles/recover_cart_database_tables.php (or maybe recover_cart_filenames.php ):

    Code:
    define('TABLE_SCART', 'scart');
    vs
    Code:
    define('TABLE_SCART', DB_PREFIX . 'scart');
    .

    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.

  10. #80
    Join Date
    Oct 2004
    Posts
    112
    Plugin Contributions
    0

    Default Re: Recover Cart

    Hi,
    Quote Originally Posted by DrByte View Post
    /admin/includes/extra_datafiles/recover_cart_database_tables.php (or maybe recover_cart_filenames.php ):

    Code:
    define('TABLE_SCART', 'scart');
    vs
    Code:
    define('TABLE_SCART', DB_PREFIX . 'scart');

    It was /admin/includes/extra_datafiles/recover_cart_filenames.php

    Worked a treat

    Best regards
    Alan

 

 
Page 8 of 67 FirstFirst ... 6789101858 ... LastLast

Similar Threads

  1. Shipping Rates in Cart [support thread]
    By Steven300 in forum Addon Shipping Modules
    Replies: 95
    Last Post: 12 May 2023, 02:39 AM
  2. Shopping Cart Steps Images [Support Thread]
    By Trinity14 in forum Addon Templates
    Replies: 21
    Last Post: 11 Apr 2021, 05:35 AM
  3. v151 AJAX Add to Cart [Support Thread]
    By balihr in forum All Other Contributions/Addons
    Replies: 133
    Last Post: 20 Oct 2020, 02:16 AM
  4. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 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