Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prestashop 8.0.x #62

Open
lizg0 opened this issue Mar 25, 2023 · 0 comments
Open

Prestashop 8.0.x #62

lizg0 opened this issue Mar 25, 2023 · 0 comments

Comments

@lizg0
Copy link

lizg0 commented Mar 25, 2023

Buena tarde tienen fecha estimada para la compatibilidad con la nueva versión Prestashop 8.0.x ?
Provee la ultima actualización del modulo y genera los siguientes errores.

Symfony\Component\ErrorHandler\Error
UndefinedMethodError
in C:\xampp\htdocs\managershop\modules\openpayprestashop\openpayprestashop.php (line 1291)
Logger::addLog('HTTP code '.$info['http_code'].' on request to '.$info['url'], 1, null, null, null, true); } curl_close($ch); $array = Tools::jsonDecode($result, true); if (array_key_exists('id', $array)) { Configuration::updateValue('OPENPAY_CLASSIFICATION', $array['classification']); return true; } else {
OpenpayPrestashop->getMerchantInfo()
in C:\xampp\htdocs\managershop\modules\openpayprestashop\openpayprestashop.php (line 870)
'name' => $this->l('Deberás de registrarte en BBVA y configurar las credenciales (ID, llave privada y llave pública.)'), 'result' => $this->getMerchantInfo()); }else{ $tests['configuration'] = array( 'name' => $this->l('Deberás de registrarte en Openpay y configurar las credenciales (ID, llave privada y llave pública.)'), 'result' => $this->getMerchantInfo()); } $tests['php54'] = array( 'name' => $this->l('Tu servidor debe de contar con PHP 5.4 o posterior.'), 'result' => version_compare(PHP_VERSION, '5.4.0', '>='));
OpenpayPrestashop->checkRequirements()
in C:\xampp\htdocs\managershop\modules\openpayprestashop\openpayprestashop.php (line 941)
foreach ($errors as $error) { $this->error[] = $error; } } $requirements = $this->checkRequirements(); foreach ($requirements as $key => $requirement) { if ($key != 'result') { $this->validation[] = $requirement; }
OpenpayPrestashop->getContent()
in C:\xampp\htdocs\managershop\controllers\admin\AdminModulesController.php (line 696)
if (count($this->errors)) { continue; } // Get the return value of current method $echo = $module->{$method}(); // After a successful install of a single module that has a configuration method, to the configuration page if ($key == 'install' && $echo === true && strpos(Tools::getValue('install'), '|') === false && method_exists($module, 'getContent')) { Tools::redirectAdmin(self::$currentIndex . '&token=' . $this->token . '&configure=' . $module->name . '&conf=12'); }
AdminModulesControllerCore->postProcessCallback()
in C:\xampp\htdocs\managershop\controllers\admin\AdminModulesController.php (line 921)
} } // Call appropriate module callback if (!isset($ppm_return)) { $this->postProcessCallback(); } if (Tools::getValue('generate_rtl') && Tools::getValue('configure') != '') { Language::getRtlStylesheetProcessor() ->setProcessPaths([
AdminModulesControllerCore->postProcess()
in C:\xampp\htdocs\managershop\classes\controller\Controller.php (line 308)
if (!$this->content_only && ($this->display_header || (isset($this->className) && $this->className))) { $this->setMedia(); } // postProcess handles ajaxProcess $this->postProcess(); if (!empty($this->redirect_after)) { $this->redirect(); }
ControllerCore->run()
in C:\xampp\htdocs\managershop\classes\Dispatcher.php (line 510)
// Execute hook dispatcher Hook::exec('actionDispatcher', $params_hook_action_dispatcher); // Running controller $controller->run(); // Execute hook dispatcher after Hook::exec('actionDispatcherAfter', $params_hook_action_dispatcher); } catch (PrestaShopException $e) { $e->displayMessage();
DispatcherCore->dispatch()
in C:\xampp\htdocs\managershop\MShop\index.php (line 92)
if (!headers_sent()) { header('Content-Type: text/html; charset=utf-8'); } // Prepare and trigger LEGACY admin dispatcher Dispatcher::getInstance()->dispatch();}

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

No branches or pull requests

1 participant