Forum Replies Created

Viewing 15 replies - 106 through 120 (of 599 total)
  • Forum: Fixing WordPress
    In reply to: Deprecated found
    Thread Starter cfm168

    (@cfm168)

    @alanfuller – Thank you Sir.

    How can I tell which plugin(s) cause the deprecated so I can contact the developer. I have more than 15 plugins in my site.

    Thread Starter cfm168

    (@cfm168)

    I already have the Version 2.4.1. Thanks!

    Thread Starter cfm168

    (@cfm168)

    Any updates?

    Thread Starter cfm168

    (@cfm168)

    Hello,

    The errors are gone after this theme recently updated to version 4.4. I have WooCommerce version 8.0.2, and WP v6.3. now. It seems no plugin conflicts with this theme. Thank you Kathryn and all for your time.

    Thread Starter cfm168

    (@cfm168)

    Thank you for quick response. Yes the same error logs repeatedly show up. The problem is I can’t completely clear them up from dashboard even once, this is what I want to report here.

    Aug 17, 10:12:31
    
    Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/SorryHided/SorryHided.com/wp-includes/functions.php on line 7127
    
    Aug 17, 10:12:31
    
    Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/SorryHided/SorryHided.com/wp-includes/functions.php on line 2182
    
    Aug 17, 10:12:31
    
    Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/SorryHided/SorryHided.com/wp-includes/functions.php on line 7127
    
    Aug 17, 10:12:31
    
    Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/SorryHided/SorryHided.com/wp-includes/functions.php on line 2182
    
    Aug 17, 10:13:41
    
    Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/SorryHided/SorryHided.com/wp-includes/functions.php on line 7127
    
    Aug 17, 10:13:41
    
    Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/SorryHided/SorryHided.com/wp-includes/functions.php on line 2182
    
    Aug 17, 10:13:41
    
    Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/SorryHided/SorryHided.com/wp-includes/functions.php on line 7127
    
    Aug 17, 10:13:41
    
    Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/SorryHided/SorryHided.com/wp-includes/functions.php on line 2182
    
    Aug 17, 10:17:25
    
    Deprecated: Hook login_headertitle is deprecated since version 5.2.0! Use login_headertext instead. Usage of the title attribute on the login logo is not recommended for accessibility reasons. Use the link text instead. in /home/SorryHided/SorryHided.com/wp-includes/functions.php on line 5828
    
    Aug 17, 10:17:56
    
    Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/SorryHided/SorryHided.com/wp-includes/functions.php on line 7127
    
    Aug 17, 10:17:56
    
    Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/SorryHided/SorryHided.com/wp-includes/functions.php on line 2182
    Thread Starter cfm168

    (@cfm168)

    Worked. Thank you very much!

    Thread Starter cfm168

    (@cfm168)

    Can you please kindly advise what is the code to place in my child theme’s functions.php file.

    Thanks in advance!

    Thread Starter cfm168

    (@cfm168)

    Hi @xue28 – Thank you for helping. Yes, I believe I found out that the issue is coming from child theme. Hope you can help. I will provide the system report via github later.

    Thanks in advance!

    Thread Starter cfm168

    (@cfm168)

    “Sorry, what do you mean by “Have to refresh the browser many times to get the login work”?
    Do you see the login successful message?”

    No, I don’t see successful message. It keeps icon circling until “Verification expired, Check the check box again”. https://ibb.co/vmpTvfJ

    To avoid this problem, before login, I have to refresh the page/browser many times to get a chance for successful login.

    Thread Starter cfm168

    (@cfm168)

    @shameemreza – Thank you for prompt response. After conflict check by Health Check & Troubleshooting plugin, so far found Woocommerce child in my twentyeleven child theme seems needed to be updated. Woocommerce-child developed by Ray Ho (the name as author) who is one of Code Wrangler @automattic, but I can’t reach him. I really not sure if the error caused by the child theme. But I want to contact Ray Ho to update the child for Woocommerce first. Hope you can help. Thanks in advance.

    Thread Starter cfm168

    (@cfm168)

    Can’t find the child theme author. Very disappointed.

    Thread Starter cfm168

    (@cfm168)

    @zoonini – I tested all the plugins by Enable while troubleshooting one by one, no php error persist. Until I Switch theme to “Child”, the php error warning explore right away.

    ————————————————————————–

    Here are the last 6 entries from /home/SorryHided/php-errors.log:

    [Apr 01, 15:58:04] PHP Warning: Undefined array key “width” in /home/SorryHided/SorryHided.com/wp-content/themes/twentyeleven/image.php on line 39
    [Apr 01, 15:58:04] PHP Warning: Undefined array key “height” in /home/SorryHided/SorryHided.com/wp-content/themes/twentyeleven/image.php on line 40
    [Apr 01, 16:00:12] PHP Warning: Undefined array key “width” in /home/SorryHided/SorryHided.com/wp-content/themes/twentyeleven/image.php on line 39
    [Apr 01, 16:00:12] PHP Warning: Undefined array key “height” in /home/SorryHided/SorryHided.com/wp-content/themes/twentyeleven/image.php on line 40
    [Apr 01, 16:03:05] PHP Warning: Undefined array key “width” in /home/SorryHided/SorryHided.com/wp-content/themes/twentyeleven/image.php on line 39
    [Apr 01, 16:03:05] PHP Warning: Undefined array key “height” in /home/SorryHided/SorryHided.com/wp-content/themes/twentyeleven/image.php on line 40

    —————————————————————

    So the Child theme is the suspect now. I will contact the author and update here later. Thank you for telling me the Health Check plugin.

    Thread Starter cfm168

    (@cfm168)

    There are no Deactivate option for plugins after enabled troubleshooting mode.

    https://ibb.co/wzbQ9Td

    Thread Starter cfm168

    (@cfm168)

    Hi @zoonini,

    Yes I have the same as yours:

    https://ibb.co/1Zrx7YR

    https://ibb.co/m57xpH3

    What should I do next to find the conflict?

Viewing 15 replies - 106 through 120 (of 599 total)