[TYPO3-dev] Re: Set up new TYPO3 project with composer

Philipp Wrann philippwrann at gmail.com
Tue Jun 23 11:43:48 CEST 2015


Okay, now frustration is taking over,

i realized there may only be the way to split things up and started over again.

composer create-project typo3/cms-base-distribution projectname dev-master

i created a folder called htdocs and placed symlinks there

htdocs/typo3_src -> ../typo3_src
index.php -> typo3_src/index.php
typo3 -> typo3_src/typo3

then created htdocs/FIRST_INSTALL and run through installation.

At the point where the database tables should be generated i get:
 Fatal error: Class 'TYPO3\CMS\Form\Utility\FormUtility' not found in /var/www/projectname/typo3_src/typo3/sysext/form/ext_localconf.php on line 4

Okay, maybe check out last stable release.

So i exhanged the version in composer.json by "~7.3.0", execute composer update and 7.3.0 is checked out.

After reloading the screen i still get the fatal error.

rm -rf Packages/Libraries/* && composer install

Still fatal error



More information about the TYPO3-dev mailing list