DT - using cache for config.php?

DT - using cache for config.php?

rostrost Posts: 26Questions: 9Answers: 1

I'm using a local testserver before uploading 'into the wild'.
Of course Databases are diffenent - as are the relating config.php files.
Now here is my problem: when I forget to switch the config.php and call the app the first time, of course it throws an error - database "test" not found etc. No problem I thought, exchange config.php and use the correct entries, should make it work. But: after switching to the correct config.php, it still throws the same error: database "test" not found etc.
Sounds like a cache-problem.

So: is DT using an internal cache? And if how can I flush it?

Thanks for your attention.

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599
    Answer ✓

    Nope, no cache's involved. It would be worth checking with the databases command-line tools to verify access is possible, if you haven't done so already.

    Colin

This discussion has been closed.