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

karaboz’s picture

Title: the module doesn't create drupal_node_style_maps table » the module doesn't create drupal_node_style_maps table (remark)

I 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

Zen’s picture

Assigned: Unassigned » Zen
Status: Active » Fixed

Fixed in HEAD thanks. Will be available in an upcoming update to the module.

Thanks!
-K

Anonymous’s picture

Status: Fixed » Closed (fixed)