I have installed Magento 2 in my Windows Local Machine using WAMP 3.0.4. I tried making a simple "Hello World" module. But, when I tried to run the module, I get the following error:
Please upgrade your database: Run "bin/magento setup:upgrade" from the Magento root directory.
The following modules are outdated:
Censere_HelloWorld schema: current version - none, required version - 1.0.0 Censere_HelloWorld data: current version - none, required version - 1.0.0
But when I tried to run the command php bin/magento setup:upgrade in Cygwin, it throws me the error:
Segmentation fault (core dumped)
What could I do?
Thanks.
-
Since you're running via WAMP, make sure you are calling the proper php version binary. magento.stackexchange.com/questions/192049/… A segment fault would most likely be environment related.B00MER– B00MER2019年09月23日 06:25:12 +00:00Commented Sep 23, 2019 at 6:25
1 Answer 1
In most cases infinite recursion cause Segmentation fault. Try install xdebug extension and run one more time.