Jump to content

error upgrading 8.08 Oauth2LogoutTrait' not found


RCTSH

Recommended Posts

Ingles

 

I have upgraded from prestashop 1.7.8.8 to prestashoop 8.01

my php version is 7.4.4


I get the error after finishing

https://basajaun-yopmail.tinytake.com/msc/ODA1MzQ5Nl8yMTIwNzc0NA


PrestaShop's 'PrestaShop's 'Module's 'Accounts' not found

 

castellano

 

HE actualizado  de prestashop 1.7.8.8  a prestashoop 8.01

mi version de php es 7.4.4

 

me da el error tras finalizar 

https://basajaun-yopmail.tinytake.com/msc/ODA1MzQ5Nl8yMTIwNzc0NA

PrestaShop\Module\PsAccounts\Provider\OAuth2\Oauth2LogoutTrait' not found

 

 

Link to comment
Share on other sites

Gracias por tu comentario,

tienes toda la razon cuando instale hace 4 años no lo sabia, ahora no se si podria cambiarlo sin problemas

 

la linea que me dices esta en  blanco

<?php
/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License version 3.0
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to [email protected] so we can send you a copy immediately.
 *
 * @author    PrestaShop SA and Contributors <[email protected]>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 */

if (!defined('_PS_VERSION_')) {
    exit;
}
require_once __DIR__ . '/vendor/autoload.php';

class Ps_accounts extends Module
{
    const DEFAULT_ENV = '';

    // Needed in order to retrieve the module version easier (in api call headers) than instanciate
    // the module each time to get the version
    const VERSION = '5.3.4';

    /**
     * @var array
     */
    private $adminControllers;

    /**
     * List of hook to install at the installation of the module
     *
     * @var array
     */
    private $hookToInstall = [
        'displayBackOfficeHeader',
        'actionObjectShopAddAfter',
        'actionObjectShopUpdateAfter',
        'actionObjectShopDeleteBefore',
        'actionObjectShopDeleteAfter',
        'actionObjectShopUrlUpdateAfter',
        'displayDashboardTop',
        'displayAccountUpdateWarning',
    ];

    /**
     * List of new hooks to create at the installation of the module
     *
     * @var array
     */
    private $customHooks = [
        [
            'name' => 'displayAccountUpdateWarning',
            'title' => 'Display account update warning',
            'description' => 'Show a warning message when the user wants to'
                . ' update his shop configuration',
            'position' => 1,
        ],
    ];

    /**

 

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...