[TYPO3-debian] Problems with install after creating ENABLE_INSTALL_TOOL

Janez Novak l2animus at gmail.com
Mon Jan 13 00:04:07 CET 2014


This is very random. I finally got it to work once i manually edited the Localconfig.php file to include the database name. The installer form never asked for this.

	'DB' => array(
		'database' => 'typo3',
		'extTablesDefinitionScript' => 'extTables.php',
		'host' => '127.0.0.1',
		'password' => 'awsxdrf1',
		'port' => '3306',
		'username' => 'typotest3',

It went through all the steps of the installation, the upon completing i was greeted with this:


Uncaught TYPO3 Exception
#1294587218: No TypoScript template found! (More information)

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

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


/var/www/type3cms/typo3_src-6.1.7/typo3/sysext/cms/tslib/index_ts.php:

00167: // Get config if not already gotten
00168: // After this, we should have a valid config-array ready

00169: $TSFE->getConfigArray();

00170: // Convert POST data to internal "renderCharset" if different from the metaCharset
00171: $TSFE->convPOSTCharset();


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


/var/www/type3cms/typo3_src-6.1.7/index.php:

00039:  ->redirectToInstallToolIfLocalConfigurationFileDoesNotExist();
00040: 

00041: require(PATH_tslib . 'index_ts.php');

00042: ?>

:(


More information about the TYPO3-debian mailing list