• Resolved kwoodall

    (@kwoodall)


    I installed Hummingbird and network activated it and I get these errors at the top of the screen:

    Warning: Zend OPcache API is restricted by “restrict_api” configuration directive in /srv/users/advocatemagazines/apps/advocatemagazines/public/wp-content/plugins/hummingbird-performance/core/integration/class-opcache.php on line 44

    Warning: Cannot modify header information – headers already sent by (output started at /srv/users/advocatemagazines/apps/advocatemagazines/public/wp-content/plugins/hummingbird-performance/core/integration/class-opcache.php:44) in /srv/users/advocatemagazines/apps/advocatemagazines/public/wp-includes/functions.php on line 6029

    Warning: Cannot modify header information – headers already sent by (output started at /srv/users/advocatemagazines/apps/advocatemagazines/public/wp-content/plugins/hummingbird-performance/core/integration/class-opcache.php:44) in /srv/users/advocatemagazines/apps/advocatemagazines/public/wp-admin/includes/misc.php on line 1252

    Warning: Cannot modify header information – headers already sent by (output started at /srv/users/advocatemagazines/apps/advocatemagazines/public/wp-content/plugins/hummingbird-performance/core/integration/class-opcache.php:44) in /srv/users/advocatemagazines/apps/advocatemagazines/public/wp-admin/admin-header.php on line 9

    How do I install Hummingbird on Multisite?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @kwoodall,

    I trust you’re doing well!

    Following warning is a known issue and will be fixed in the next plugin version:
    Warning: Zend OPcache API is restricted by “restrict_api” configuration

    This is related to Zend OPCache API access being restricted, and the Hummingbird should not show this warning.

    It is not affecting the functions of the plugin, please edit the wp-aconfig.php file and locate the following line:
    define('WP_DEBUG_DISPLAY', true);

    Change it to this, to hide the warning:
    define('WP_DEBUG_DISPLAY', false);

    If a line is not there, please feel free to add it, right above /* That's all, stop editing! Happy blogging. */ line.

    If the above will nor work, please try this line:
    @ini_set('display_errors',0);

    Kind regards,
    Nastia

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @kwoodall

    I hope you are doing well!

    We haven’t heard back from you for a while now so we’ve marked this ticket as resolved. If you do have any followup questions or require further assistance feel free to reopen it and let us know here.

    Kind regards,
    Nastia

    Thread Starter kwoodall

    (@kwoodall)

    Did you ever release a fix?

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @kwoodall

    I trust you are doing well!

    The fix was released in a version 2.3.0. Please see the Changelog here:
    https://ww.wp.xz.cn/plugins/hummingbird-performance/#developers

    Have a good day!

    Cheers,
    Nastia

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘How to install on Multisite?’ is closed to new replies.