Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default OSH_EMAIL_TEXT_COMMENTS_UPDATE error/warning message

    just upgraded to 1.5.7d php 7.4.30 - may be changing that to 8 if client chooses to install square.

    09-Jul-2022 00:04:15 UTC] Request URI: /index.php?main_page=checkout_process, IP address: 99.96.214.168
    #1 zen_update_orders_history() called at [/includes/modules/payment/paypalwpp.php:501]
    #2 paypalwpp->after_process() called at [/includes/classes/payment.php:261]
    #3 payment->after_process() called at [/includes/modules/pages/checkout_process/header_php.php:17]
    #4 require(/includes/modules/pages/checkout_process/header_php.php) called at [/index.php:35]
    --> PHP Warning: Use of undefined constant OSH_EMAIL_TEXT_COMMENTS_UPDATE - assumed 'OSH_EMAIL_TEXT_COMMENTS_UPDATE' (this will throw an Error in a future version of PHP) in /includes/functions/functions_osh_update.php on line 79.

    Since these are default files for 1.5.7d (I eyeballed all referred above to make sure), why is this happening? I don't see how something like this could have been missed.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,707
    Plugin Contributions
    12

    Default Re: OSH_EMAIL_TEXT_COMMENTS_UPDATE error/warning message

    In a fresh 1.5.7d, that should be defined in includes/languages/english/extra_definitions/orders_status_updates.php and YOUR_ADMIN/includes/languages/english/extra_definitions/orders_status_updates.php


    FYI Square WebPay works fine 1.5.6 thru 1..5.7d with PHP 7.4
    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.

  3. #3
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default Re: OSH_EMAIL_TEXT_COMMENTS_UPDATE error/warning message

    okay but that file is also 1.5.7d. but the error log talks about checkout - not admin.

    And the new square module to combat square changes this month I heard did require php 8. Since I don't see a new version in plugins, I can't prove that but the old one is supposed to stop working this month.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  4. #4
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,541
    Plugin Contributions
    127

    Default Re: OSH_EMAIL_TEXT_COMMENTS_UPDATE error/warning message

    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  5. #5
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,707
    Plugin Contributions
    12

    Default Re: OSH_EMAIL_TEXT_COMMENTS_UPDATE error/warning message

    Quote Originally Posted by delia View Post
    okay but that file is also 1.5.7d. but the error log talks about checkout - not admin.

    And the new square module to combat square changes this month I heard did require php 8. Since I don't see a new version in plugins, I can't prove that but the old one is supposed to stop working this month.
    did I read your post incorrectly that you had just upgraded to 1.5.7d?

    And, there are two links there.

    And, I was one of the testers for Square WebPay and it worked on 1.5.6 and up with PHP 7.4 from the start. Even 7.3.3
    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.

  6. #6
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default Re: OSH_EMAIL_TEXT_COMMENTS_UPDATE error/warning message

    Thanks, Scott. I searched for just square and only the old one showed up. That’s good news!
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  7. #7
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default Re: OSH_EMAIL_TEXT_COMMENTS_UPDATE error/warning message

    But the original problem still stands and that error message hints that it happens during checkout.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  8. #8
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,707
    Plugin Contributions
    12

    Default Re: OSH_EMAIL_TEXT_COMMENTS_UPDATE error/warning message

    and you haven't said if the file exists and matches the default

    Not knowing anything other than 1.5.7d and 7.4 leaves an awful lot of reasons for things to go bump in the night.
    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.

  9. #9
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,970
    Plugin Contributions
    96

    Default Re: OSH_EMAIL_TEXT_COMMENTS_UPDATE error/warning message

    Quote Originally Posted by delia View Post
    just upgraded to 1.5.7d php 7.4.30 - may be changing that to 8 if client chooses to install square.

    09-Jul-2022 00:04:15 UTC] Request URI: /index.php?main_page=checkout_process, IP address: 99.96.214.168
    #1 zen_update_orders_history() called at [/includes/modules/payment/paypalwpp.php:501]
    #2 paypalwpp->after_process() called at [/includes/classes/payment.php:261]
    #3 payment->after_process() called at [/includes/modules/pages/checkout_process/header_php.php:17]
    #4 require(/includes/modules/pages/checkout_process/header_php.php) called at [/index.php:35]
    --> PHP Warning: Use of undefined constant OSH_EMAIL_TEXT_COMMENTS_UPDATE - assumed 'OSH_EMAIL_TEXT_COMMENTS_UPDATE' (this will throw an Error in a future version of PHP) in /includes/functions/functions_osh_update.php on line 79.

    Since these are default files for 1.5.7d (I eyeballed all referred above to make sure), why is this happening? I don't see how something like this could have been missed.
    Quote Originally Posted by dbltoe View Post
    In a fresh 1.5.7d, that should be defined in includes/languages/english/extra_definitions/orders_status_updates.php and YOUR_ADMIN/includes/languages/english/extra_definitions/orders_status_updates.php


    FYI Square WebPay works fine 1.5.6 thru 1..5.7d with PHP 7.4
    @delia, you should check the site's two /extra_definitions (storefront and admin) language sub-directories, as @dbltoe suggested. It sounds like you're missing those two files.
    Quote Originally Posted by delia View Post
    okay but that file is also 1.5.7d. but the error log talks about checkout - not admin.

    And the new square module to combat square changes this month I heard did require php 8. Since I don't see a new version in plugins, I can't prove that but the old one is supposed to stop working this month.

  10. #10
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default Re: OSH_EMAIL_TEXT_COMMENTS_UPDATE error/warning message

    ah, there it is - missing in action on the catalog side! I think I do know how that happened! Thanks so much.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 5
    Last Post: 26 Mar 2017, 11:36 PM
  2. Replies: 1
    Last Post: 2 Mar 2016, 07:05 AM
  3. Replies: 2
    Last Post: 23 Jul 2012, 12:00 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