Viewing 6 replies - 1 through 6 (of 6 total)
  • same problem.

    I solved the problem.
    Looking at one of the plugins the code “function admin_register_head” and add code with characters, such as “function admin_register_head_a“.

    Also code “add_action (‘admin_head’, ‘admin_register_head_a‘);” complement with the same characters.

    Now the plugin can be activated without any problems.
    Thanks

    Thread Starter simplepretty

    (@simplepretty)

    latest update does not resolve the fatal error.

    @macbaumi, thank you for posting your solution …. however, i don’t completely understand how to implement.

    can someone please respond with instructions? i’m not the sort of person who feels confident altering code w/o knowing what i’m doing.

    thank you.

    macbaumi

    (@macbaumi)

    I want to help, but my english is not good.

    For me the problem was the plugin “Instagram for WordPress” & “AppStore Links”.
    You can open the file wpinstagram.php in Instagram plugin and search the string
    function admin_register_head” &
    add_action (‘admin_head’, ‘admin_register_head’);“.
    I simply added a “_a” to both strings.

    function admin_register_head_a” &
    add_action (‘admin_head’, ‘admin_register_head_a’);

    So it works for me again. No guarantee.
    thanks and regards

    Thread Starter simplepretty

    (@simplepretty)

    @macbaumi thank you so much. i followed your latest instructions + the plugin works.

    thank you for taking the time to help me.

    vio3pajaros

    (@vio3pajaros)

    I´ve tried it but nothing! Maybe i did something wrong but my files are not called that way you say.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘latest update gives fatal error’ is closed to new replies.