Hi there,
Note that your module is called su_comments. Therefore, you database table MUST be called su_comments_sessions. It is not currently the case. This is the Drupal naming convention to avoid possible clashes.
Thank you.
Alexis
Hi there,
Note that your module is called su_comments. Therefore, you database table MUST be called su_comments_sessions. It is not currently the case. This is the Drupal naming convention to avoid possible clashes.
Thank you.
Alexis
Comments
Comment #1
siliconmind commentedYes, you are right. Table name is an effect of some unfortunate mistype. I'll fix that sooner or later.