Upgrade 3.4.8 to 3.7.2 - Warning JInstaller: :Install: Error SQL Index column size too large - Joomla! Forum - community, help and support
hi
running
php - 5.6.30
mariadb - 10.1.24
db server connection collation - utf8mb4_unicode_ci - think causing problem
i upgraded joomla 3.4.8 3.7.2 , got following error:
yet "joomla version update status" was
the table column "core_title" in question set varchar(255), tried changing manually phpmyadmin, mysql not allow changed varchar(4oo), received same error warning
the database set collation utf8mb4_unicode_ci, don't know why
i think there innodb storage limitation when using db collation - utf8mb4_unicode_ci, or @ least according google researches
can change collation utf8_general_ci or cause more problems
is real problem needs fixing or can carry on "core_title" set varchar(255)
am right believe cause problem if try install component name on 255 characters
someone posted error in dutch language forum, https://forum.joomla.org/viewtopic.php?t=949765, wasn't answered, if can help, please point other post answer well
best regards
ashley in spain
running
php - 5.6.30
mariadb - 10.1.24
db server connection collation - utf8mb4_unicode_ci - think causing problem
i upgraded joomla 3.4.8 3.7.2 , got following error:
warning
jinstaller: :install: error sql index column size large. maximum column size 767 bytes.
files update: sql error file db function failed error number 1709
index column size large. maximum column size 767 bytes.
sql =
alter table `#__ucm_content` modify `core_title` varchar(400) not null default '';
yet "joomla version update status" was
your site has been updated. joomla version 3.7.2.
the table column "core_title" in question set varchar(255), tried changing manually phpmyadmin, mysql not allow changed varchar(4oo), received same error warning
the database set collation utf8mb4_unicode_ci, don't know why
i think there innodb storage limitation when using db collation - utf8mb4_unicode_ci, or @ least according google researches
can change collation utf8_general_ci or cause more problems
is real problem needs fixing or can carry on "core_title" set varchar(255)
am right believe cause problem if try install component name on 255 characters
someone posted error in dutch language forum, https://forum.joomla.org/viewtopic.php?t=949765, wasn't answered, if can help, please point other post answer well
best regards
ashley in spain
try upgrade 3.5.1 first.
Comments
Post a Comment