fbpx
  Thursday, 01 February 2018
  3 Replies
  2.6K Visits
  Subscribe
Hello, I would like to try Sellacious in my local machine but in the installation I got this 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.

How to fix?
I use mysql 5.7.14

Thanks
Hi,

This issue has been resolved in our latest version which we are releasing soon.
Although for a quick solution follow below instructions:


  • 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);




Thanks
6 years ago
·
#1539
Hello, I have change this line and delete manually all previous database, but when install I have the same problem:

Table 'bookvillagedb.#__sellacious_cache_specifications' doesn't exist
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.
Hi,

Kindly send us your cpanel credentials, we will fix this for you.
Although we are releasing latest sellacious with these fixes next week including this issue.

Thanks
  • 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