Trying the database conncetion test in the test routine gives me a blank page! Any clues?
Many reasons could be responsible that the db test fails. this test simply checks whether there is an active connection to the given database. Please read the chapter ‘database’ in this FAQ for further hints. If the whole screen is blank then you should check whether your php has the support of your mentioned database system enabled att all. You can check this by running the phpinfo() function and see whether there is a section about your chosen db.
Related Questions
- When I enter a test number for the credit card number on the demo page, the cart gives me an error. Can I test it without using a real number?
- I tried to submit a deal using the bookmarklet, and the submission page came up blank. What gives?
- Trying the database conncetion test in the test routine gives me a blank page! Any clues?