s22_tech Moderator Fra United States Medlem siden okt. 2019 s22_tech jan. 26 2020 04:34 a.m. I realize this is a 3rd party module, but I figured I'd report it here anyway. If you open multiple admin windows from different installs of LiteCart and go to SQL Buddy (SB) on each install, all occurrences of SB will try to connect to the same db. The db that's being connected to in each instance is the first db opened. Subsequent SB windows use the same db. I can see that SB pulls DB_USERNAME (and other variables) from LiteCart's config file, so why would each occurrence be pulling from the same db? [SOLVED] It looks like the $_SESSION variables are shared between all open admin windows. Fortunately, they weren't used in that many files, so I just replaced the few occurences of them with the LiteCart global variables and that solved the problem.