WordPress database error: [Unknown column ‘None’ in ‘where clause’]
-
Following error appears on all product pages and clean installs with debugging on.
WordPress database error: [Unknown column 'None' in 'where clause'] SELECT * FROM wp_nm_personalized WHERE productmeta_id = None
Looking into plugin files, in the ppom.class.php on line 161, the following statement is missing.
if ( $meta_id == "None" ) return;
Please ensure it is added in a future update.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WordPress database error: [Unknown column ‘None’ in ‘where clause’]’ is closed to new replies.