GithubHelp home page GithubHelp logo

Comments (5)

bobbingwide avatar bobbingwide commented on June 27, 2024

I'm having difficulty reproducing this issue. I've tried installing by downloading from wordpress.org and activating and deactivating the plugins but not yet suffered the problem.

The problem would occur if the 'bwtrace' library had failed to load, or if oik_require_lib() had been called for a library other than bwtrace before the expected call to oik-bwtrace.

from oik.

bobbingwide avatar bobbingwide commented on June 27, 2024

have made some progress
The plugin generated 119 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.

This message is produced when the constant BW_TRACE_CONFIG_STARTUP is defined as true.

It turns out that this is unrelated.

from oik.

bobbingwide avatar bobbingwide commented on June 27, 2024

I can cause the problem if I define the constant BWTRACE_INCLUDED using, for example
define( BWTRACE_INCLUDED, true );. When the call to oik_require_lib( "bwtrace" ) is performed, we would expect oik to load libs\bwtrace.php, which would then define the functions, so long as BWTRACE_INCLUDED is not defined.

from oik.

bobbingwide avatar bobbingwide commented on June 27, 2024

I've concluded that the problem is due to the site running PHP 5.2.
I've raised bobbingwide/oik-libs#5

from oik.

bobbingwide avatar bobbingwide commented on June 27, 2024

bobbingwide/oik-libs/issues/5 is closed so this can also be closed - as a duplicate.

from oik.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.