Jump to content

lenteur site web


Recommended Posts

j'ai desactiver deja tous les modules qui ne sert pas tels que google analytics et autres stats.J'ai mit le fichier ou tu a dis il n'y avait pas de tool a cette endroit c'est rien ? il doit pas remplace un tool existant il y avait un index.php et cart.php a cette endroit avec des dossiers aussi.Merci

Link to comment
Share on other sites

OK pour les crons on utilise directement le module tache cron que j'ai desactiver pour cela on a jamais ete dans le serveur mais j'ai desactiver le module panier abandonne en pensant que ca aurait pu etre lui le bug etait toujours la ?

Link to comment
Share on other sites

<?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 Open Software License (OSL 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/OSL-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.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to https://devdocs.prestashop.com/ for more information.
 *
 * @author    PrestaShop SA and Contributors <[email protected]>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 */


class Tools extends ToolsCore
{
    public static function addonsRequest($request, $params = [])
    {
            return false;
    }
}

essayer de remplacer le code de /overrides/classes/Tools.php par celui dessus,

renommer /var/cache/dev en /var/cache/dev-bck et /var/cache/prod en /var/cache/prod-bck

si tjs une erreur 500 mettre le site en mode debug

Link to comment
Share on other sites

donc j'ai mit fichier dans override/class/ et pas dans class/ et la pas de message d'erreur.

J'ai donc mon fichier tools dans override/class que tu a donné et mon tool dans class de base.

merci j'ai trouve un fichier override/class/index.php un peu bizarre que voici.merci

index.php

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...