Jump to content
thirty bees forum

Yabber

Trusted Members
  • Posts

    81
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by Yabber

  1. These columns have no static width. In a responsive table, the width of columns scales dynamically depending on the amount of content in columns.
  2. In my opinion, this preservation of these archival JS and CSS files is completely unnecessary.
  3. Disable "Keep JS and CSS files" option in CCC section and clear cache.
  4. It's worth checking if you have some module from prestashop with security vulnerabilities: https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=prestashop
  5. When installing a module that overwrites blocknewsletter module, I get this error: The following module(s) could not be installed properly: googlecaptcha : Unable to install override: Failed to evaluate override file /home/iwona/public_html/tbshop/modules/googlecaptcha/override/modules/blocknewsletter/blocknewsletter.php: syntax error, unexpected token "extends", expecting "{" at line 2 Code of the file blocknewsletter.php <?php class BlocknewsletterOverride extends Blocknewsletter { public function confirmSubscription($email) { if (Module::isEnabled('googlecaptcha') && ($module = Module::getInstanceByName('googlecaptcha')) && $module->hookValidate('newsletter')) { $module->captchaValidate(Context::getContext()->controller->errors); } if (Context::getContext()->controller->errors) { return false; } return parent::confirmSubscription($email); } } Thirty bees version: 1.6.0 Thirty bees revision: db85aa271005ab890a8c3a9711a3cca9722d5095 Build for PHP version: 8.3
×
×
  • Create New...