[TYPO3-english] trouble installing typo3 introduction package with postgresql 8.4 or 9.2

Matthew Tiffany shadethedemon at gmail.com
Wed Sep 11 16:47:29 CEST 2013


I have been trying for the last week to install typo3 introduction package using postgresql as the database without much luck. It connects to the database and seems to go through the install process and even gives me the 

Congratulations,

TYPO3 has been successfully installed on your system!

message, but during the install process I get this error 

Warning: pg_query(): Query failed: ERROR: current transaction is aborted, commands ignored until end of transaction block in /var/www/introductionpackage-6.1.4/typo3_src-6.1.4/typo3/sysext/adodb/adodb/drivers/adodb-postgres7.inc.php on line 166

and when I go to he website I get 

Uncaught TYPO3 Exception
#1301648975: No pages are found on the rootlevel! (More information)

TYPO3\CMS\Core\Error\Http\ServiceUnavailableException thrown in file
/var/www/introductionpackage-6.1.4/typo3_src-6.1.4/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 1337.

3 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::fetch_the_id()

/var/www/introductionpackage-6.1.4/typo3_src-6.1.4/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01190:   $GLOBALS['TT']->pull();
01191:   // Now, get the id, validate access etc:
01192:   $this->fetch_the_id();
01193:   // Check if backend user has read access to this page. If not, recalculate the id.
01194:   if ($this->beUserLogin && $this->fePreview) {

2 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::determineId()

/var/www/introductionpackage-6.1.4/typo3_src-6.1.4/typo3/sysext/cms/tslib/index_ts.php:
00130: $TSFE->checkAlternativeIdMethods();
00131: $TSFE->clear_preview();
00132: $TSFE->determineId();
00133: // Now, if there is a backend user logged in and he has NO access to this page, then re-evaluate the id shown!
00134: if ($TSFE->isBackendUserLoggedIn() && (!$BE_USER->extPageReadAccess($TSFE->page) || \TYPO3\CMS\Core\Utility\GeneralUtility::_GP('ADMCMD_noBeUser'))) {

1 require("/var/www/introductionpackage-6.1.4/typo3_src-6.1.4/typo3/sysext/cms/tslib/index_ts.php")

/var/www/introductionpackage-6.1.4/typo3_src-6.1.4/index.php:
00039:  ->redirectToInstallToolIfLocalConfigurationFileDoesNotExist();
00040: 
00041: require(PATH_tslib . 'index_ts.php');
00042: ?>


I'm sure I do not have something set up right, but any help would be appreciated.


More information about the TYPO3-english mailing list