• WordPress-version 5.5
    Nuvarande tema: Beaver Builder Theme (version 1.7.6.3)
    Nuvarande till?gg: Beaver Themer (version 1.3.2.2)
    PHP-version 7.3.21

    Uppgifter om felet
    ==================
    Ett fel av typen E_COMPILE_ERROR uppstod p? rad 7 i f?ljande fil: /home/acumismi/public_html/wp-content/plugins/bb-theme-builder/extensions/polylang/polylang.php. Felorsak: require_once(): Failed opening required ‘PLL_INC/api.php’ (include_path=’.:/opt/alt/php73/usr/share/pear’)

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Anders

    (@aner42)

    Warning: Use of undefined constant PLL_INC – assumed ‘PLL_INC’ (this will throw an Error in a future version of PHP) in /home/acumismi/public_html/wp-content/plugins/bb-theme-builder/extensions/polylang/polylang.php on line 7

    Warning: require_once(PLL_INC/api.php): failed to open stream: No such file or directory in /home/acumismi/public_html/wp-content/plugins/bb-theme-builder/extensions/polylang/polylang.php on line 7

    Fatal error: require_once(): Failed opening required ‘PLL_INC/api.php’ (include_path=’.:/opt/alt/php73/usr/share/pear’) in /home/acumismi/public_html/wp-content/plugins/bb-theme-builder/extensions/polylang/polylang.php on line 7

    Thread Starter Anders

    (@aner42)

    Is it a problem with Beaver Builder?

    Plugin Author Chouby

    (@chouby)

    Hello,

    I suppose that you updated to Polylang 2.8. The issue is that the plugin bb-theme-builder is using a constant PLL_INC that doesn’t exist anymore.
    require_once(PLL_INC/api.php);
    must be replaced by:
    require_once POLYLANG_DIR . '/include/api.php';

    There will be an update for Beaver Themer to be released later today.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pluginproblem’ is closed to new replies.