The next message appears after next steps:
1. loading node style in module directory
2. activatind the module in admin - modules
3. entering the page site building - node style
user warning: Table 'nicknack_blowzy.drupal_node_style_maps' doesn't exist query: SELECT s.name, s.sid, COUNT(m.sid) AS count FROM drupal_node_style_schemes s LEFT JOIN drupal_node_style_maps m USING (sid) GROUP BY s.sid ORDER BY s.name in /home/nicknack/public_html/blowzy/includes/database.mysql.inc on line 172.
p.s. the module doesn't create drupal_node_style_maps table
Comments
Comment #1
karaboz commentedI understood that the module create nessesary table but doesn't make pointed prefix (drupal in my case) as it does with the second table meanwhile
Comment #2
Zen commentedFixed in HEAD thanks. Will be available in an upcoming update to the module.
Thanks!
-K
Comment #3
(not verified) commented