![]() |
Problems when upgrading - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: Problems when upgrading (/thread-218464.html) |
Problems when upgrading - Amen4747 - 2018-07-06 I changed several files on my site. So when I upgrade, I download changed file, and do it manually.(paste php file) but this time. https://mybb.com/versions/1.8.16/ I can see a list of what has changed But I can not know what part of the DB has changed. For example, 1816, in function.php, $ query = $ db-> simple_select ("users", "loginattempts, loginlockoutexpiry", "uid = '{$ uid}'", 1); in 1815, "loginlockoutexpiry" does not exist, so an error occurs. It took me a while to figure this out. Is there a way to know the changing part of the DB in the new version of MYBB 1816? RE: Problems when upgrading - effone - 2018-07-06 https://community.mybb.com/thread-218432.html |