jethin Posted August 16, 2016 Share Posted August 16, 2016 (edited) hi in my website when i tried to pake payment ... error is showing in the ccavenue validation page can u help me pls This is the error showing [PrestaShopDatabaseException] Table 'mangalya_pres749.bzccpg_apibzcc' doesn't exist select * from bzccpg_apibzcc where pgmodule_version = '2.0' and cms = 'Prestashop' ORDER BY a_id DESC LIMIT 1at line 791 in file classes/db/Db.php 786. if ($webservice_call && $errno) {787. $dbg = debug_backtrace();788. WebserviceRequest::getInstance()->setError(500, ' '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);789. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) {790. if ($sql) {791. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');792. }793.794. throw new PrestaShopDatabaseException($this->getMsgError());795. }796. } DbCore->displayError - [line 425 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 523 - modules/ccavenue/ccavenue.php] - [1 Arguments] ccavenue->getPaymentDetails - [line 44 - modules/ccavenue/controllers/front/validation.php] - [1 Arguments] CCAvenueValidationModuleFrontController->initContent - [line 189 - classes/controller/Controller.php] ControllerCore->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Edited September 28, 2016 by jethin (see edit history) Link to comment Share on other sites More sharing options...
bellini13 Posted August 16, 2016 Share Posted August 16, 2016 the module is trying to query data from a table in the database that does not exist. Can't really say more than that, other than the module is either defective, or you deleted the table for some reason I suppose you should reach out to the module author for support Link to comment Share on other sites More sharing options...
Surbhi Shop Posted March 11, 2017 Share Posted March 11, 2017 If this issue still un-solved, here is the solution! CCAvenue Payment Plugin will work if you are hosted at linux server & cURL & mcrypt are enabled there During its installation, if cURL & mcrypt are not enabled, then CCAvenue db table could not get created automatically your main db. thats the only little problem. To get above information or to enable the above said, please contact your server admin/ Host to enable that for you. Good Luck! 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