WordPress database error caused by meta_id None
-
Hello,
I came across this ticket:
This fix works, except it is not internationalized. On my Dutch site I still get the DB-warning “WordPress databasefout: `[Unknown column ‘Geen’ in ‘where clause’]
SELECT * FROM wp_nm_personalized WHERE productmeta_id = Geen”`.Could you please update the snippet in ppom.class.php#161 from
if( !$meta_id || $meta_id == "None" ) return null;
to
if( !$meta_id || $meta_id == __("None") ) return null;
Tnx!
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WordPress database error caused by meta_id None’ is closed to new replies.