-
Notifications
You must be signed in to change notification settings - Fork 5
Description
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();}