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

Installing via composer #30

Open
jnauman opened this issue May 12, 2014 · 3 comments
Open

Installing via composer #30

jnauman opened this issue May 12, 2014 · 3 comments

Comments

@jnauman
Copy link

jnauman commented May 12, 2014

When I try to install through composer I get an error that no stable version is available. I attempted to just download and install manually however that results in an error as well. ('Module (GoalioForgotPassword) could not be initialized)

@stijnhau
Copy link
Contributor

First of all.
Did you follow the excat step like said in the howto(or readme)?

When you copied it to thez vendor dir it is normal that it oisn't working because the autoload files of composer doesn't have the llink to the module.

@pdobrigkeit
Copy link
Member

Hey, I just tried the "normal" workflow, in which I can verify this. I did a plain vanilla install of ZendSkeletonApplication and added only "goalio/goalio-forgotpassword": "1.*" to the composer.json.

Loading composer repositories with package information
Updating dependencies (including require-dev)
- Installing zf-commons/zfc-base (v0.1.2)
Loading from cache

- Installing zf-commons/zfc-user (1.0.0)
    Loading from cache

- Installing goalio/goalio-mailservice (1.0.0)
    Downloading: 100%

- Installing goalio/goalio-forgotpassword (1.0.0)
    Downloading: 100%

Writing lock file
Generating autoload files

It worked fine. Maybe you have some other module in your composer which is causing trouble? Maybe you could post the conflict you get when trying to install?

@jnauman
Copy link
Author

jnauman commented May 13, 2014

After a bit more digging into this I found that another module was requiring an older version of zfc-user, removing that module solved the problem. Thanks for helping. :)

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

3 participants