wplib-box
wplib-box copied to clipboard
Call to undefined function `token_get_all()`
@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() ":
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.