No, it's not too late :) I just might have a little difficulty helping until late tonight (work). if you want, for now edit modules/pages/subscribe/header_php.php
I found an error that is probably the problem:
At the very bottom you'll see these lines:
Code:
if(defined('NEWSONLY_SUBSCRIPTION_CC_STATUS') &&
defined('NEWSONLY_SUBSCRIPTION_CC') &&
NEWSONLY_SUBSCRIPTION_CC_STATUS != '') {
change to
Code:
if(defined('NEWSONLY_SUBSCRIPTION_CC_STATUS') &&
defined('NEWSONLY_SUBSCRIPTION_CC') &&
NEWSONLY_SUBSCRIPTION_CC_STATUS == 1 &&
NEWSONLY_SUBSCRIPTION_CC != '') {
...and I changed my mind. I think, given this very very silly error on my part along with another earlier I've proven I shouldn't be doing a release at 2am.
I'll work on the patch, but will wait until tomorrow night to release so I can do it after a good night's rest. :)
-Ng_