• Problem.
    I have CentOS 6. PHP with gettext compiled in.
    Plugin not detect ‘gettext’. Buttons disabled.

    [SOLUTION]
    In class.admin-renderer.php
    in function is_native_gettext_available()
    change to:

    // gettext extension is required
    if ( !function_exists('dngettext')) {
        $result = 1;
        return 1;
    };

    https://ww.wp.xz.cn/plugins/wp-performance-pack/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘gettext detection’ is closed to new replies.