Closed astorm closed 8 years ago
(Also -- if you have a particular code point where it'd be useful to start debugging, that'd be helpful)
@astorm I'm on vacation with limited acces to the internet and practically no access to a computer. (And I like it) I will investigate this .... aaa... next year. Sorry for the delay
@UltimateModuleCreator No worries. If you have 15 second and it's on the top of your mind -- do you know/recall where the method call that kicks off file writing for the module creator is?
This is where everything begins https://github.com/UltimateModuleCreator/Umc_Base/blob/master/Controller/Adminhtml/Module/Validate.php#L110. Everything should be written in var/umc. There is no more option to install directly
@UltimateModuleCreator Thanks again -- I'll ping you on the second. Gett off the computer!
@astorm. Thanks...and i was on my phone. I will close it now
@UltimateModuleCreator Just checking in -- any chance to review this? Or is UMC still low on the list of things you have time for at the moment
@astorm No, this is top priority on my spare time. Unfortunately the spare time I have is close to zero. Damn work, getting in the way of things that are really important. I added a notice in the readme.md that this is on hold till Magento 2 is stabilized and I get some spare time.
No worries @UltimateModuleCreator -- I know how that goes all too well. Hopefully I'll have some of that free time to dig into this as well.
Now that the Magento 2 base is settling down, have either of you got any further with this, @UltimateModuleCreator or @astorm?
Although the message the to user is that creation of module is successful, the path to write the xml and modules files starts with var rather than getting the concrete base path for var.
@maderlock I put project this on hold a while a go for 2 reasons. M2 was changing from day to day and the lack of time to take care of it. M2 being stable solves only half the problem. But you are right, maybe I should find the time to start it again.
Oh! and thanks for the PR.
@UltimateModuleCreator Thanks for accepting the changes, and I completely understand the lack of time issue - I have a full-time job and three kids under 5. Free time is scarce. However - this module is useful for my job so there's a chance I will be able to help with this module.
After filling out the UI for a new module, with a single entity (and that entity has a single field named
name
, Magento reportsBut, in fact, despite what the message says, there's no extension in
app/code
, and the grid of extensions in empty.No errors of note in my PHP error log, or in any of Magento's logs. There was this is in
debug.log
-- but it seems unrelatedDigging in deeper to this, but posting now in case it triggers something.
Using the 2.0 release, installed via the
magento/product-community-edition
package.