[TYPO3-50-general] Lucene used for search in CR as of today

Karsten Dambekalns karsten at typo3.org
Sun Sep 7 18:40:00 CEST 2008


Hi Tim.

Tim Eilers wrote:
> Robert Lemke schrieb:
>> While you set up the Lucene index you need to disable persistence in your
>> FLOW3.php. After it has been created, you can re-enable it.
> 
> How do i do that?

In Configuration/FLOW3.php:
$c->persistence->enable = FALSE;

> #1219326502: Could not connect to DSN
> "sqlite:C:/xampp/htdocs/TYPO3v5/Data/Persistent/TYPO3CR.db". PDO error:
> could not find driver
> 
> Perhaps a special php module is missing?
> 
> If yes, which one and shouldn't it be checked by the bootstrap?

Yes, The SQLite driver. See
  http://de.php.net/manual/en/ref.pdo-sqlite.php

And no, not by the bootstrap, but rather by the package manager / 
installer. Something which we don't have (yet).


Regards,
Karsten


More information about the TYPO3-project-5_0-general mailing list