horst Posted May 1, 2016 Posted May 1, 2016 here is reported an issue with a native PW3 module that complains not to find a core module: https://github.com/horst-n/ImageSizerEngineIMagickCLI/issues/1 does anybody know why this may behave this way?
BitPoet Posted May 2, 2016 Posted May 2, 2016 Looks like phil is trying to install it on PW 2.x where namespaces aren't supported. Perhaps add a requirement in getModuleInfo for >= 3.0.10 for all those not looking at the module's description? requires => array('ProcessWire>=3.0.10') 2
horst Posted May 2, 2016 Author Posted May 2, 2016 Hi BitPoet, thanks for pointing me to the missing requirements param! (shame on me ) But Phil explicitly said he used PW 3.0.14. ??
phippu Posted May 2, 2016 Posted May 2, 2016 Hello As I remember I pulled the newest version from GitHub before I tried to install the module. I will check the exact installed version this evening. 1
horst Posted May 2, 2016 Author Posted May 2, 2016 On Github you can pull three newest versions: PW 2.7 stable PW 2.7 dev PW 3.0 devns (= namespace) Maybe you haven't selected the right branch, or it got deselected before you clicked the download button ==> https://processwire.com/download/
phippu Posted May 2, 2016 Posted May 2, 2016 I'm feeling ashamed guys. Sorry, it was on 2.7.2. I was on branch master not devns
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now