I ran into this a couple of times now and it's getting a bit irritating.
If I go to http://www.domain.com/wp-admin/options-general.php?page=fergcorp_countdownTimer.php it says, page can not be found.
The plugin is activated and has been in use for quite a while.
Now I can't add any new dates.
http://wordpress.org/extend/plugins/countdown-timer/
I am aware of this issue. I have a fix, but haven't had a chance to push it out yet due to other obligations (engaged, holidays, being sick, my day job). I'll try and push this out soon though.
yes I can/did...
activating gave this error
Parse error: syntax error, unexpected T_FUNCTION in /home/user/domains/domain.com/public_html/wp-content/plugins/countdown-timer/fergcorp_countdownTimer.php on line 1032
Line 1032 shows
usort($event_object_array, function($adate, $bdate)
the funny thing is, I run more than 1 site with this plugin but (so far) it only occurs on one site. Both sites are running on the same server and same version's WP.
What version of PHP are you using? I suspect that you are using a version less than 5.3. If so, then I know what the issue is and that's a fix I have in work.
cool, awaiting update then...