Giter Site home page Giter Site logo

Comments (5)

XaeroDegreaz avatar XaeroDegreaz commented on August 28, 2024

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

from goaliomailservice.

pdobrigkeit avatar pdobrigkeit commented on August 28, 2024

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?

from goaliomailservice.

XaeroDegreaz avatar XaeroDegreaz commented on August 28, 2024

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

from goaliomailservice.

pdobrigkeit avatar pdobrigkeit commented on August 28, 2024

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

from goaliomailservice.

1CASH1 avatar 1CASH1 commented on August 28, 2024

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

from goaliomailservice.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.