• Resolved lurogil

    (@lurogil)


    Good morning,
    We are updating a multisite blog to WP 5.4 and the apache server to php 7.2.

    Since we have updated the apache version, it throws us the exception Error thrown [] operator not supported for strings

    I understand that it is a bug declaring a variable as a string and declaring an array in it. But I can’t find the fault line.

    I keep looking and if I find the error I will upload it to the repository

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lurogil

    (@lurogil)

    Localized error.

    In admin/index.php 185 you have to add the following line
    $ popularPluginsArray = array ();

    Plugin Author Alex Furr

    (@alexfurr)

    Thank you, and apologies for the delayed response.
    I will make the changes and update the plugin shortly.

    Best wishes,

    Alex

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fallo en la version php 7.4’ is closed to new replies.