1

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.

asked Jul 7, 2016 at 15:49
1
  • 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. Commented Sep 23, 2019 at 6:25

1 Answer 1

0

In most cases infinite recursion cause Segmentation fault. Try install xdebug extension and run one more time.

answered Jul 7, 2016 at 18:01

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.