1. yaser-misanweb
  2. General
  3. Friday, August 11 2017, 02:39 PM
hello admin
i am having a problem i am adding items (checkboxes, radio buttons, and dropdown lists ) to the user profile and i get ths message:


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


I have read this page:
https://www.easy-profile.com/support/mysql-issue-that-no-one-i-know-has-ever-uncounted.html#reply-4666

and I did the instructions But the problem is still there.
Please help me
yaser-misanweb Accepted Answer
Pro
I added the DB image in the attachment.


Please submit your description With image
  1. more than a month ago
  2. General
  3. # 1
yaser-misanweb Accepted Answer
Pro
thanks
i read it But the problem did not resolve

When I create a new field And save it , I will not find it in the database (table xfqcy_jsn_users).
The new field is not be saved in the database

So I can not change column length.
  1. more than a month ago
  2. General
  3. # 3
admin Accepted Answer
Admin
Hi,
you need to decrease length of already existing fields, otherwise it can not create a new column.

keep in mind that fields like radio of select set a single value, so for example with options like
- music|Music
- movie|Movie
- art|Art
- design|Design
the maximum value can be "design" (max 6 chars).
So I can reduce the column from 255 to 6.
  1. more than a month ago
  2. General
  3. # 4
ialearn Accepted Answer
Hi
I am having the same problem, I will try what you suggested but my question is this if I make the changes will these changes be undone when I install the next update.
  1. more than a month ago
  2. General
  3. # 5
admin Accepted Answer
Admin
Hi,
if I make the changes will these changes be undone when I install the next update.
Nope, update does not change Table structure of user data.

Another suggestion is to convert column type from "VARCHAR(255)" to "TEXT". Note: "TEXT" type is not recommended for searchable fields because it could decrease search performance.
  1. more than a month ago
  2. General
  3. # 6
  • Page :
  • 1


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