• 4.1 branch, upgraded from 3.x

    function convert_case

    Warning: strtr() expects parameter 1 to be string, array given
    in wp-content/plugins/all-in-one-seo-pack/aioseop_module_class.php on line 144

    You don’t check the passed $str and this plugin is so overly complex that I do not have the time to trace why you are not checking if $str is valid

    https://www.ads-software.com/plugins/all-in-one-seo-pack/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi _ck_,

    It’s unfortunate that you don’t have time to help track this down, because without knowing where convert_case() is being called from, it’s impossible to know where the error might lie; that said, this function is a helper function which is only intended to operate on strings, so if it is getting passed an array, then that is a case of bad data coming from somewhere else.

    I’m seeing the same error after switching to HHVM from php5-fpm

    Hi dch921,

    I’ll see if there’s anything I can do to better work around this in the future; at the moment it seems like a case of some bad data getting passed or introduced somewhere.

    Same here.

    Hi _ck_,

    The update is now live and ready for you to test; let me know if it fixes your issue!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Warning: strtr() expects parameter 1 to be string’ is closed to new replies.