Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2008
    Location
    Belgium
    Posts
    115
    Plugin Contributions
    6

    Default PHP Deprecated: strstr() in zones.php

    ZC 1.5.7c
    PHP 7.4
    Westminster new template, Access Blocker, Printable Pricelist, French Language Pack

    Just busy with a site of a friend and the following deprecated.log comes up when a customer looks at items in the shopping cart. Occurs in both English and French mode.

    Code:
    [18-Feb-2022 18:35:33 Europe/Brussels] Request URI: /index.php?main_page=shopping_cart&language=en, IP address: *.*.*.*
    #1 strstr() called at [/includes/modules/shipping/zones.php:282]
    #2 zones->quote() called at [/includes/classes/shipping.php:174]
    #3 shipping->quote() called at [/includes/modules/shipping_estimator.php:156]
    #4 require(/includes/modules/shipping_estimator.php) called at [/includes/templates/westminster_new/templates/tpl_shopping_cart_default.php:193]
    #5 require(/includes/templates/westminster_new/templates/tpl_shopping_cart_default.php) called at [/includes/templates/westminster_new/common/tpl_main_page.php:216]
    #6 require(/includes/templates/westminster_new/common/tpl_main_page.php) called at [/index.php:94]
    
    --> PHP Deprecated: strstr(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /includes/modules/shipping/zones.php on line 282.

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

    Default Re: PHP Deprecated: strstr() in zones.php

    Yep. The fix for this is to change

    if (strstr(MODULE_SHIPPING_ZONES_SKIPPED, $dest_country)) {

    to

    if (strpos(MODULE_SHIPPING_ZONES_SKIPPED, $dest_country) !== false) {
    That Software Guy. My Store: Zen Cart Modifications
    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.

 

 

Similar Threads

  1. v154 PHP Warning: strstr(): Empty needle in
    By frank18 in forum General Questions
    Replies: 18
    Last Post: 1 Feb 2015, 01:05 AM
  2. v139h PHP Warning: strstr() Empty delimiter HELP
    By Enpeek in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 Apr 2012, 09:43 AM
  3. v139h PHP Warning: strstr() Empty delimiter HELP
    By Enpeek in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 18 Apr 2012, 02:21 AM
  4. Replies: 2
    Last Post: 21 Aug 2010, 09:13 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