Jump to content

error during making payment, validation page error


jethin

Recommended Posts

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 1
at 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. }

post-1290992-0-93368600-1471361862_thumb.png

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

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

  • 6 months later...

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

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...