ruloshop Posted December 12, 2018 Share Posted December 12, 2018 Hola tengo un problema en el Area de admin no puedo aceptar pagos o poner Entregado, Cancelar, etc., Cada vez que quiero usar esas opciones me da el error 500, pude en Modo Debug y esto es lo que me dice pero nose como corregir, espero su ayuda gracias Attempted to call function "idn_to_ascii" from the global namespace in classes/Mail.php (line 872) $address = explode('@', $to); if (empty($address[0]) || empty($address[1])) { return $to; } return $address[0].'@'.idn_to_ascii($address[1]); } /** * Generic function to dieOrLog with translations. * MailCore::toPunycode('[email protected]') in classes/Mail.php (line 317) $toPlugin = $to[0]; } else { /* Simple recipient, one address */ $toPlugin = $to; $toName = (($toName == null || $toName == $to) ? '' : self::mimeEncode($toName)); $message->addTo(self::toPunycode($to), $toName); } if (isset($bcc) && is_array($bcc)) { foreach ($bcc as $addr) { $addr = trim($addr); MailCore::send(5, 'download_product', 'El producto virtual que ha comprado está disponible para descargar', array('{lastname}' => 'Blanco', '{firstname}' => 'RAUL ARNALDO', '{id_order}' => 17, '{order_name}' => 'FMYJDDHNR', '{nbProducts}' => 1, '{virtualProducts}' => '<ul><li><a href="http://better-buy.store/index.php?controller=get-file&key=ab40af09c41131182a4632f6406763a2161f2603-2f7a943e0a8d9289929fb69d0af758a99f476846&id_order=17&secure_key=48088233e6dfe7dfc72721c644afd225">Ho´oponopono Como trabajar la técnica.pdf</a></li></ul>'), '[email protected]', 'RAUL ARNALDO Blanco', '[email protected]', 'Better Buy', null, null, '/home/bettzvnd/public_html/mails/', false, 1) in classes/order/OrderHistory.php (line 180) null, null, null, _PS_MAIL_DIR_, false, (int)$order->id_shop ); } } // @since 1.5.0 : gets the stock manager OrderHistoryCore->changeIdOrderState(5, object(Order), true) in controllers/admin/AdminOrdersController.php (line 535) $use_existings_payment = false; if (!$order->hasInvoice()) { $use_existings_payment = true; } $history->changeIdOrderState((int)$order_state->id, $order, $use_existings_payment); $carrier = new Carrier($order->id_carrier, $order->id_lang); $templateVars = array(); if ($history->id_order_state == Configuration::get('PS_OS_SHIPPING') && $order->shipping_number) { $templateVars = array('{followup}' => str_replace('@', $order->shipping_number, $carrier->url)); AdminOrdersControllerCore->postProcess() in classes/controller/Controller.php (line 244) 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 classes/Dispatcher.php (line 428) if (isset($params_hook_action_dispatcher)) { Hook::exec('actionDispatcher', $params_hook_action_dispatcher); } // Running controller $controller->run(); // Execute hook dispatcher after if (isset($params_hook_action_dispatcher)) { Hook::exec('actionDispatcherAfter', $params_hook_action_dispatcher); } DispatcherCore->dispatch() in betteradmin/index.php (line 99) 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