Jump to content

Non riesco ad accedere sezione modlli e pagamenti error 500


Recommended Posts

Ciao a tutti, ho sito di e-commerce con prestashop che stato terminando prima di mandarlo online. Credo di avere avuto problemi con google analytics, non so se per un problema di account mio google o un errore di conflitto interno a prestashop. Quando mi sono ritrovato ad andare su prestashop per inserire l'id google i moduli non mi si aprivano più e mi dava Error 500 ecc. . Ho provato a modificare il defines.php da false  true come avevo visto in una discussione ma niente. I moduli sembrano essersi anche disabilitati mi è sparito paypal dal sito e i pagamenti.

dai logs ho visto che mi da error anche su un altro modulo che non gli era piaciuto.

trovo nei parametri generali anche che mi dice che mi manca un file mancante install.txt.

ho inserito il debug e mi dice questo ma non lo trovo nel php.

 

FatalError

in modules/ganalytics/backward_compatibility/Display.php (line 33)

 * Class allow to display tpl on the FO

 */

class BWDisplay extends FrontController

{

    // Assign template, on 1.4 create it else assign for 1.5

    public function setTemplate($template)

    {

        if (_PS_VERSION_ >= '1.5')

            parent::setTemplate($template);

        else

            $this->template = $template;

 

e anche questo nel logs

INFO09:17:56requestMatched route "admin_module_manage".

{ "route": "admin_module_manage", "route_parameters": { "_route": "admin_module_manage", "category": null, "keyword": null, "_controller": "PrestaShopBundle\\Controller\\Admin\\Improve\\ModuleController::manageAction", "_legacy_controller": "AdminModulesManage", "_legacy_link": [ "AdminModulesManage", "AdminModulesSf" ] }, "request_uri": "https://arteromavalencia.es/fmxfilicar4tcibv/index.php/improve/modules/manage?_token=yrN0Sw_5Jvf_fSSruPmBbLkMgck5ZQhPQL1YOsZAhTM", "method": "GET" }

DEBUG09:17:56securityRead existing security token from the session.

{ "key": "_security_main", "token_class": "Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken" }

DEBUG09:17:56securityUser was reloaded from a user provider.

{ "provider": "PrestaShopBundle\\Security\\Admin\\EmployeeProvider", "username": "[email protected]" }

INFO09:17:56phpUser Deprecated: Not specifying the optional ShopConstraint parameter is deprecated since version 1.7.8.0

{ "exception": {} }

INFO09:17:56phpUser Deprecated: Not specifying the optional ShopConstraint parameter is deprecated since version 1.7.8.0

{ "exception": {} }

INFO09:17:56phpUser Deprecated: Not specifying the optional ShopConstraint parameter is deprecated since version 1.7.8.0

{ "exception": {} }

INFO09:17:56phpUser Deprecated: Not specifying the optional ShopConstraint parameter is deprecated since version 1.7.8.0

{ "exception": {} }

CRITICAL09:17:57phpFatal Compile Error: Declaration of BWDisplay::setTemplate($template) must be compatible with FrontControllerCore::setTemplate($template, $params = [], $locale = null)

{ "exception": {} }

INFO09:17:57phpUser Deprecated: The "$name" argument in method "Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector::__construct()" is deprecated since Symfony 4.2.

{ "exception": {} }

INFO09:17:57phpUser Deprecated: The "$version" argument in method "Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector::__construct()" is deprecated since Symfony 4.2.

{ "exception": {} }

INFO09:17:57phpUser Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.

{ "exception": {} }

INFO09:17:57phpUser Deprecated: The "Symfony\Component\Debug\Exception\FatalThrowableError" class is deprecated since Symfony 4.4.

{ "exception": {} }

INFO09:17:57phpUser Deprecated: The "Symfony\Component\Debug\Exception\FatalErrorException" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\Error\FatalError" instead.

{ "exception": {} }

CRITICAL09:17:57requestUncaught PHP Exception Symfony\Component\ErrorHandler\Error\FatalError: "Compile Error: Declaration of BWDisplay::setTemplate($template) must be compatible with FrontControllerCore::setTemplate($template, $params = [], $locale = null)" at /home/u809027759/domains/arteromavalencia.es/public_html/modules/ganalytics/backward_compatibility/Display.php line 33

{ "exception": {} }

 

 

Qualcuno sa aiutarmi, sarei molto grado abbiamo due siti praticamente pronti da mandare online a brevissimo e abbiamo dovuto sospendere delle pubblicità. Grazie mille un saluto a tutti.

 

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