1. namly161
  2. Support
  3. Friday, December 23 2016, 11:03 AM
Hi admin

when i create select field and connect with database . It error

"1118 Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs SQL=ALTER TABLE #__jsn_users ADD `lvdt_micro_3` VARCHAR(255)"

please support

thanks admin
admin Accepted Answer
Admin
Hi,
I think you have reached MySQL hard limit, try to read here for more info: https://www.easy-profile.com/support/mysql-issue-that-no-one-i-know-has-ever-uncounted.html#reply-4666

Also, you can try to remove trashed fields.
  1. more than a month ago
  2. Support
  3. # 1
namly161 Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
You need to change column length from table "#__jsn_users", with some tools like phpMyAdmin.

We recommend to change only length of field where you know maximum length of values.

For example
You have a radio field with these options:
0|No
1|Yes

so value can be 0 or 1, then you can change column length from 255 to 1 (because you need only 1 char).

NOTE: we recommend to make a backup before change DB structure.

NOTE 2: the best way remain to convert the table engine from MyIsam to InnoDB (now InnoDB is used is all clean Easy Profile installations). To do this you can find many How To in the network ;)
  1. more than a month ago
  2. Support
  3. # 3
namly161 Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 4
admin Accepted Answer
Admin
Hi,
error is the same above?

How have you changed the engine DB?
  1. more than a month ago
  2. Support
  3. # 5
namly161 Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 6
admin Accepted Answer
Admin
Hi,
I don't know why, anyway this is a DB limit. Probably there is some DB configuration to solve this. I'm sorry but this is a DB issue.
  1. more than a month ago
  2. Support
  3. # 7
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.