Database missing column ‘new’
-
After one of the updates, an error with the text
[Unknown column 'new' in 'where clause'] SELECT * FROM wp_aioseo_notifications WHERE 1 = 1 AND <code>dismissed</code> = 0 AND <code>new</code> = 1
appeared in wp-admin.
I found in app/Common/Main/Updates.php file, lines 180+, you are creating aioseo_notifications table without column “new”, but in app/Common/Models/Notification.php you are using “new” in where clause.
Is this the cause of the error message Im getting?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Database missing column ‘new’’ is closed to new replies.