lukash4 Posted July 5, 2023 Share Posted July 5, 2023 Cześć, Zauważyłem dzisiaj, że przy zmianie statusu zamówienia na "Dostarczone" wyświetla się "HTTP ERROR 500" - po odświeżeniu strony przechodzi do zakładki zamówienia a status w problematycznym zamówieniu jest zmieniony. Presta 1.6.24 Czy ktoś ma jakieś pomysły? Z góry dziękuję za pomoc. Link to comment Share on other sites More sharing options...
get3code Posted July 6, 2023 Share Posted July 6, 2023 Włącz debugowanie i pokaż co pokaże system Link to comment Share on other sites More sharing options...
lukash4 Posted July 6, 2023 Author Share Posted July 6, 2023 Mam tylko takie info Link to comment Share on other sites More sharing options...
get3code Posted July 6, 2023 Share Posted July 6, 2023 Kolega kiedyś nagrał nawet na ten temat film, błędy widoczne są tylko w trybie debugowania! Link to comment Share on other sites More sharing options...
lukash4 Posted July 6, 2023 Author Share Posted July 6, 2023 Używam Presty 1.6.24 i mam włączony tryb debugowania przez define('_PS_MODE_DEV_', true); Link to comment Share on other sites More sharing options...
get3code Posted July 6, 2023 Share Posted July 6, 2023 Sprawdź czy masz włączone raportowanie błędów w PHP. Dla każdego hostingu jest ustawiane albo w panelu admina albo w pliku htaccess, ini. itp Link to comment Share on other sites More sharing options...
endriu107 Posted July 6, 2023 Share Posted July 6, 2023 Sprawdź czy dla danego statusu jest przypisany szablon email do wysłania, jeśli tak to zobacz czy dany szablon masz fizycznie na serwerze. Link to comment Share on other sites More sharing options...
lukash4 Posted July 7, 2023 Author Share Posted July 7, 2023 (edited) On 7/6/2023 at 12:24 PM, get3code said: Sprawdź czy masz włączone raportowanie błędów w PHP. Dla każdego hostingu jest ustawiane albo w panelu admina albo w pliku htaccess, ini. itp Udało się, błąd: Fatal error: Uncaught ArgumentCountError: Too few arguments to function ProductCore::getAttributeCombinations(), 0 passed in /home/host/domains/sklep.pl/public_html/modules/trustmate/src/TrustMateInvitations.php on line 79 and exactly 1 expected in /home/host/domains/sklep.pl/public_html/classes/Product.php:2077 Stack trace: #0 /home/host/domains/sklep.pl/public_html/modules/trustmate/src/TrustMateInvitations.php(79): ProductCore->getAttributeCombinations() #1 /home/host/domains/sklep.pl/public_html/modules/trustmate/src/TrustMateInvitations.php(62): TrustMateInvitations::getProductsDispatchData(Object(Order)) #2 /home/host/domains/sklep.pl/public_html/modules/trustmate/src/Api.php(73): TrustMateInvitations::getDispatchData(Object(Order)) #3 /home/host/domains/sklep.pl/public_html/modules/trustmate/trustmate.php(372): TrustMateApi->dispatchInvitation(Object(Order)) #4 /home/host/domains/sklep.pl/public_html/classes/Hook.php(591): Tr in /home/host/domains/sklep.pl/public_html/classes/Product.php on line 2077 czyli jakiś konflikt z najnowszą wersją modułu od TrustMate, po jego wyłączeniu wszystko wraca do normy... Edited July 7, 2023 by lukash4 (see edit history) Link to comment Share on other sites More sharing options...
lukash4 Posted July 7, 2023 Author Share Posted July 7, 2023 On 7/6/2023 at 2:37 PM, endriu107 said: Sprawdź czy dla danego statusu jest przypisany szablon email do wysłania, jeśli tak to zobacz czy dany szablon masz fizycznie na serwerze. Do statusu nie ma przypisanego szablonu email Link to comment Share on other sites More sharing options...
get3code Posted July 8, 2023 Share Posted July 8, 2023 On 7/7/2023 at 7:24 PM, lukash4 said: Udało się, błąd: Fatal error: Uncaught ArgumentCountError: Too few arguments to function ProductCore::getAttributeCombinations(), 0 passed in /home/host/domains/sklep.pl/public_html/modules/trustmate/src/TrustMateInvitations.php on line 79 and exactly 1 expected in /home/host/domains/sklep.pl/public_html/classes/Product.php:2077 Stack trace: #0 /home/host/domains/sklep.pl/public_html/modules/trustmate/src/TrustMateInvitations.php(79): ProductCore->getAttributeCombinations() #1 /home/host/domains/sklep.pl/public_html/modules/trustmate/src/TrustMateInvitations.php(62): TrustMateInvitations::getProductsDispatchData(Object(Order)) #2 /home/host/domains/sklep.pl/public_html/modules/trustmate/src/Api.php(73): TrustMateInvitations::getDispatchData(Object(Order)) #3 /home/host/domains/sklep.pl/public_html/modules/trustmate/trustmate.php(372): TrustMateApi->dispatchInvitation(Object(Order)) #4 /home/host/domains/sklep.pl/public_html/classes/Hook.php(591): Tr in /home/host/domains/sklep.pl/public_html/classes/Product.php on line 2077 czyli jakiś konflikt z najnowszą wersją modułu od TrustMate, po jego wyłączeniu wszystko wraca do normy... Zatem rozwiązaniem jest zgłoszenie błędu dla developera lub wybór innego rozwiązania. 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