Solving the “Cannot access empty property” error in Wordpress
Posted by: AJ in TechnologyI recently added the Secure and Accessible PHP Contact Form to this blog, but couldn’t get it to work. I kept getting an error in the configuration page saying “Cannot access empty property”. The general consensus was that the error involved a clash with the Utimate Tag Warrior (UTW) plugin, and, since the contact form was only misbehaving on the blog with UTW installed I figured there was a connection.
However even after removing UTW, the problem persisted. Obviously UTW had made some changes that were not reversed when the plugin is removed. Like many other plugins, UTW adds records to the wp_options table and it looks as if it adds a record without filling in the option_name field.
By going into the wp_options table through PHP admin, I was able to edit the table and give this record a value in the option_name field. I am sure deleting the record would have worked as well, but I was erring on the side of caution.
Once I did that, the error went away.
This is a fairly technical post for this blog, but since it had me so puzzled, I thought it only right to share the solution. I have only done this once, so I would be keen to hear from others with the same problem to see if this solution works for them.
Tags: empty property, UTW, wordpress

Entries (RSS)
Funny you should mention it, but lately I have also been plagued by configurtation. Have you checked the wind_screen?