I found my solution here: https://forum.joomla.de/thread/18532-row-size-too-long/
I had to set 3 tables to dynamic:maybe this can help others ![Wink ;)]()
thanks for reading though![Smile :)]()
I had to set 3 tables to dynamic:
Code:
alter table phpbb_users ROW_FORMAT=DYNAMIC;alter table phpbb_forums ROW_FORMAT=DYNAMIC;alter table phpbb_profile_fields_data ROW_FORMAT=DYNAMIC;

thanks for reading though

Statistics: Posted by RobiRobs — Sun Nov 03, 2024 10:13 am