Ciao a tutti,
mi è uscito un errore a seguito del aggiornamento del core di joomla 3.6.5.
Ecco il seguente (il sito funziona ma l'errore esce nella parte estensione<gestione<database:
Table 'ruuswelp_jos1.#__finder_tokens' doesn't exist SQL=SHOW COLUMNS IN `#__finder_tokens` WHERE field = 'language' Table 'ruuswelp_jos1.#__finder_tokens_aggregate' doesn't exist SQL=SHOW COLUMNS IN `#__finder_tokens_aggregate` WHERE field = 'language' Table 'ruuswelp_jos1.#__core_log_searches' doesn't exist SQL=ALTER TABLE `#__core_log_searches` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; Table 'ruuswelp_jos1.#__core_log_searches' doesn't exist SQL=ALTER TABLE `#__core_log_searches` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
Inoltre nelle tab sotto esce:
- Le tabelle del database del core di Joomla! non sono ancora state convertite in UTF-8 Multibyte (utf8mb4).
Nelle info invece:
- Versione schema Database (in #__schemas): 3.6.3-2016-08-16.
- Versione aggiornamento (in #__extensions): 3.6.5.
- Database driver: mysqli.
- Sono state controllate correttamente 97 modifiche al database.
- 157 modifiche al database non hanno alterato la struttura delle tabelle e sono state ignorate.
Tutto funziona correttamente ma che devo fare o come devo fare per risolvere l'errore?
Suggerimenti?