I was just trying to implement this extension but my front-end craps out with a 500 error.
The error message is: PHP Fatal error: Call to a member function translate() on a non-object in /..my-project../extensions/cookie_law/data-sources/data.cookie_law.php on line 61
It seems the Lang:: class is unknown. Is this only a matter of requireing the lang/lang.xx.php file?
I was just trying to implement this extension but my front-end craps out with a 500 error.
The error message is:
PHP Fatal error: Call to a member function translate() on a non-object in /..my-project../extensions/cookie_law/data-sources/data.cookie_law.php on line 61It seems the
Lang::class is unknown. Is this only a matter ofrequireing thelang/lang.xx.phpfile?