Page 24 of 32 FirstFirst ... 142223242526 ... LastLast
Results 231 to 240 of 314
  1. #231
    Join Date
    May 2022
    Posts
    12
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    "There is no file modules.php in my /home/[user]/[storetestURL]/[admin]/ directory, which the error logs refer to! Maybe that's the problem?"

    False alarm. The file IS there, it was just out of alphabetical order, that's why I didn't see it.
    So I'm still stumped.

  2. #232
    Join Date
    Apr 2009
    Posts
    416
    Plugin Contributions
    2

    Default Re: Stripe.com payment integration module

    I think the issue is PHP 8 changing Undefined property from a notice to a warning.
    You could try modifying line 27 in includes/modules/payment/stripe.php from
    PHP Code:
     $this->sort_order      MODULE_PAYMENT_STRIPEPAY_SORT_ORDER
    to
    PHP Code:
     $this->sort_order      defined(MODULE_PAYMENT_STRIPEPAY_SORT_ORDER) ? MODULE_PAYMENT_STRIPEPAY_SORT_ORDER null
    and adding
    PHP Code:
    public $sort_order
    after line 18
    PHP Code:
    var $code$title$description$enabled
    Sorry Don't use stripe so have not tested.

    If this works, and you get another undefined, you can add in additional public lines as required. stripepay::$sort_order add public $sort_order;
    Mark Brittain
    http:\\innerlightcrystals.co.uk\sales\

  3. #233
    Join Date
    May 2022
    Posts
    12
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    No change in the Stripe situation but the error log has now changed to an access-denied, as follows:

    [26-May-2022 08:15:09 America/Los_Angeles] PHP Warning: mysqli_connect(): (HY000/1044): Access denied for user '[myuser]'@'208.113.128.0/255.255.128.0' to database 'ecommtest' in /home/[user]/[storetestURL]/includes/classes/db/mysql/query_factory.php on line 101

  4. #234
    Join Date
    Apr 2009
    Posts
    416
    Plugin Contributions
    2

    Default Re: Stripe.com payment integration module

    Check your configuration files. This is saying that you cannot access the database ecommtest.
    This could be username and/or password incorrect in your configuration files.
    Mark Brittain
    http:\\innerlightcrystals.co.uk\sales\

  5. #235
    Join Date
    May 2022
    Posts
    12
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    The configure.php files are fine! User name and password are correct in both.
    This error message began right after I changed the coding in the stripe.php file, and I didn't modify the user name and password at any time before or since.

  6. #236
    Join Date
    Apr 2009
    Posts
    416
    Plugin Contributions
    2

    Default Re: Stripe.com payment integration module

    have you checked the documention section https://docs.zen-cart.com/user/troub...em_connecting/
    Mark Brittain
    http:\\innerlightcrystals.co.uk\sales\

  7. #237
    Join Date
    May 2022
    Posts
    12
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    The thing is, there is no error message anywhere but in the logs! And no changes were made to the user name or database or password that could account for it.

    I think I'm going to forget about the Stripe module and go with a different credit card processor that doesn't require coding experience to make it work.

    Thank you, dbltoe and brittainmark, for taking the time to try and help me with this issue. I do appreciate it very much! :thanks:

  8. #238
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,108
    Plugin Contributions
    11

    Default Re: Stripe.com payment integration module

    Do what you will but, I still say it's a problem with PHP, your host's setttings or both.

  9. #239
    Join Date
    May 2022
    Posts
    12
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    It may well be! In any case the bottom line for me is that the Stripe module is no longer working the way it should, and I just don't have the know-how to locate the problem much less fix it. And since I won't be able to avoid PHP8 forever, I will just have to find a payment option that will work with it. Thank goodness all the rest of the cart works the way it's supposed to. :)

  10. #240
    Join Date
    Dec 2020
    Location
    Burkina Faso
    Posts
    16
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    Installed, and configured the module. It showed this in the list of modules:
    One of your Stripe API keys is missing.
    Both my live keys are entered. So I flip my Stripe console to the test mode and obtain test keys, plug them in, and flip the console back to live mode.
    Now the red message is gone but the Stripe payment method still does not appear in the list. Only Cheque/Money order does (enabled it to have something in the list, for reference).
    What does this module require, for the payment method to become available to customers?

    Update: It is even weirder! I enable COD just for testing, and Stripe appears in the list together with COD. I disable COD and both COD and Stripe disappear.
    Last edited by latsht; 25 Aug 2022 at 06:00 PM.

 

 
Page 24 of 32 FirstFirst ... 142223242526 ... LastLast

Similar Threads

  1. pay2check.com payment module?
    By sunrise99 in forum Addon Payment Modules
    Replies: 0
    Last Post: 1 Nov 2011, 03:55 AM
  2. klikandpay.com payment module
    By rulest in forum Addon Payment Modules
    Replies: 0
    Last Post: 24 Sep 2010, 06:06 PM
  3. AlertPay Payment Module Integration Help Please!
    By etorf9751 in forum Addon Payment Modules
    Replies: 8
    Last Post: 16 Aug 2010, 05:06 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