Page 14 of 16 FirstFirst ... 41213141516 LastLast
Results 131 to 140 of 158
  1. #131
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    372
    Plugin Contributions
    6

    Default Re: Direct Bank Deposit

    Woops!. Sorry about that.
    The lang.dirbankuk.php file in includes/languages/english/modules/payment/ has been corrected.
    Please try it again.
    That's why independent testing is always good.
    OldNGrey
    ZC158a PHP 8.2.15
    MySQL 10.6.16-MariaDB

  2. #132
    Join Date
    Jan 2015
    Location
    Cyprus
    Posts
    76
    Plugin Contributions
    0

    Default Re: Direct Bank Deposit

    Please give me a link as the one I find for UK seems not to have been updated

  3. #133
    Join Date
    Jan 2015
    Location
    Cyprus
    Posts
    76
    Plugin Contributions
    0

    Default Re: Direct Bank Deposit

    The problem remains. Any indication of when the fix will be published?

    [05-Jun-2024 10:06:26 Europe/Nicosia] PHP Fatal error: Uncaught Error: Undefined constant "MODULE_PAYMENT_DIRBANKUK_TEXT_EMAIL_FOOTER" in /includes/modules/payment/dirbankuk.php:125
    Stack trace:
    #0 /includes/classes/payment.php(306): dirbankuk->after_order_create()
    #1 /includes/modules/checkout_process.php(111): payment->after_order_create()
    #2 /includes/modules/pages/checkout_process/header_php.php(13): require('...')
    #3 /index.php(35): require('...')
    #4 {main}
    thrown in /includes/modules/payment/dirbankuk.php on line 125

    [05-Jun-2024 10:06:26 Europe/Nicosia] Request URI: /index.php?main_page=checkout_process, IP address: 000.000.000.000
    --> PHP Fatal error: Uncaught Error: Undefined constant "MODULE_PAYMENT_DIRBANKUK_TEXT_EMAIL_FOOTER" in /includes/modules/payment/dirbankuk.php:125
    Stack trace:
    #0 /includes/classes/payment.php(306): dirbankuk->after_order_create()
    #1 /includes/modules/checkout_process.php(111): payment->after_order_create()
    #2 /includes/modules/pages/checkout_process/header_php.php(13): require('...')
    #3 /index.php(35): require('...')
    #4 {main}
    thrown in /includes/modules/payment/dirbankuk.php on line 125.

  4. #134
    Join Date
    Jan 2015
    Location
    Cyprus
    Posts
    76
    Plugin Contributions
    0

    Default Re: Direct Bank Deposit

    Problem is solved. I will do more testing.

    Please change $define['MODULE_PAYMENT_DIRBANKAUS_HTML_EMAIL_FOOTER'] =
    To $define['MODULE_PAYMENT_DIRBANKUK_HTML_EMAIL_FOOTER'] =

    and $define['MODULE_PAYMENT_DIRBANKAUS_HTML_EMAIL_FOOTER']
    To $define['MODULE_PAYMENT_DIRBANKUK_HTML_EMAIL_FOOTER']

  5. #135
    Join Date
    Mar 2011
    Posts
    38
    Plugin Contributions
    0

    Default Re: Direct Bank Deposit

    Getting following error when updating order status

    ln30 $languageLoader = /home1/xxxxxx/public_html/includes/languages/english/modules/payment/lang.dirbankuk.php


    Error Log File Below:

    [30-Jul-2024 05:41:43 UTC] Request URI: /admin-panel/index.php?cmd=orders&page=1&oID=2256&action=update_order&language=en, IP address: 49.36.90.38, Language id 1
    #0 [internal function]: zen_debug_error_handler()
    #1 /home1/xxxxxx/public_html/includes/functions/functions_urls.php(60): header()
    #2 /home1/xxxxxx/public_html/includes/functions/functions_urls.php(25): zen_set_redirect_http_headers()
    #3 /home1/xxxxxx/public_html/admin-panel/orders.php(312): zen_redirect()
    #4 /home1/xxxxxx/public_html/admin-panel/index.php(16): require('/home1/xxxxxx...')
    --> PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/xxxxxx/public_html/includes/modules/payment/dirbankuk.php:24) in /home1/xxxxxx/public_html/includes/functions/functions_urls.php on line 60.

  6. #136
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,641
    Plugin Contributions
    11

    Default Re: Direct Bank Deposit

    The docs can be your friend. Start here https://docs.zen-cart.com/user/troub..._already_sent/
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  7. #137
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    372
    Plugin Contributions
    6

    Default Re: Direct Bank Deposit

    The doc referenced by dbltoe is excellent. The third bullet point in the Summary Section provides the answer,

    In includes/modules/payment/dirbankuk.php comment out line 24 by placing two forward slashes at the beginning of the line. This is a debugging line only.
    I'll investigate further when I get time.
    OldNGrey
    ZC158a PHP 8.2.15
    MySQL 10.6.16-MariaDB

  8. #138
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    372
    Plugin Contributions
    6

    Default Re: Direct Bank Deposit

    Quote Originally Posted by ntestinfo11 View Post
    Getting following error when updating order status

    ln30 $languageLoader = /home1/xxxxxx/public_html/includes/languages/english/modules/payment/lang.dirbankuk.php


    Error Log File Below:

    [30-Jul-2024 05:41:43 UTC] Request URI: /admin-panel/index.php?cmd=orders&page=1&oID=2256&action=update_order&language=en, IP address: 49.36.90.38, Language id 1
    #0 [internal function]: zen_debug_error_handler()
    #1 /home1/xxxxxx/public_html/includes/functions/functions_urls.php(60): header()
    #2 /home1/xxxxxx/public_html/includes/functions/functions_urls.php(25): zen_set_redirect_http_headers()
    #3 /home1/xxxxxx/public_html/admin-panel/orders.php(312): zen_redirect()
    #4 /home1/xxxxxx/public_html/admin-panel/index.php(16): require('/home1/xxxxxx...')
    --> PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/xxxxxx/public_html/includes/modules/payment/dirbankuk.php:24) in /home1/xxxxxx/public_html/includes/functions/functions_urls.php on line 60.
    What version of Zencart and PHP are you using?
    OldNGrey
    ZC158a PHP 8.2.15
    MySQL 10.6.16-MariaDB

  9. #139
    Join Date
    Jul 2020
    Location
    Traralgon
    Posts
    20
    Plugin Contributions
    0

    Default Re: Direct Bank Deposit

    The AUS plugin works well apart from the font size on checkout. Size is OK in emails.
    Name:  need larger.jpg
Views: 68
Size:  70.8 KB

    Not real flash with coding but hope someone can help. I do know how to edit the PHP files.
    Last edited by VacuumDog; 7 Oct 2024 at 03:31 PM.

  10. #140
    Join Date
    Jul 2020
    Location
    Traralgon
    Posts
    20
    Plugin Contributions
    0

    Default Re: Direct Bank Deposit

    Forgot to mention, version 2.0.1 PHP 8.3.11

 

 
Page 14 of 16 FirstFirst ... 41213141516 LastLast

Similar Threads

  1. v154 Module for Paying Bill through Bank Account / Direct Bank Deposit
    By jolliejollie in forum Addon Payment Modules
    Replies: 0
    Last Post: 23 Mar 2015, 06:04 PM
  2. v151 Direct Bank Deposit V1.5.2 - Modification
    By bruce429 in forum Addon Payment Modules
    Replies: 2
    Last Post: 24 May 2014, 04:33 AM
  3. Installing Direct Bank Deposit Module
    By AirNewZealand15 in forum Addon Payment Modules
    Replies: 11
    Last Post: 5 May 2011, 09:11 PM
  4. Direct Bank Deposit - Can I add more than 1 bank account?
    By wanor in forum Addon Payment Modules
    Replies: 0
    Last Post: 27 Oct 2010, 05:56 PM
  5. Direct Bank Deposit module on 1.3.0.2
    By robax in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 27 Aug 2006, 12:31 AM

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