I'm debugging my plugin. I activated it some time ago but there were so many errors in it, the activation hook never got called (I think). The code on that hook in my plug in tries to create the 5 or so tables my plugin needs in the wordpress database.
When I finally got most of those error cleared up, I saw a message from my plugin at the top of my admin page that said it couldn't create the tables. When I looked at the wordpress database, only 1 of the tables was there.
I deleted the table & deactivated the plugin. Then I reactivated it. Several times. I added calls to a debug() function I got in another thread around the call to the function that creates the table, as well as calls to it within that function. I don't see those messages, and I've got DEBUG set to true.
Any ideas why I'm not seeing my activation code getting called?
Tony