Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Erro ao compilar #18

Closed
thiagojpa opened this issue Jan 23, 2017 · 3 comments
Closed

Erro ao compilar #18

thiagojpa opened this issue Jan 23, 2017 · 3 comments

Comments

@thiagojpa
Copy link

thiagojpa commented Jan 23, 2017

Bom dia Pessoal,

Estou tendo o seguinte erro ao compilar ..

Fatal error: Class UOL\PagSeguro\Controller\Direct contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Magento\Framework\App\ActionInterface::execute) in /var/www/html/vendor/pagseguro/magento2/Controller/Direct.php on line 30

e o pagseguro também não está gerando o log coloquei o caminho como /var/www/html/var/log

meu composer está assim


{
    "name": "magento/project-community-edition",
    "description": "eCommerce Platform for Growth (Community Edition)",
    "type": "project",
    "version": "2.1.2",
    "license": [
        "OSL-3.0",
        "AFL-3.0"
    ],
    "require": {
        "magento/product-community-edition": "2.1.2",
        "composer/composer": "@alpha",
        "bleez/correios": "^0.0.3",
        "pagseguro/magento2": "dev-master"             
    },
    "require-dev": {
        "phpunit/phpunit": "4.1.0",
        "squizlabs/php_codesniffer": "1.5.3",
        "phpmd/phpmd": "@stable",
        "pdepend/pdepend": "2.2.2",
        "friendsofphp/php-cs-fixer": "~1.2",
        "lusitanian/oauth": "~0.3 <=0.7.0",
        "sebastian/phpcpd": "2.0.0"
    },
    "config": {
        "use-include-path": true
    },
    "autoload": {
        "psr-4": {
            "Magento\\Framework\\": "lib/internal/Magento/Framework/",
            "Magento\\Setup\\": "setup/src/Magento/Setup/",
            "Magento\\": "app/code/Magento/"
        },
        "psr-0": {
            "": "app/code/"
        },
        "files": [
            "app/etc/NonComposerComponentRegistration.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Magento\\Sniffs\\": "dev/tests/static/framework/Magento/Sniffs/",
            "Magento\\Tools\\": "dev/tools/Magento/Tools/",
            "Magento\\Tools\\Sanity\\": "dev/build/publication/sanity/Magento/Tools/Sanity/",
            "Magento\\TestFramework\\Inspection\\": "dev/tests/static/framework/Magento/TestFramework/Inspection/",
            "Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "repositories": [
        {
            "type": "composer",
            "url": "https://repo.magento.com/"
        }
    ],
    "extra": {
        "magento-force": "override"
    }
}

@alex5896ml
Copy link

Comigo aconteceu isso amigo além de problemas no library file. Contratei 3 freelancers para ver se eles podiam consertar o problema e me disseram que isso deveria ser resolvido com o suporte do pagseguro.Acabei comprando um Modulo que sera lançado na magento marketplace no dia 07/02.

@esilvajr
Copy link
Contributor

esilvajr commented Jan 24, 2017

@thiagojpa e @alex5896ml conseguimos identificar o problema estamos executando a correção e iremos disponibilizar ainda hoje a correção.

Obrigado!

@gabriellucius
Copy link
Contributor

gabriellucius commented Jan 25, 2017

@thiagojpa @alex5896ml Foi realizada a correção e está disponível a partir do commit 88a6194

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants