Jump to content

Problema error 500 interno


ruloshop

Recommended Posts

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)
  1.         $address explode('@'$to);
  2.         if (empty($address[0]) || empty($address[1])) {
  3.             return $to;
  4.         }
  5.         return $address[0].'@'.idn_to_ascii($address[1]);
  6.     }
  7.     /**
  8.      * Generic function to dieOrLog with translations.
  9.      *
MailCore::toPunycode('[email protected]') in classes/Mail.php (line 317)
  1.             $toPlugin $to[0];
  2.         } else {
  3.             /* Simple recipient, one address */
  4.             $toPlugin $to;
  5.             $toName = (($toName == null || $toName == $to) ? '' self::mimeEncode($toName));
  6.             $message->addTo(self::toPunycode($to), $toName);
  7.         }
  8.         if (isset($bcc) && is_array($bcc)) {
  9.             foreach ($bcc as $addr) {
  10.                 $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&acute;oponopono Como trabajar la t&eacute;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)
  1.                         null,
  2.                         null,
  3.                         null,
  4.                         _PS_MAIL_DIR_,
  5.                         false,
  6.                         (int)$order->id_shop
  7.                     );
  8.                 }
  9.             }
  10.             // @since 1.5.0 : gets the stock manager
OrderHistoryCore->changeIdOrderState(5, object(Order), true) in controllers/admin/AdminOrdersController.php (line 535)
  1.                         $use_existings_payment false;
  2.                         if (!$order->hasInvoice()) {
  3.                             $use_existings_payment true;
  4.                         }
  5.                         $history->changeIdOrderState((int)$order_state->id$order$use_existings_payment);
  6.                         $carrier = new Carrier($order->id_carrier$order->id_lang);
  7.                         $templateVars = array();
  8.                         if ($history->id_order_state == Configuration::get('PS_OS_SHIPPING') && $order->shipping_number) {
  9.                             $templateVars = array('{followup}' => str_replace('@'$order->shipping_number$carrier->url));
AdminOrdersControllerCore->postProcess() in classes/controller/Controller.php (line 244)
  1.             if (!$this->content_only && ($this->display_header || (isset($this->className) && $this->className))) {
  2.                 $this->setMedia();
  3.             }
  4.             // postProcess handles ajaxProcess
  5.             $this->postProcess();
  6.             if (!empty($this->redirect_after)) {
  7.                 $this->redirect();
  8.             }
ControllerCore->run() in classes/Dispatcher.php (line 428)
  1.             if (isset($params_hook_action_dispatcher)) {
  2.                 Hook::exec('actionDispatcher'$params_hook_action_dispatcher);
  3.             }
  4.             // Running controller
  5.             $controller->run();
  6.             // Execute hook dispatcher after
  7.             if (isset($params_hook_action_dispatcher)) {
  8.                 Hook::exec('actionDispatcherAfter'$params_hook_action_dispatcher);
  9.             }
DispatcherCore->dispatch() in betteradmin/index.php (line 99)
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...