You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
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.
@MickMake
When trying to use the Kint Debugger plugin with a call to
d( $GLOBALS );
in the theme'sfunctions.php
file (or anywhere after the plugin is loaded) you get the error "Call to undefined functiontoken_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.
The text was updated successfully, but these errors were encountered: