Jump to content
  • 0

Problem po Aktualizacji Paypal


maksww

Question

Witam

Aktualizowałem pay pal do wersji v3.10.2 
Od tej pory jak klient kupi produkt to w panelu admn-a  jak chce zobaczyć szczegóły zakupu produktu to wywala mi taki bład:

[PrestaShopDatabaseException]

Table 'sortshop_3.ps_paypal_capture' doesn't exist


SELECT SUM(capture_amount)
FROM `ps_paypal_capture`
WHERE (id_order = 50) AND (result = "Completed") LIMIT 1

at line 646 in file classes/db/Db.php

641. 			WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
642. 		}
643. 		elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
644. 		{
645. 			if ($sql)
646. 				throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
647. 			throw new PrestaShopDatabaseException($this->getMsgError());
648. 		}
649. 	}
650. 
651. 	/**

DbCore->displayError - [line 340 - classes/db/Db.php] - [1 Arguments]
DbCore->query - [line 558 - classes/db/Db.php] - [1 Arguments]
DbCore->getRow - [line 583 - classes/db/Db.php] - [2 Arguments]
DbCore->getValue - [line 117 - modules/paypal/classes/PaypalCapture.php] - [1 Arguments]
PaypalCapture::getTotalAmountCapturedByIdOrder - [line 126 - modules/paypal/classes/PaypalCapture.php] - [1 Arguments]
PaypalCapture->getRestToPaid - [line 749 - modules/paypal/paypal.php] - [1 Arguments]
PayPal->hookAdminOrder - [line 512 - classes/Hook.php] - [1 Arguments]
HookCore::exec - [line 194 - config/smarty.config.inc.php] - [3 Arguments]
smartyHook - [line - ] - [2 Arguments]
call_user_func_array - [line 247 - config/smarty.config.inc.php] - [2 Arguments]
SmartyLazyRegister->__call - [line 1262 - cache/smarty/compile/e6/28/47/e628472bd77a52e4130f7f302e06a4990ed72f70.file.view.tpl.php] - [2 Arguments]
SmartyLazyRegister->smartyHook - [line 1262 - cache/smarty/compile/e6/28/47/e628472bd77a52e4130f7f302e06a4990ed72f70.file.view.tpl.php] - [2 Arguments]
content_55cca6653a8c70_08979115 - [line 188 - tools/smarty/sysplugins/smarty_internal_templatebase.php] - [1 Arguments]
Smarty_Internal_TemplateBase->fetch - [line 114 - classes/helper/Helper.php]
HelperCore->generate - [line 59 - classes/helper/HelperView.php]
HelperViewCore->generateView - [line 2154 - classes/controller/AdminController.php]
AdminControllerCore->renderView - [line 1764 - controllers/admin/AdminOrdersController.php]
AdminOrdersControllerCore->renderView - [line 1839 - classes/controller/AdminController.php]
AdminControllerCore->initContent - [line 180 - classes/controller/Controller.php]
ControllerCore->run - [line 373 - classes/Dispatcher.php]
DispatcherCore->dispatch - [line 54 - admin/index.php]

Wersja presty 1.6.0.14

proszę o pomoc

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

2 answers to this question

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...