Answered: Problem when building package with store autoloading
Answered: Problem when building package with store autoloading
When trying to package my application I get error with no info;
PHP Code:
[ERROR]
After doing some debugging it came to my attention that this only happens when I enable the autoLoad property on one of my stores. Is this a bug or am I just doing it wrong?
I didn't figure out the actual error, it still strikes me as odd that it shows on screen as [ERROR]. But I just didn't need the autoloading. So that fixed it for me.
Hope that might help anyone running into the same issue....
*technically* it shouldn't care about the store loading. It is just going through and trying to collect which classes require what classes so if an error happens somewhere it can through it off.
I appreciate your help Mitchell, but it still strikes me as odd that autoloading kills the build process. It just occurred to me that the only other thing happening could be a xtemplates issue since the data returned gets used in those.
I'll look into it further on monday and will update the topic as soon as I know more, so other people can benefit from the information as well.
I didn't figure out the actual error, it still strikes me as odd that it shows on screen as [ERROR]. But I just didn't need the autoloading. So that fixed it for me.
Hope that might help anyone running into the same issue....