The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Codebase Updates - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.4 (https://userspice.com/forums/forumdisplay.php?fid=27) +--- Thread: Codebase Updates (/showthread.php?tid=1317) |
Codebase Updates - sparky - 01-29-2019 Great product but I have a concern that we are not getting the full codebase as indicated in users/includes/migration.php. When executed, it returns 5 out of 23 missing code updates (missing in the DB). I ran the check against a clean install of 4.4.01. Here are the missing migration codes: 17 - hcA5B3PLhq6E, 18 - FyMYJ2oeGCTX, 19 - iit5tHSLatiS, 20 - VNEno3E4zaNz, 21 - qPEARSh49fob RE: Codebase Updates - mudmin - 01-29-2019 Some of those are just legacy codes or there was an update and then another update took the place of the first one. A lot of them got de-listed in fresh installs of update.php because we didn't want the update file to keep growing. RE: Codebase Updates - mudmin - 01-29-2019 Btw, if you were missing a migration, your userspice would be throwing all kinds of errors because it would be expecting things in the db that aren't there. |