Support

  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.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.