So, me and my colleague have been working on our dolphin installation locally/offline for quite some time now. Recently, we uploaded our latest build onto our server, including the new database, and changed the entries in the header accordingly. Just as an exclaimer: Everything works locally.
Now, when we try to access pretty much anything, like member.php for example, we get following error:
Query:
SELECT * FROM `Profiles` WHERE `Email`='(censored)' LIMIT 1
Mysql error: Table 'censored.Profiles' doesn't exist
Found error in the file (root)/inc/utils.inc.php' at line 452.
Called 'getRow' function with erroneous argument #0.
(excuse the censoring)
What follows is a gigantic error backtrace, containing the above mentioned error over 7000 times. If this doesnt smell like something looping already, I also want to add that my colleague gets a "Allowed memory size exhausted" error on his firefox (not on chrome tho, and I dont get it as well), which only got worse after we increased the memory limit. It's being thrown BxDolDb.php (495), which is part of the backtrace process as far as I saw.
If I peek into the phpmyadmin that we installed (which is accessible) and look at our database, the profiles table actually is right there. Even the requested accounts (the admin account, as I saw in the backtrace) is in that table.
We are completely baffled as to what is going on and have no clue what to do. This problem neither occured on our own PCs nor with the old installation on our server. Any tips on what we could do?