When I try to create the tables in popper database, the following error occurs:
ERROR 1064 (42000) at line 77: 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 'default NULL
)' at line 4
I looked into popper.mysql, in the current line, and I realized that is the field CHECK that cannot be created, because it´s a reserved word.
Am I right?
Best Regards.
Giovani.
Logged In: NO
I've just found exactly the same thing... changed it from check to check_ and it installs OK, though I have no idea if this will break something else as there seem to be many other bugs with this product!