The Twig_Autoloader class is deprecated and will be removed in 2.0.
-
When running PHP7 with full debug and errors turned on we’re getting:
The Twig_Autoloader class is deprecated and will be removed in 2.0. Use Composer instead.
Twig is explicitly throwing a
E_USER_DEPRECATED
error which isn’t fatal but we like to catch these errors early on. We switched our local copy of your plugin over to composer, removed your Twig require completely and switched tocreateTemplate
and so far haven’t had any problems. We can send a PR or patch if you’re interested.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘The Twig_Autoloader class is deprecated and will be removed in 2.0.’ is closed to new replies.