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

    (@antoineh)

    When does this error occur? On the first step of the calculation (empty table)? Or during one of the next steps?

    If it occurs on the first step, please check if the user you use for the database connection has enough rights to truncate a table or delete rows.

    Thread Starter duomo

    (@duomo)

    Hi

    On the first step of the calculation (empty table)?

    Yes (at least for now)

    please check if the user you use for the database connection has enough rights to truncate a table or delete rows

    ok .. but how to do it?

    Plugin Author AntoineH

    (@antoineh)

    You can change the privileges using mysql statements directly on the database. More info here.

    The user must have at least DELETE rights to empty records from a table. And/or DROP rights for truncating a table.

    Or you can use a tool like phpMyAdmin for it (Privileges tab in your WordPress database). More info here.

    To be able to change the privileges for a database user you must have GRANT rights. Contact your server admin if you don’t know how to do all this.

    Thread Starter duomo

    (@duomo)

    Hi

    Server admin has informed me that the database already has such privileges..

    What else could be the problem?

    Thread Starter duomo

    (@duomo)

    Hi

    The problem was plugin “DB Cache Reloaded”..

    Plugin Author AntoineH

    (@antoineh)

    Okay, thanks for reporting back the problem. I have no idea why this plugin is not compatible with my plugin.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Problem in (re)calculating’ is closed to new replies.