fbpx
  Friday, 07 September 2018
  1 Replies
  1K Visits
  Subscribe
Hello, I got some troubles whith Search
joomla smart serch can find my produkts only in backendn, but not in frontend and sellacious Finder does not work at all.

And also I got ERROR refreshing Cahe in
Product Catalogue
×
Error Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format, BLOB prefix of 0 bytes is stored inline.
Hello,

For the issue you're having, follow the instructions given below:

In your root directory open this path: libraries/sellacious/objects/Sellacious/Cache

Open Specification.php file

On line 211, you will find this code

$cols[] = $this->db->qn($col) . " TEXT NOT NULL DEFAULT '' COMMENT " . $this->db->q($cmt);

replace this with below code

$cols[] = $this->db->qn($col) . " BLOB NOT NULL DEFAULT '' COMMENT " . $this->db->q($cmt);

This Issue will resolve after this.

I hope this helps.

Thank You
-Team Sellacious
  • Page :
  • 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
  • +1 (408) 821-8283
  • Email hello@sellacious.com