create table failure when module install
yelban - September 19, 2007 - 02:41
| Project: | Nudge |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
case 'msqli': in line 7, line 23
should be case 'myqli':

#1
should be
-----------------
case 'mysqli':
-----------------
#2
I just installed Nudge and it seems that the DB tables are not created (using MySQL) -- now I get this error on every page:
user warning: Table 'drupaldb.nudge' doesn't exist query: SELECT COUNT(*) FROM nudge WHERE nid = 9 in /var/www/drupal-5.6/includes/database.mysqli.inc on line 151.
#3
patch contains simple fix
#4
Committed to 5.x-1.x-dev.
Thank you.
#5
Automatically closed -- issue fixed for two weeks with no activity.