Undefined property: wpdb::$wp_participants_database
-
Hi guys,
I’ve been struggling with this issues for weeks and i can’t see to find a fix for it…
What i plan to do is to get an array out of a participants database column, in this case it’s named
name1
by connecting toparticipants_database
table.I know my code works with regular core wordpress tables such as posts and comments but not with
participants_database
table.Here is my code ($i is an increment value to get the array value based on position):
$name1 = $wpdb->get_col("SELECT name1 FROM $wpdb->participants_database"); echo "$name1[$i]";
And here is the error i face:
Notice: Undefined property: wpdb::$wp_participants_database in /mnt/target06/851725/mysite.com/web/content/wp-includes/wp-db.php on line 566 WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1] SELECT style FROM Notice: Undefined offset: 0 in /mnt/target06/851725/mysite.com/web/content/wp-content/plugins/participants-database/templates/pdb-list-detailed-labels.php on line 137 Notice: Undefined property: wpdb::$wp_participants_database in /mnt/target06/851725/mysite.com/web/content/wp-includes/wp-db.php on line 566 WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1] SELECT style FROM Notice: Undefined offset: 1 in /mnt/target06/851725/mysite.com/web/content/wp-content/plugins/participants-database/templates/pdb-list-detailed-labels.php on line 137
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Undefined property: wpdb::$wp_participants_database’ is closed to new replies.