TeiDisplay does not install

I try to install TEIDisplay, but I get the next error message:

exception 'BadMethodCallException' with message 'Method named 'exec' does not exist or is not callable.' in F:\xampp\htdocs\omeka-2.3.1\application\libraries\Omeka\Db.php:68
Stack trace:
#0 F:\xampp\htdocs\omeka-2.3.1\plugins\TeiDisplay\plugin.php(45): Omeka_Db->__call('exec', Array)
#1 F:\xampp\htdocs\omeka-2.3.1\plugins\TeiDisplay\plugin.php(45): Omeka_Db->exec('CREATE TABLE IF...')
#2 [internal function]: tei_display_install(Array)
#3 F:\xampp\htdocs\omeka-2.3.1\application\libraries\Omeka\Plugin\Broker.php(145): call_user_func('tei_display_ins...', Array)
#4 F:\xampp\htdocs\omeka-2.3.1\application\libraries\Omeka\Plugin\Installer.php(130): Omeka_Plugin_Broker->callHook('install', Array, Object(Plugin))
#5 F:\xampp\htdocs\omeka-2.3.1\application\controllers\PluginsController.php(97): Omeka_Plugin_Installer->install(Object(Plugin))
#6 F:\xampp\htdocs\omeka-2.3.1\application\libraries\Zend\Controller\Action.php(516): PluginsController->installAction()
#7 F:\xampp\htdocs\omeka-2.3.1\application\libraries\Zend\Controller\Dispatcher\Standard.php(308): Zend_Controller_Action->dispatch('installAction')
#8 F:\xampp\htdocs\omeka-2.3.1\application\libraries\Zend\Controller\Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#9 F:\xampp\htdocs\omeka-2.3.1\application\libraries\Zend\Application\Bootstrap\Bootstrap.php(105): Zend_Controller_Front->dispatch()
#10 F:\xampp\htdocs\omeka-2.3.1\application\libraries\Zend\Application.php(382): Zend_Application_Bootstrap_Bootstrap->run()
#11 F:\xampp\htdocs\omeka-2.3.1\application\libraries\Omeka\Application.php(79): Zend_Application->run()
#12 F:\xampp\htdocs\omeka-2.3.1\admin\index.php(28): Omeka_Application->run()
#13 {main}

I make sure several times that I get teh php-xsl package, and its enabled.
Does anybody know how to solve this problem?

I'm pretty sure that TEIDisplay isn't updated for current versions of Omeka, which would cause that problem. I'm not sure if there's a handy alternative.

Thank you for your answer.