[TYPO3-50-general] SQL-Exception on initial page request

Lars Peipmann typo3 at larsp.de
Wed May 4 13:25:10 CEST 2011


Thanks for the answers.

I copied the /Configuration/Settings.yaml.example to 
/Configuration/Settings.yaml and customized the settings. But there are 
no changes in the Frontend and in the log file :(

Error Message:
11-05-04 13:10:58 1532       CRITICAL  FLOW3                Uncaught 
exception #1045 in line 36 of 
...../larsp.de/subdomains/demo.phoenix/Packages/Framework/FLOW3/Resources/PHP/Doctrine/DBAL/Driver/PDOConnection.php: 
SQLSTATE[28000] [1045] Access denied for user 'www-data'@'localhost' 
(using password: NO) [logged in F3\FLOW3\Log\Logger::logException()

/Configuration/Settings.yaml:
FLOW3:
   persistence:
     backendOptions:
       driver: 'pdo_mysql'
       dbname: 'larsp_phoenix_demo'   # adjust to your database name
       user: 'larsp'        # adjust to your database user
       password: '...'        # adjust to your database password
       host: '127.0.0.1'   # adjust to your database host
       path: '127.0.0.1'   # adjust to your database host
       port: 330

Thanks,
Lars


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