• Resolved bep_11

    (@bep_11)


    Hello,

    index.php tries to select data from table $prefix_gdformforms. This table does not exist; it should be table $prefix_GDFormForms.

    index.php

    36 // bp 20190302 – table name mispelling
    37 // $gdforms = $wpdb->get_results(“SELECT id,Name FROM ” . $wpdb->prefix . “gdformforms”);
    38 $gdforms = $wpdb->get_results(“SELECT id,Name FROM ” . $wpdb->prefix . “GDFormForms”);

    Please correct.
    Best regards,
    Bernard

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author grandwp

    (@grandwp)

    Dear @bep_11 ,

    Thanks a lot. We will correct that issue in future update releases.

    RANJAN RAWOOL

    (@consultechnologist)

    After updating the plugins today got msg
    “WordPress database error: [Table ‘cons41175194850.wp_ayz7fpjwn6_gdformforms’ doesn’t exist]
    SELECT id,Name FROM wp_ayz7fpjwn6_gdformforms”

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘GDFormForms’ is closed to new replies.