Menu

#75 MySQL CHECK keyword error in install

open
nobody
5
2005-04-12
2005-04-12
No

In the popper.mysql file there is a field name in the
confirmation table called 'check' that is also a
keyword in MySQL. Every time I try to run the install
SQL file it comes up with that error. Here is a link
related to the CHECK keyword:

http://dev.mysql.com/doc/mysql/en/check-table.html

Discussion

  • Dennis Kieselhorst

    Logged In: YES
    user_id=1223774

    Follow up to Bug 874109

     
  • Nobody/Anonymous

    Logged In: NO

    Just change the line in popper.mysql from
    check char(32) default NULL
    to this:
    `check` char(32) default NULL

     
  • Gobleteer

    Gobleteer - 2005-12-16

    Logged In: YES
    user_id=1298243

    Change it to check1.
    In class.popper.inc.php change the lines in
    send_cofirmation_mail(1 instance) and check_confirmation(two
    instances)

    I don't know how to use CVS or anything, so could a
    developer of some type include this?

     

Log in to post a comment.