[FLOW3-general] DBAL-Error in Production Environment

Karsten Dambekalns karsten at typo3.org
Thu Nov 24 11:23:35 CET 2011


Hi.

On 17.11.11 13:48, Kerstin Huppenbauer wrote:
> But now i have a problem with my model in production environment.
...
> The exection which is thrown is:
> Uncaught exception #42S22 in line 618 of
> /usr/DEFAULT/docroot/Base/Packages/Framework/Doctrine/Classes/DBAL/Connection.php:
> SQLSTATE[42S22]: Column not found: 1054 Unknown column 'd0_.l10n_parent'
> in 'field list'
> 
> Development und Production Environment uses the same Database and the
> field l10n_parent exists in the join table.
> 
> Where is my mistake?

If it works in development context, the only thing that I can imagine is
that some cache is out of sync. Production context doesn't clear caches,
so try to
 FLOW3_CONTEXT=Production ./flow3 flow3:cache:flush

Does that help?

Regards,
Karsten


More information about the FLOW3-general mailing list