Hi, Please check this screenshot with all the error codes: https://ibb.co/PDkpRH0 My assumption is it happened because my server’s PHP got updated to 7.3.9 from 5.x Could someone please help me fix this? How can I save my database?
Thanks a lot!
You just need to turn off display_errors in your php.ini.
Your 7.10.17 should be compatible with PHP 7.3.9 (but not anything above that).
Those seem to be just warning messages, you can keep an eye on them in the logs, but they shouldn’t be on the screen.
Oh, thank you so much. That worked.