First, I am a plug-in noob so please speak slowly. :-)
About a year ago, I developed a small plug-in that would allow me to put a "Breaking News Now" kind of thing on the home page of my WP blog. Kind of like you see on CNN or Fox... red box at the top of the screen. It writes the text, a link, and a start and end time to the wordpress db. When the page loads, it checks to see if there is an active breaking news story, based on the start and end times, and if so, displays it.
It was working just fine on a couple of my sites... then I upgraded wordpress on 2 of those sites about a year ago and it hasn't worked on either since. (pretty sure it was 2.8.1 when it broke)
When I go to the admin section in WP, I can see and get to the plug in options menu I created. I can get to the page where I enter my data, but when I press the submit button, I get this error:
You do not have sufficient permissions to access this page.
Based on the research I've done, I think it has something to do with plugin registration and this is a concept that I'm just not wrapping my head around.
I'd be happy to drop a 20 into the amazon acct or paypal or something if someone has a moment to look at the plugin and explain to me where the registration breakdown is. I have honestly spent 20+ hours trying to figure this out. :-(
The plugin is here: http://www.dandeibert.com/hapnow.zip
Also, as I wasn't intending this to be a published plugin (at least right away) I created the db table by hand... and their creation is not scripted into the plugin. I'm certain that form to db function is working and that is not where the problem is.
Thanks in advance. Again... very noob here so if there is anything else needed to provide, please let me know.