Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error generating styles-m.css from Less library #1391

Closed
vpietri opened this issue Jun 19, 2015 · 3 comments
Closed

Error generating styles-m.css from Less library #1391

vpietri opened this issue Jun 19, 2015 · 3 comments
Labels
Fixed in 2.4.x The issue has been fixed in 2.4-develop branch Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Progress: needs update

Comments

@vpietri
Copy link

vpietri commented Jun 19, 2015

Hi,

Hi have an error on loading styles-m.css after removing var/ and pub/static/ directories content.

  • Magento: ver. 0.74.0-beta13
  • oyejorge/less.php: v1.7.0.3

Html content for url
http://..../pub/static/frontend/Magento/blank/fr_FR/css/styles-m.css
is

Fatal error:  Allowed memory size of 134217728 bytes exhausted at /opt/phpfarm/src/php-5.5.22/ext/standard/array.c:2277 (tried to allocate 72 bytes) in <b>/var/www/magento2/ce-2/vendor/oyejorge/less.php/lib/Less/Tree/Ruleset.php on line 637
@orlangur
Copy link
Contributor

Fatal error: Allowed memory size of 134217728 bytes exhausted

This is much less than default 768 Mb memory limit: https://github.com/magento/magento2/blob/develop/.htaccess#L39

Increasing memory limit to recommended value could solve your problem.

@vpietri
Copy link
Author

vpietri commented Jun 22, 2015

You're right.

I'm running with Apache and php fastCGI. In this configuration php initialisation from .htacces is not allowed.

Many Thanks.

@vpietri vpietri closed this as completed Jun 22, 2015
@slavvka slavvka added the Fixed in 2.4.x The issue has been fixed in 2.4-develop branch label Jul 29, 2020
@slavvka
Copy link
Member

slavvka commented Jul 29, 2020

@magento-engcom-team magento-engcom-team added the Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed label Jul 29, 2020
magento-engcom-team added a commit that referenced this issue Jul 29, 2020
…ywords #29207

 - Merge Pull Request #29207 from jmonteros422/magento2-1:1391-SaveAssetsKeywordsInterface-to-delete-obsolete-keywords
 - Merged commits:
   1. a3e9fea
   2. 7c2511a
   3. d81d262
   4. fe0be1d
   5. 659071c
   6. b166cf5
   7. cc4c5d0
   8. 958fee3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed in 2.4.x The issue has been fixed in 2.4-develop branch Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Progress: needs update
Projects
None yet
Development

No branches or pull requests

5 participants