wplib-box icon indicating copy to clipboard operation
wplib-box copied to clipboard

Call to undefined function `token_get_all()`

Open mikeschinkel opened this issue 7 years ago • 0 comments

@MickMake

When trying to use the Kint Debugger plugin with a call to d( $GLOBALS ); in the theme's functions.php file (or anywhere after the plugin is loaded) you get the error "Call to undefined function token_get_all() ":

token_get_all

The solution is supposed to be not use --disable-tokenizer when compiling but our Docker container has it enabled.

Here is more info, which is over my head: http://forums.zend.com/viewtopic.php?f=59&t=3900

It evidently works fine in Local for Flywheel.

mikeschinkel avatar Oct 13 '18 20:10 mikeschinkel