![]() |
(01-19-2023, 11:34 AM)Vurnex Wrote: Update: I notice when looking at theĀ $_SERVER section for the exception, the 'database.default.DBPrefix' is still set to m8, even though I've left that field blank in the Database config file. I changed it to blank because that was the default value set after I installed codeigniter 4 to the server, and I noticed it wasn't set in my local installation so I suspected that could be the issue, but it still persists. So now I'm wondering if I have to somehow restart the server so the change is reflected. Check your .env file https://codeigniter4.github.io/CodeIgnit...odeigniter or environment variables if you can set them on your server/control panel. If there are environment variables for config items, it will be loaded automatically. See https://codeigniter4.github.io/CodeIgnit...-variables |
Messages In This Thread |
[SOLVED] Database Exception "Table does not exist". m8 being added before table names - by Vurnex - 01-19-2023, 11:34 AM
RE: Database Exception "Table does not exist". m8 being added before table names - by kenjis - 01-19-2023, 10:14 PM
RE: Database Exception "Table does not exist". m8 being added before table names - by Vurnex - 01-20-2023, 09:29 AM
RE: Database Exception "Table does not exist". m8 being added before table names - by InsiteFX - 01-21-2023, 12:06 AM
|