• Resolved erika_conn

    (@erika_conn)


    I hate upgrading. I have never ever had an upgrade without there being a problem.
    I upgraded from 2.2 to 2.3.3. Now, I’ve got Array showing up on the front page. When I click on it it says “comments closed”. On another blog, it goes blank. It’s showing 3 times in the plug-in section. 7 times in another blog
    When I click “Users” in Admin, I get: Fatal error: Unsupported operand types in /home/cecon46/public_html/what-smells-so-good/wp-admin/users.php on line 55 on all the blogs
    https://fotoblog.ceconn.com
    https://canwetalk.ceconn.com
    https://food911.ceconn.com

    In case you ask, yes, I let Worpress Update database.

Viewing 1 replies (of 1 total)
  • Thread Starter erika_conn

    (@erika_conn)

    Never mind. I found the problem. Looks like I had it before so I made a note of it. Here it is for anyone else with the same problem:

    Line 105 In case you get the array error after install, adding the if ($r) fixes the problem in includes/plugin.php

    $r = isset($GLOBALS[‘wp_filter’][$tag][$priority][$function_to_remove]);

    if ($r) unset($GLOBALS[‘wp_filter’][$tag][$priority][$function_to_remove]);
    unset($GLOBALS[‘merged_filters’][$tag]);

Viewing 1 replies (of 1 total)
  • The topic ‘Array showing up’ is closed to new replies.