Page 36 of 36 FirstFirst ... 26343536
Results 351 to 359 of 359
  1. #351
    Join Date
    Jun 2008
    Location
    Japan
    Posts
    206
    Plugin Contributions
    7

    Default Re: Referrals don't show in Customers record.

    Great, thanks!

  2. #352
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,194
    Plugin Contributions
    63

    Default Re: Can't get "referrals " mod working

    I have a 500 error installing How Did You Hear About Us.

    Zen Cart 2.0.1
    PHP 8.3.17

    Logs for example installs fine in the plugin manager.

    Any suggestions?

    No changes are made when trying to install, just dies in a 500 error. No log

    Thanks in advance,
    Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  3. #353
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,381
    Plugin Contributions
    94

    Default Re: Can't get "referrals " mod working

    Quote Originally Posted by mprough View Post
    I have a 500 error installing How Did You Hear About Us.

    Zen Cart 2.0.1
    PHP 8.3.17

    Logs for example installs fine in the plugin manager.

    Any suggestions?

    No changes are made when trying to install, just dies in a 500 error. No log

    Thanks in advance,
    Melanie
    The plugin's readme clearly states that Zen Cart 2.1.0 or later is required.

  4. #354
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,194
    Plugin Contributions
    63

    Default Re: Can't get "referrals " mod working

    How Did You Hear About Us - Version: v2.0.0?
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  5. #355
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,381
    Plugin Contributions
    94

    Default Re: Can't get "referrals " mod working

    Quote Originally Posted by mprough View Post
    How Did You Hear About Us - Version: v2.0.0?
    That's the plugin's version, which has no bearing on the version(s) of Zen Cart required. The encapsulated version of the plugin requires zc210 and later.

  6. #356
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,546
    Plugin Contributions
    9

    Default Re: Referrals don't show in Customers record.

    Quote Originally Posted by lat9 View Post
    v2.0.0 of How Did You Hear About Us is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=90

    This version supports zc210+ and PHP 8.0+; released as an encapsulated plugin.
    So happy to see this one converted to a plug-in. I'm having the following error while upgrading to latest ZC version:
    Table '***_databasename.configuration' doesn't exist

    Even though I've already installed 6 other plugins without issues.

    PS: I do use prefix for the database.
    Last edited by ideasgirl; 7 May 2025 at 08:05 PM. Reason: PS
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  7. #357
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,381
    Plugin Contributions
    94

    Default Re: Referrals don't show in Customers record.

    Quote Originally Posted by ideasgirl View Post
    So happy to see this one converted to a plug-in. I'm having the following error while upgrading to latest ZC version:
    Table '***_databasename.configuration' doesn't exist

    Even though I've already installed 6 other plugins without issues.

    PS: I do use prefix for the database.
    Darn it, I know better!

    Find the file /Installer/ScriptedInstaller.php in the distribution.

    Change line 60 (highlighted below)
    Code:
            $this->executeInstallerSql(
                "INSERT IGNORE INTO configuration
                    (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added)
                 VALUES
                    ('Display \"Other\" Referral option?', 'DISPLAY_REFERRAL_OTHER', 'true', 'Display \"Other - please specify\" with text box in referral source in account creation', 5, 10, 'zen_cfg_select_option([\'true\', \'false\'], ', now()),
    
                    ('Require Referral Source?', 'REFERRAL_REQUIRED', 'true', 'Require the Referral Source in account creation', 5, 11, 'zen_cfg_select_option([\'true\', \'false\'], ', now())"
            );
    to
    Code:
            $this->executeInstallerSql(
                "INSERT IGNORE INTO " . TABLE_CONFIGURATION . "
                     (configuration_title, configuration_key, configuration_value,  configuration_description, configuration_group_id, sort_order,  set_function, date_added)
                 VALUES
                     ('Display \"Other\" Referral option?', 'DISPLAY_REFERRAL_OTHER', 'true',  'Display \"Other - please specify\" with text box in referral source in  account creation', 5, 10, 'zen_cfg_select_option([\'true\', \'false\'],  ', now()),
    
                    ('Require Referral Source?',  'REFERRAL_REQUIRED', 'true', 'Require the Referral Source in account  creation', 5, 11, 'zen_cfg_select_option([\'true\', \'false\'], ',  now())"
            );

  8. #358
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,546
    Plugin Contributions
    9

    Default Re: Referrals don't show in Customers record.

    Quote Originally Posted by lat9 View Post
    Darn it, I know better!
    Yes, you do That's why it was weird to me, the error.

    Thanks! That made the trick!
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  9. #359
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,381
    Plugin Contributions
    94

    Default Re: Referrals don't show in Customers record.

    v2.0.2 of the encapsulated version of this plugin is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=90

    This version corrects issue #3 (installation fails for sites using a non-blank DB_PREFIX).

 

 
Page 36 of 36 FirstFirst ... 26343536

Similar Threads

  1. How Did You Hear About Us? mod
    By yeah! in forum All Other Contributions/Addons
    Replies: 15
    Last Post: 28 Dec 2011, 06:28 PM
  2. Database Errors - Duplicate Entries - How Did You Hear About Us Mod
    By limelites in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 7 Sep 2010, 08:59 PM
  3. How Did You Hear About Us Mod...2 Instances Possible??
    By jdw1979 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 26 Mar 2010, 02:14 PM
  4. How Did You Hear Did You About Us -- I want to install it correctly
    By johnd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Feb 2008, 03:21 AM
  5. Error in admin - PayPal - when using How Did You Hear About us mod
    By TrvlFox in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 23 Nov 2007, 03:23 PM

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