Grouper - Documentation
Database not connected
Explanation
You called a function which attempted to access a database,
but Grouper was unable to connect to the database
or doesn't know about an existing connection to the database.
Causes and Solutions
- Your database configuration data is incorrect:
Verify that the configuration information that you've given to Grouper is correct
(probably in grouperconf.php, or in the code of your page where you're using Grouper).
- Your webpage has already opened a database connection,
but Grouper thinks that it needs to open a connection (but doesn't have the necessary configuration settings to do so):
Set the mysql-connect configuratin setting to 0 (zero)
or store the connection ID from the connection you opened in the
mysql-connection setting.
How can I turn error reporting off?
How can I stop error messages from linking to this page?