• Resolved erudervalleniol

    (@erudervalleniol)


    Hello,
    After the update of the last version of Seedprod Lite, I have an error with the database :

    WordPress database error:
    SELECT id FROM **_seedprod_pages WHERE deleted_at IS NULL and created_at <= (DATE(NOW()) – INTERVAL 7 DAY) ORDER BY created_at LIMIT 1.

    I see in the plugin file \wp-content\plugins\coming-soon\app\review.php, this lines:

    global $wpdb;
    $tablename = $wpdb->prefix . ‘seedprod_pages’;
    $sql = “SELECT id FROM $tablename WHERE deleted_at IS NULL and created_at <= (DATE(NOW()) – INTERVAL 7 DAY) ORDER BY created_at LIMIT 1”;

    And in my database there is not **_seedprod_pages table.
    So, How I can resolve this error.

    Thank in advanced.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error Database’ is closed to new replies.