[FLOW3-general] Deploying a Flow3 package in Typo3

Jackie Stallard jstallard at internode.on.net
Sat Jan 7 09:00:06 CET 2012


Sorry, that made no difference. Just to check that I did the right thing 
(never used git before), did this:

cd /var/www/vhosts/devsef.austcom.org.au/httpdocs
git clone --recursive git://git.typo3.org/FLOW3/Distributions/Base.git 
FLOW3-1.0.2
ln -s FLOW3-1.0.2 flow3
cd flow3/Packages/Framework/Doctrine.ORM
git pull git://git.typo3.org/FLOW3/Packages/Doctrine.ORM 
refs/changes/73/7673/3
cd ../Doctrine.DBAL
git pull git://git.typo3.org/FLOW3/Packages/Doctrine.DBAL 
refs/changes/72/7672/1
cd ../Doctrine.Common
git pull git://git.typo3.org/FLOW3/Packages/Doctrine.Common 
refs/changes/70/7670/2
cd ../TYPO3.FLOW3
git pull git://git.typo3.org/FLOW3/Packages/TYPO3.FLOW3 
refs/changes/74/7674/2

Moved the old flow3 installation elsewhere
Edited Settings.yaml to connect to a TYPO3 v4 database.
cd /flow3
./flow3 doctrine:migrate
Uncaught Exception
   Unknown database type mediumblob requested,
   Doctrine\DBAL\Platforms\MySqlPlatform may not support it.

More Information
   Exception code      #0
   File 
/mnt/ssd/vhosts/devsef.austcom.org.au/httpdocs/FLOW3-1.0.2/Packages/Framework/Doctrine.DBAL/Classes/Platforms/AbstractPlatform.php 
line 261

If I migrate to an empty database, doctrine works.

Jackie



More information about the FLOW3-general mailing list