splendidinternet / Magento2_German_LocalePack_de_DE

Deutsches Sprachpaket für Magento 2 Community Edition
Open Software License 3.0
86 stars 80 forks source link

Help: Compile Error #23

Closed rainer1108 closed 7 years ago

rainer1108 commented 8 years ago

..magento setup:di:compile

I recive a comiler error ( Magento ver. 2.0.7.).

Any ideas?

niclashoyer commented 8 years ago

Can you post the error here? A rough guess: do you use PHP 5.5? Maybe PHP 5.6 works.

christophbee commented 8 years ago

I have also a compilation error in my custom theme that is dependent on the blank theme. Running the command "php bin/magento setup:static-content:deploy de_DE" --> no errors in blank or luma theme. But when my custom theme is compiled I get the following error:

[Magento\Framework\View\Asset\ContentProcessorException]
Compilation from source:
frontend/[namespace]/[theme]/de_DE/css/email-fonts.less
Compilation from source:
frontend/[namespace]/[theme]/de_DE/css/email-fonts.less

The error also occurs when I comment out the complete content of the email-fonts.less

Any idea what's going wrong there?

niclashoyer commented 7 years ago

Your problems do not seem to be related to the German translations. Closing for now. It could be an error in your LESS file. Magento 2 sometimes just throws error messages away, so you won't see the cause.