Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author AntoineH

    (@antoineh)

    Try setting the debug settings in WordPress “on” to determine the exact error message. If you post the errors, or email them to me (see help page for contact details), I can have a look.

    Plugin Author AntoineH

    (@antoineh)

    Problem was MySQL running in strict mode that caused some of my insert statements to fail. I will try to fix this in the next version (if I can get my install to work in strict mode so I can do some debugging).

    Thread Starter SchultzDennis

    (@schultzdennis)

    Hi Antoine,
    Thanks for pointing out that it was the strict setting.
    for now I changed my serversetting to non strict.

    this line in my.ini:
    sql-mode=”STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION”

    to:
    sql-mode=””

    then restarted the service.

    when the tournament is over i will change it back 🙂

    Regards,
    Dennis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘TRUNCATE/DROP or DELETE rights’ is closed to new replies.