Okay, I'm a newbie to Drupal -- I gotta say that it rocks so far...
I've got a new site up and I've done some basic configuration. I have yet to enable the watchdog module and I got a little ahead of myself and installed the Gallery module. When I enabled the Gallery module, it had errors set to watchdog by default (which, being the complete dork that I am I ignored). When I saved the module config and enabled it, I get an error:
warning: in_array() [function.in-array]: Wrong datatype for second argument in /var/www/myserver.net/htdocs/drupal/modules/gallery.module on line 376.
Fatal error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')) AND g2_AccessMap.g_permission & 1 = 1' at line 8 query: INSERT INTO watchdog (uid, type, message, severity, link, location, hostname, timestamp) VALUES (1, 'php', 'in_array() [<a href=\'function.in-array\'>function.in-array</a>]: Wrong datatype for second argument in /var/www/myserver.net/htdocs/drupal/modules/gallery.module on line 376.', 2, '', '/drupal/?q=admin/modules', '192.168.43.11', 1132989415) in /var/www/myserver.net/htdocs/drupal/includes/database.mysql.inc on line 66
Unfortunately, this has rendered Drupal a bit useless, because it happens on any page. I just need to manually disable the Gallery module and finish configuring Drupal before re-enabling it.