GDFormForms
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘GDFormForms’ is closed to new replies.