Upgrade from 3.4.8 to 3.5.1 - Joomla! Forum - community, help and support
i have site has upgraded ok , site works fine. have 3 db problems when go extensions/manage/database - these are:
table 't1d_menu' not have index 'idx_client_id_parent_id_alias_language'. (from file 2.5.0-2011-12-24.sql.)
table 't1d_redirect_links' not have index 'idx_old_url'. (from file 3.5.0-2016-03-01.sql.)
joomla! core database tables have not been converted yet utf-8 multibyte (utf8mb4).
i have tried running fix gives internal error 500 , not fix db problems. can tell me how these issues fixed , matter if not fixed site seems work fine?
table 't1d_menu' not have index 'idx_client_id_parent_id_alias_language'. (from file 2.5.0-2011-12-24.sql.)
table 't1d_redirect_links' not have index 'idx_old_url'. (from file 3.5.0-2016-03-01.sql.)
joomla! core database tables have not been converted yet utf-8 multibyte (utf8mb4).
i have tried running fix gives internal error 500 , not fix db problems. can tell me how these issues fixed , matter if not fixed site seems work fine?
you have 1 issue, last 1 mentioned. previous ones created failing conversion.
probably running out of time!
suggest to:
- temporarily clean out administrator/components/com_admin/sql/updates/mysql.
- make sure conversion allowed finish. either increasing max_execution_time or set_time_limit(0);
- execute extensions->manage->database->fix utf8mb4 conversion again.
- restore administrator/components/com_admin/sql/updates/mysql.
probably running out of time!
suggest to:
- temporarily clean out administrator/components/com_admin/sql/updates/mysql.
- make sure conversion allowed finish. either increasing max_execution_time or set_time_limit(0);
- execute extensions->manage->database->fix utf8mb4 conversion again.
- restore administrator/components/com_admin/sql/updates/mysql.
Comments
Post a Comment