Hello,

(sorry I do not speak English, google translate is my friend)

I am contacting you because I have an error and I think it proviens this module.

I tried to make my database import donated,

When I do the import I get an error:
#1064 - 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 'INSERT INTO forum_acl VALUES ('1' ,'forum_access' ,'' ,'2')' at line 19

I understand that it's just the ACL table

Here is the part of the offending file :

-- 
-- Contenu de la table ` forum_acl` 
--  
 
INSERT INTO forum_acl VALUES ('1' ,'forum_access' ,'' ,'2') ; 
INSERT INTO forum_acl VALUES ('2' ,'forum_access' ,'' ,'10') ; 
INSERT INTO forum_acl VALUES ('3' ,'forum_access' ,'' ,'14') ; 
INSERT INTO forum_acl VALUES ('4' ,'forum_access' ,'' ,'13') ; 
INSERT INTO forum_acl VALUES ('5' ,'forum_access' ,'' ,'12') ; 
INSERT INTO forum_acl VALUES ('6' ,'forum_access' ,'' ,'21') ; 
INSERT INTO forum_acl VALUES ('7' ,'forum_access' ,'' ,'67') ; 
INSERT INTO forum_acl VALUES ('8' ,'forum_access' ,'' ,'68') ; 
INSERT INTO forum_acl VALUES ('9' ,'forum_access' ,'' ,'69') ; 
INSERT INTO forum_acl VALUES ('10' ,'forum_access' ,'' ,'70') ; 
INSERT INTO forum_acl VALUES ('11' ,'forum_access' ,'' ,'71') ; 
INSERT INTO forum_acl VALUES ('12' ,'forum_access' ,'' ,'72') ; 
INSERT INTO forum_acl VALUES ('13' ,'forum_access' ,'' ,'73') ; 
INSERT INTO forum_acl VALUES ('14' ,'forum_access' ,'' ,'74') ; 
INSERT INTO forum_acl VALUES ('15' ,'forum_access' ,'' ,'75') ; 
INSERT INTO forum_acl VALUES ('16' ,'forum_access' ,'' ,'76') ; 
INSERT INTO forum_acl VALUES ('17' ,'forum_access' ,'' ,'77') ; 
INSERT INTO forum_acl VALUES ('18' ,'forum_access' ,'' ,'78') ; 
INSERT INTO forum_acl VALUES ('19' ,'forum_access' ,'' ,'59') ; 
INSERT INTO forum_acl VALUES ('20' ,'forum_access' ,'' ,'20') ; 
INSERT INTO forum_acl VALUES ('21' ,'forum_access' ,'' ,'11') ; 
INSERT INTO forum_acl VALUES ('22' ,'forum_access' ,'' ,'111') ; 

I remade the manipulation of plusiseurs different ways, I have always this error.

I think I have a forum access as succeptible to use LCD module.

Thank you in advance.

Comments

A-snowboard’s picture

Sorry this is a mistake on my part (export lousy)

You can close this topic.

salvis’s picture

Status: Active » Closed (works as designed)

Ok, thank you for following up.

By the way, you can change the Status yourself, too.