Finally solved a nagging problem in my wordpress test system. I was unable to edit some test users, not all – some were okay .
Message received was:
Catchable fatal error: Object of class __PHP_Incomplete_Class could not be converted to string in C:\web\wp28\wp\wp-includes\formatting.php on line 405
I had previously worked through another problem with this 9640 patch. While it fixed another problem, I then started to get this one. Eventually I found this http://lists.automattic.com/pipermail/wp-trac/2009-July/053190.html, and it dawned on me,
A test system – plugins not fully uninstalled….Hmm… In testing amr-users, my user reporting plugin, I have had several plugins installed that create user data, not all of them active now. I dived into phpmyadmin, deleted any usermeta that related to plugins not in use, and viola – user editing problems fell away
Related posts:
- Amr users plugin for user reporting launched A plugin that digs deep into the user meta data to allow you to configure almost any user list you...
- Import users to wordpress db without emailing There are a number of plugins out there that help with importing users to wordpress. The ones I found would...
- List users / subscribers/authors -version 1.3 AmR Users version 1.3 has just been uploaded to wordpress and should be available in minutes. Changes: Shortcode usage include/exclude...
- Amember with wordpress – a trial Install Amember Download the trial to somewhere on your web server. If re-uploading to another server, do it in binary...
- Search for members or users Request for requirements for a search / filter function for member, subscriber, user lists...
