aiancu
Forum Replies Created
-
Forum: Plugins
In reply to: [New User Approve] Upgrade triggers errorUpdate 4:
WordPress database error was not due to the “New User Approve” plugin, but to another unrelated WP theme that did not create a proper DB entry. Cosmic coincidence. However, the issues related to the upgrade to 1.7.1 are still outstanding. I am running 1.7 and not upgrade for now.
Forum: Plugins
In reply to: [New User Approve] Upgrade triggers errorUpdate 3:
I downloaded 1.7 from github /Releases and installed it after deleting the 1.7.1 version. The login error is gone so clearly the update borked something. However, the email error is still there, so I am still screwed:
WordPress database error: [Unknown column ‘approved’ in ‘field list’]
insert into wp_project_pm (approved, subject, content, datemade, pid, initiator, user, file_attached, show_to_destination) values(‘1′,’RE: Your proposal’,'<p>kghvbj,</p>’,’1413409047′,’39’,’2′,’1′, ”, ‘1’)Any suggestions?
Forum: Plugins
In reply to: [New User Approve] Upgrade triggers errorUpdate 2:
Removing the plugin doesn’t clean the database, the same error is generated, so not sure what to do here.
Forum: Plugins
In reply to: [New User Approve] Upgrade triggers errorUpdate:
Disabling the plugin is not very useful in the end. Now I get other error messages, so it looks like the plugin is leaving artifacts behind after being disabled. In this particular instance, emailing a user seems to check if the user was approved, but of course the plugin is disabled:
WordPress database error: [Unknown column ‘approved’ in ‘field list’]
insert into wp_project_pm (approved, subject, content, datemade, pid, initiator, user, file_attached, show_to_destination) values(‘1′,’RE: Your proposal’,'<p>kghvbj,</p>’,’1413409047′,’39’,’2′,’1′, ”, ‘1’)I guess I need to do a full uninstall of the plugin in order to remove the DB entry.