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

Cannot run a new module installation script after Magento 2 installation #422

Closed
jreinke opened this issue Nov 25, 2013 · 9 comments
Closed

Comments

@jreinke
Copy link

jreinke commented Nov 25, 2013

Hi there,

I am trying to install a simple module after Magento 2 installation but the installation script is never executed, and nothing appears in core_resource table.

The module only contains 3 files: https://gist.github.com/jreinke/7644088

Am I missing something? It was working well in dev50 but is broken from dev51.

@guoguolong
Copy link

I have the exactly same problem with you.

@verklov
Copy link
Contributor

verklov commented Nov 29, 2013

Hello jreinke,
Thank you for reporting this issue! Out team will review it and come up with a solution once we have it confirmed.

@verklov
Copy link
Contributor

verklov commented Dec 4, 2013

jreinke,
We have resolved the issue internally when fixing another issue. The fix will be available in the code we release in the next version.
Thank you for your input into the development of Magento!

@verklov verklov closed this as completed Dec 4, 2013
@poly-glot
Copy link

Would be great if you can mention where you have implemented following call.
Right now manually calling it from temp action.

_dbUpdater->updateScheme(); ?>

@verklov
Copy link
Contributor

verklov commented Dec 4, 2013

The code fixing the issue is not yet published. It is currently in the queue to be merged to the internal repository and most likely will be deployed this Friday. Please wait for the update.

@vrann
Copy link
Contributor

vrann commented Dec 6, 2013

Hi, simpleux,
you can find the fix in dev55 release on github. The fix was to add install plugin the DI configuration:
https://github.com/magento/magento2/blob/master/app/code/Magento/Core/etc/di.xml#L464

@poly-glot
Copy link

Cheers Vrann!

@guoguolong
Copy link

I've upgraded to dev55. I also found the fixing in https://github.com/magento/magento2/blob/master/app/code/Magento/Core/etc/di.xml#L464. But I still can't see the automatic scheme execution when I refresh magento page.

@guoguolong
Copy link

I got the reason. I created a module named Haw_Checkout , which contain setup folder called checkout_setup which is the same with the setup folder of Magento_Checkout.

vpelipenko added a commit that referenced this issue Jul 15, 2015
[Tango] S56 Bugsfixes and decrease C.R.A.P.
magento-team pushed a commit that referenced this issue Mar 8, 2016
okorshenko pushed a commit that referenced this issue Dec 14, 2016
[Folks] Bugfix 2.0.11
- MAGETWO-58614 [Сheckout] Cannot checkout reordered products
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants