• Resolved Benbodhi

    (@benbodhi)


    Hi there,

    I’m getting a fatal error when activating breeze.

    05-Apr-2021 04:07:30 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function trailingslashit() in /wp-includes/plugin.php:755
    Stack trace:
    #0 /wp-content/plugins/breeze/inc/functions.php(30): plugin_dir_path()
    #1 /wp-content/plugins/breeze/inc/cache/execute-cache.php(8): require_once('...')
    #2 /wp-content/advanced-cache.php(15): include_once('...')
    #3 /wp-settings.php(95): include('...')
    #4 /wp-config.php(80): require_once('...')
    #5 /wp-load.php(37): require_once('...')
    #6 /wp-blog-header.php(13): require_once('...')
    #7 /wp-includes/plugin.php on line 755
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author adeelkhan

    (@adeelkhan)

    The function trailingslashit() used for paths.
    The errors you have mentioned not get the proper file path.
    There is some URLs/fils path defined in wp-config files which may conflict with it.
    Could you please update the permalink from the Network site as well as check the file permission of the application?

    Thread Starter Benbodhi

    (@benbodhi)

    Thank you.
    I have saved permalinks and reset file permissions for the whole site and it is still happening.
    I deleted the old log file and it was created again instantly and is filling up still.

    Plugin Author adeelkhan

    (@adeelkhan)

    Basically, it’s about a configuration issue with your application site. The root files not get the path value,gives waring of files included by require_once(‘…’), include_once(‘…’)
    The core files not concatenate with file path values.

    The trailingslashit function is defined in wp-includes/formatting.php. If the function not exist OR not read by configuration settings so you can use require( ABSPATH . WPINC . ‘/formatting.php’ ); in wp-settings.php

    Thread Starter Benbodhi

    (@benbodhi)

    It’s possible this was due to some other caching conflicts too.
    For now we aren’t using breeze on this site, so will leave it as is.

    Thanks though ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fatal Error Activating latest version’ is closed to new replies.