I have tried adding just an empty __construct method to a module controller.
Fatal error: Call to a member function get() on a non-object in /var/www/rodebutik.dk/public_html/wb/vqmod/vqcache/vq2-system_engine_controller.php on line 16
Line 16:
public function __get($key) {
    return $this->registry->get($key);
}
 
     
     
    