Fix: Drupal on Ingres, install.php warnings
Wednesday, November 4, 2009
While running the install script of Drupal on Windows XP, I came across the following warnings.
warning: ingres_query() [function.ingres-query]: Error: 7 - Unable to close non-result resource statement in /some_path_of_mine_where_drupal_sits/
Here is a list of actions that you can try out to make the list of warnings go away:
- You might want to make sure that you have entered the correct user name (user name that apache runs as). Follow this to check if your Apache is running as a service or locally. If it is running as a service, put system as the user name, otherwise, put the windows account user name.
- You might want to destroydb/createdb again because error messages during install could mess with it.
- You might find it takes forever to delete the database, try restarting apache and goes again.
If all these don't work, try consulting the IRC channel #ingres :)
Posted byA nerdy girl at 2:49 PM
Labels: Drupal on Ingres, install.php, warnings
0 comments:
Subscribe to:
Post Comments (Atom)