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

instance for goaliomailservice_message fails. #1

Closed
andrei-stanca opened this issue Dec 19, 2012 · 5 comments
Closed

instance for goaliomailservice_message fails. #1

andrei-stanca opened this issue Dec 19, 2012 · 5 comments

Comments

@andrei-stanca
Copy link

After you enable the plugin, and make the necessary changes in the database / application settings and add the conf. to the autoload, when trying to use the module it fails with:

Zend\ServiceManager\ServiceManager::get was unable to fetch or create an instance for goaliomailservice_message
@XaeroDegreaz
Copy link

I have the same issue. Any update on this? I see this issue has been open for a few months now.

@pdobrigkeit
Copy link
Member

Will try to look into it asap. Currently lots of other issues that need my attention. Could you please post some code, that you are executing?

@XaeroDegreaz
Copy link

No code. Fresh install with https://github.com/goalio/GoalioForgotPassword

@pdobrigkeit
Copy link
Member

Could you please check the file Module.php in the root directory? Does it still say require GoalioI18n in the folder path? Other than that I could not reproduce the error. I did a fresh install of the ZendSkeletonApplication, used the following composer.json

{
    "name": "zendframework/skeleton-application",
    "description": "Skeleton Application for ZF2",
    "license": "BSD-3-Clause",
    "keywords": [
        "framework",
        "zf2"
    ],
    "homepage": "http://framework.zend.com/",
    "require": {
        "php": ">=5.3.3",
        "zendframework/zendframework": ">2.1.3",

        "zf-commons/zfc-base" : "0.*",
        "zf-commons/zfc-user" : "0.*",

        "goalio/goalio-forgotpassword": "0.*",
        "goalio/goalio-rememberme": "0.*"        
    }
}

added the Modules to the application.config.php

'modules' => array(
    'Application',
    'ZfcBase',
    'ZfcUser',
    'GoalioForgotPassword',
    'GoalioRememberMe',
    'GoalioMailService',
),

and copied all the .global.dist config files to the config folder. Did not experience the error. Would need more context if it doesn't work for you!
29-04-2013 14-03-41

@1CASH1
Copy link

1CASH1 commented Jun 16, 2014

I too have the same problem, when the mail is sent the same error appears

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

4 participants