RCTSH Posted March 28, 2023 Share Posted March 28, 2023 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 More sharing options...
Nickz Posted March 29, 2023 Share Posted March 29, 2023 (edited) En la imagen se ve el nombre de de la carpeta admin, mala idea. Que dice la linea 24 en ps_account.php? Edited March 29, 2023 by Nickz (see edit history) Link to comment Share on other sites More sharing options...
RCTSH Posted April 6, 2023 Author Share Posted April 6, 2023 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 More sharing options...
Nickz Posted April 6, 2023 Share Posted April 6, 2023 (edited) Looks as if yout php is too high. Lower it and have a look. Hopefully you have backup files and a database. Edited April 9, 2023 by Nickz (see edit history) Link to comment Share on other sites More sharing options...
RCTSH Posted April 9, 2023 Author Share Posted April 9, 2023 Up to 7.4 a couple of theme files were missing. i'm waiting to update a module and try again. thanks for your help 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now