6.1 update error
-
I attempted to update to 6.1 and am now seeing the following on the Dashboard:
Events Manager is trying to update your database, but the following error occured: FUNCTION wordpress.RANDOM_BYTES does not exist It might be that reloading this page one or more times may complete the process, if you have a large number of bookings in your database. Alternatively, you can run one of these two queries directly into your WP database: UPDATE wp_83_em_bookings SET booking_uuid= LOWER(CONCAT( HEX(RANDOM_BYTES(4)), '', HEX(RANDOM_BYTES(2)), '4', SUBSTR(HEX(RANDOM_BYTES(2)), 2, 3), '', HEX(FLOOR(ASCII(RANDOM_BYTES(1)) / 64) + 8), SUBSTR(HEX(RANDOM_BYTES(2)), 2, 3), '', hex(RANDOM_BYTES(6)) )) OR UPDATE wp_83_em_tickets_bookings SET ticket_uuid= UUID()
Running the commands leads to:
MariaDB [wordpress]> UPDATE wp_83_em_bookings SET booking_uuid= LOWER(CONCAT( HEX(RANDOM_BYTES(4)), '', HEX(RANDOM_BYTES(2)), '4', SUBSTR(HEX(RANDOM_BYTES(2)), 2, 3), '', HEX(FLOOR(ASCII(RANDOM_BYTES(1)) / 64) + 8), SUBSTR(HEX(RANDOM_BYTES(2)), 2, 3), '', hex(RANDOM_BYTES(6)) )); ERROR 1305 (42000): FUNCTION wordpress.RANDOM_BYTES does not exist MariaDB [wordpress]> UPDATE wp_83_em_tickets_bookings SET ticket_uuid= UUID(); Query OK, 0 rows affected (0.000 sec) Rows matched: 0 Changed: 0 Warnings: 0
and the error is still displayed on the dashboard.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘6.1 update error’ is closed to new replies.