Same problem here.
I think this is because the module is now using closures which can cause issues with php version prior to 5.3.
I modified my .htaccess to have a
SetEnv PHP_VER 5_4
instead of
SetEnv PHP_VER 5
But the method can be different depend on your web server.