Bug #473

PDO Initialisierung: F3_TYPO3CR_StorageAccess_PDO

Added by Christoph Blömer over 7 years ago. Updated about 4 years ago.

Status:Resolved Start date:2008-04-20
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:-
Target version:-

Description

You have to change this:
$this->databaseHandle = new PDO;

to:
$this->databaseHandle = new PDO;

in the constructor.

Otherwise you can't set the username and password in the Components.php

Associated revisions

Revision 605a223c
Added by Karsten Dambekalns about 7 years ago

This makes it possible to use PDO with credentials, fixes #473.

History

#1 Updated by Karsten Dambekalns over 7 years ago

  • Status changed from New to Accepted

#2 Updated by Karsten Dambekalns about 7 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Applied in changeset r814.

Also available in: Atom PDF