Jump to content

Recommended Posts

Posted

I'm getting the following error when trying to upgrade to the latest build.

Any suggestions as to what I need to tweak to overcome this?

Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
/home/saw7z54jegas/public_html/applications//setup/upg_/queries.json - query #5

Posted

The issue might be due to using MyISAM tables, which have a lower row size limit. To address this problem, you should first convert the tables to InnoDB and then try again.

Posted (edited)

Thanks, gave that a try as my db was MyISAM and have now updated to InnoDB.

Still getting the same error though 😞

Is there an easy way to tell what table the error is referring to?

Edited by Simon Kerr
Posted (edited)

Compression is set to off on the server

Could contain: Page, Text, File

Could contain: Chart, Plot, Page, Text
 

Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
/home/saw7z54jegas/public_html/applications//setup/upg_/queries.json - query #5

Edited by Simon Kerr
Posted

Apologies, we are referring to the row format, not compression. InnoDB has 2 commons row formats, compact and dynamic. You will want to ensure you're using dynamic.

Posted (edited)

They all appear to be set to dynamic

Could contain: Chart, Plot, Page, Text, Measurements

 

Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment Max_index_length Temporary  
ibf_advert_ads InnoDB 10 Dynamic 1 16384 16384 0 0 0 3 2024-08-29 23:41:29 NULL NULL utf8mb4_unicode_ci NULL     0 N
                                       
Edited by Simon Kerr
Posted

All sorted now and it was the Engine that was causing me the issue.  For some reason not all of the tables updated and once rectified it upgraded like a dream!

Thank you so much for your help and assistance.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...