In my ongoing problems trying to get Drupal 8 working, the latest error revealed in my apache logs is
which appears to be the same problem experienced by another FreeBSD user.
Details here:-
https://www.drupal.org/node/2801947
A solution is posted.....
I noticed that when running
Code:
Fatal error: Call to undefined function token_get_all()
Details here:-
https://www.drupal.org/node/2801947
A solution is posted.....
... unfortunately this means nothing to me. I'm using Apache and am not aware of any php-cgi process. Anyone know what I need to do?I kept wondering why I was getting different results between "php -i" from the command line and "phpinfo()" from the browser.
It turned out that I had restarted nginx but forgot about the php-cgi processes. I finally noticed that phpinfo() still showed the older version of PHP. So even though I had installed the newer PHP package, the old php-cgi processes, that nginx talks to to run PHP scripts, were still running. I had to restart the fcgiwrap service.
I noticed that when running
php -m
that tokenizer was not listed, so maybe that is the problem. How do I install it?