Hey. I checked the test update on the local server. The upgrade to version 1.7.7.1 was successful, but the error log remained:
SQL 1.7.7.0 1146 in ALTER TABLE `ps_connections` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci: Table 'ps_cl.ps_connections' doesn't exist
SQL 1.7.7.0 1146 in ALTER TABLE `ps_connections_page` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci: Table 'ps_cl.ps_connections_page' doesn't exist
SQL 1.7.7.0 1146 in ALTER TABLE `ps_connections_source` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci: Table 'ps_cl.ps_connections_source' doesn't exist
SQL 1.7.7.0 1146 in ALTER TABLE `ps_guest` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci: Table 'ps_cl.ps_guest' doesn't exist
SQL 1.7.7.0 1146 in ALTER TABLE `ps_statssearch` CHANGE `keywords` `keywords` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL: Table 'ps_cl.ps_statssearch' doesn't exist
SQL 1.7.7.0 1146 in ALTER TABLE `ps_connections` CHANGE `http_referer` `http_referer` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL: Table 'ps_cl.ps_connections' doesn't exist
I checked the database and no such tables exist. They should be? Why are tables not being created at the time of update?
Can anyone show a list of tables for 1.7.7.1?
P.S: Sorry, my mistake. Database user permissions were set incorrectly. Solved