Quote Originally Posted by Viktor View Post
Hello Pete,

Flynax has no limit of the fields. Limit exist in mysql database. for 1 table has a maximum row size of 65,535 bytes.
But for example we can change type for some fields to tinytext (it is not best solution) and mysql doesn't count it. But it is one of a many other solutions for it.
well I have hardly started to build my site and I am being hit with these notices ? so for now I will delete any listing fields that were preset that I do not need and we can cross the next bridge when we come to it. Thanks Pete

MYSQL ERROR
Error: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs
Query: ALTER TABLE `fl_listings` ADD `record_speed` VARCHAR( 255 ) NOT NULL
Function: createField
Class: rlFields
File: /home/12345678/public_html/admin/controllers/listing_fields.inc.php (line# 298)