Jump to content
thirty bees forum

koraledrewniane

Members
  • Posts

    22
  • Joined

  • Last visited

koraledrewniane's Achievements

Newbie

Newbie (1/14)

6

Reputation

  1. Hello, my customers receive an error while processing checkout with CoD. It's strange because custompaymentmmodule works fine until this week. Can someone help? [ThirtyBeesDatabaseException] Unknown column 'cpmc.id_custom_payment_method' in 'on clause' SELECT DISTINCT cpm.*, cpml.`id_lang`, cpms.`id_shop`, cpmg.`id_group`, cpml.`name`, cpml.`description`, cpml.`description_success`, cpml.`description_short` FROM `tb_custom_payment_method` cpm LEFT JOIN `tb_custom_payment_method_lang` `cpml` ON cpml.`id_custom_payment_method` = cpm.`id_custom_payment_method` AND cpml.`id_lang` = 2 LEFT JOIN `tb_custom_payment_method_shop` `cpms` ON cpms.`id_custom_payment_method` = cpm.`id_custom_payment_method` AND cpms.`id_shop` = 1 INNER JOIN `tb_custom_payment_method_group` cpmg ON cpmc.`id_custom_payment_method` = cpm.`id_custom_payment_method` AND cpmg.`id_group` IN (3) WHERE (`active` = 1) at line 844 in file classes/db/Db.php 839. if ($webserviceCall && $errno) { 840. $dbg = debug_backtrace(); 841. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97); 842. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('TB_INSTALLATION_IN_PROGRESS')) { 843. if ($sql) { 844. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>'); 845. } 846. 847. throw new PrestaShopDatabaseException($this->getMsgError()); 848. } 849. } DbCore->displayError - [line 488 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 709 - classes/db/Db.php] - [1 Arguments] DbCore->executeS - [line 179 - modules/custompayments/classes/CustomPaymentMethod.php] - [1 Arguments] CustomPaymentsModule\CustomPaymentMethod::getCustomPaymentMethods - [line 449 - modules/custompayments/custompayments.php] - [4 Arguments] CustomPayments->getCustomPaymentMethods - [line 74 - modules/custompayments/controllers/front/validation.php] - [1 Arguments] CustompaymentsvalidationModuleFrontController->postProcess - [line 251 - classes/controller/Controller.php] ControllerCore->run - [line 253 - classes/controller/FrontController.php] FrontControllerCore->run - [line 837 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 33 - index.php]
  2. Doesn't work via firefox. Unfortunately i'm using Linux and can't change via IE 😋
  3. Got same problem, only PHP function works. Someone got any solution?
  4. What about Polish forum on forum.thirtybees.com. I see few users from Poland. There are Deutsch, English, French - who can start such subforum?
  5. Hi, how can I remove "Receive special offers from our partners!" checkbox from client registration form?
  6. @tommat I have a problem with translation of WTBLOCKBESTSELLERS-HOME. I can't translate a word "most" to polish. There are only "what other" and "loves" but no "most". Is this a little bug? Can you help? Anyway, great work!
  7. Yes, i've been using Warehouse theme from IQIT with IQIT Megamenu and Contentcreator and all of them were working fine. Nowadays I'm testing free Niara theme with native top menu module.
  8. How can I test this in my shop?
  9. I'm using IQIT mega menu and it works fine with Thirtybees. I can recommend it.
  10. @Traumflug I did what you said and changed the ObjectModel.php to @yaniv14 file. Everything look's ok. Now bees blog is working. @Traumflug there is database table tbmodule, not tbmodules. Thank you, guys.
  11. Moreover when i install beesblog something strange happens with other modules. Some warehose theme modules disappear from the modules list and entire shop don't work properly.
  12. I have the same problem. beesblog isn't installed. When i install it i get: “This module is already installed: beesblog”. Afterwards the message about missing class in blogrecentposts is shown. I also replace of my file ObjectModel.php with whta was in your link. Any ideas how to fix it?
×
×
  • Create New...