+ Reply to Thread
Results 1 to 1 of 1

Thread: MYSQL ERROR Error: Row size too large. The maximum row size for the used table type,

  1. #1
    Junior Member
    Join Date
    Nov 2016
    Posts
    11

    MYSQL ERROR Error: Row size too large. The maximum row size for the used table type,

    it happened when i tried to add listing type
    i cant create anymore new listing field so cant develop site.

    MYSQL ERROR
    Error: 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
    Query: ALTER TABLE `fl_listings` ADD `yyyyyyy` VARCHAR( 255 ) NOT NULL
    Function: createField
    Class: rlFields
    File: /home/xxxxxxx/public_html/admin/controllers/listing_fields.inc.php (line# 299)

    ok it fixed thx Viktor!
    Ask support they handle this bug fast.
    Last edited by Umut Duman; February 1, 2017 at 09:27 AM.

+ Reply to Thread