No connection params set for l_content
/usr/www/users/henss/2007.1/phundament/propel/runtime/classes/propel/Propel.php (471)
0460:
0461: if ($name === null) {
0462: $name = self::getDefaultDB();
0463: }
0464:
0465: $con = isset(self::$connectionMap[$name]) ? self::$connectionMap[$name] : null;
0466:
0467: if ($con === null) {
0468:
0469: $dsn = isset(self::$configuration['datasources'][$name]['connection']) ? self::$configuration['datasources'][$name]['connection'] : null;
0470: if ($dsn === null) {
0471: throw new PropelException("No connection params set for " . $name);
0472: }
0473:
0474: include_once 'creole/Creole.php';
0475:
0476: // if specified, use custom driver
0477: if (isset(self::$configuration['datasources'][$name]['driver'])) {
0478: Creole::registerDriver($dsn['phptype'], self::$configuration['datasources'][$name]['driver']);
0479: }
0480:
0481: try {
0482: $con = Creole::getConnection($dsn);
0483: } catch (SQLException $e) {
#0 /usr/www/users/henss/2007.1/pages/packages/LContent/db/propel/l_content/om/BaseLContentPeer.php(627): Propel::getConnection('l_content')
#1 /usr/www/users/henss/2007.1/pages/Anmeldung.php(13): BaseLContentPeer::retrieveByPK('247')
#2 /usr/www/users/henss/2007.1/phundament/prado/Web/UI/TControl.php(1313): Anmeldung->onPreRender(NULL)
#3 /usr/www/users/henss/2007.1/phundament/prado/Web/UI/TPage.php(215): TControl->preRenderRecursive()
#4 /usr/www/users/henss/2007.1/phundament/prado/Web/UI/TPage.php(193): TPage->processNormalRequest(Object(THtmlWriter))
#5 /usr/www/users/henss/2007.1/phundament/prado/Web/Services/TPageService.php(474): TPage->run(Object(THtmlWriter))
#6 /usr/www/users/henss/2007.1/phundament/prado/Web/Services/TPageService.php(420): TPageService->runPage(Object(Anmeldung), Array)
#7 /usr/www/users/henss/2007.1/phundament/prado/TApplication.php(1066): TPageService->run()
#8 /usr/www/users/henss/2007.1/phundament/prado/TApplication.php(376): TApplication->runService()
#9 /usr/www/users/henss/2007.1/index.php(45): TApplication->run()
#10 {main}