Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

8
  • Have try to compile your code before submit using this "php bin/magento setup:di:compile" Commented Feb 9, 2017 at 6:35
  • Yes,when we try to put it on production mode it will automatically compile code but problem is the same memory exhausted and give Fatal error: Allowed memory size of 134217728 bytes exhausted. Commented Feb 9, 2017 at 6:39
  • Before puting in production mode, you can verify extension code using this command, And if any error show on screen, try to solve that. It will help you. Commented Feb 9, 2017 at 6:40
  • Yes @DhirenVasoya already did that but issue that generate using that command is memory limit. Commented Feb 9, 2017 at 6:43
  • Try to update memory limit for php cli (not Apache) stackoverflow.com/questions/4096582/… . After that try to run recompilation command. Commented Feb 12, 2017 at 7:21