this module doesnt work with drupal 4.7 rc3 when using MySQL version 4.0, but it does work fine with MySQL version 4.1.
I tested on 2 clean sites with rc3 and MySQL 4.0, and when I install sections I got those errors :

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 'ENGINE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 */' at line 9 query: CREATE TABLE drurc3_sections_data ( `sid` int(10) default NULL, `name` text, `status` smallint(1) default '0', `path` text, `template` text, `visibility` smallint(1) default '0', `weight` int(10) default NULL ) ENGINE=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 */; in /home.3/v/o/o/voodpvlp/www/drupal-4.7.0-rc3/includes/database.mysql.inc on line 120.

Table 'voodpvlp.drurc3_sections_data' doesn't exist query: INSERT INTO drurc3_sections_data VALUES (1,'Admin',1,'admin/*','bluemarine',0,-10); in /home.3/v/o/o/voodpvlp/www/drupal-4.7.0-rc3/includes/database.mysql.inc on line 120.

Table 'voodpvlp.drurc3_sections_data' doesn't exist query: SELECT * FROM drurc3_sections_data in /home.3/v/o/o/voodpvlp/www/drupal-4.7.0-rc3/includes/database.mysql.inc on line 120.

Table 'voodpvlp.drurc3_sections_data' doesn't exist query: SELECT path, status, visibility, template, weight FROM drurc3_sections_data WHERE status=1 ORDER BY weight in /home.3/v/o/o/voodpvlp/www/drupal-4.7.0-rc3/includes/database.mysql.inc on line 120.

except the db name is different (voodpvlp=>isifc)

Comments

Bèr Kessels’s picture

Status: Active » Closed (fixed)

Unable to reproduce. Please re-open if not fixed.