Jump to content
  • 0

błąd przy dodaniu neumeru przesyłki


japanstore_01

Question

Witam,
Pierwszy raz przydarzył się błąd przy dodaniu numeru przesyłki w zamówieniu, czy mogę prosić o pomoc?

[PrestaShopException]

Can't load Carrier object
at line 485 in file controllers/admin/AdminOrdersController.php

480.                         $carrier = new Carrier((int)$order->id_carrier, $order->id_lang);481.                         if (!Validate::isLoadedObject($customer)) {482.                             throw new PrestaShopException('Can\'t load Customer object');483.                         }484.                         if (!Validate::isLoadedObject($carrier)) {485.                             throw new PrestaShopException('Can\'t load Carrier object');486.                         }487.                         $templateVars = array(488.                             '{followup}' => str_replace('@', $order->shipping_number, $carrier->url),489.                             '{firstname}' => $customer->firstname,490.                             '{lastname}' => $customer->lastname,

 

 

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Miałem podobny babol (ten sam komunikat błędu). Błąd spowodowany był brakującymi wpisami w tabelach :

ps_order_carrier
ps_order_detail

Ręczne ich dodanie rozwiązuje problem.

Jak wyjaśnił mi to jeden z adminów musiał nastąpić jakiś mały lag pomiędzy skryptem sklepu a bazą danych.

Edited by () Maciej () (see edit history)
Link to comment
Share on other sites

  • 0

Niestety nie. U mnie pojawia się co jakiś czas w bardzo nie regularnych odstępach czasu. Nie mam pojęcia czym to może być spowodowane, ale jest stosunkowo proste do usunięcia. Póki jest to mniej więcej raz na miesiąc to nie przeszkadza mi na tyle by zgłębiać temat bardziej.

 

 

-----------

#hakeryk2

U mnie nie ma żadnego dodatkowego źródła zamówień. Jedynie ten z presty a błąd występuje.

Edited by () Maciej () (see edit history)
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...