Results 1 to 10 of 1165

Hybrid View

  1. #1
    Join Date
    May 2006
    Posts
    310
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Quote Originally Posted by NotGoddess
    If anyone is hesitant, just wait...I'll work on an alternative tonight/tomorrow and get the patch out on Friday. You can still put in the new files...just don't hit the 'update' button.
    is it too late for me? I'll go look at my db and see if I can decipher what is supposed to be there...
    I suppose I can attempt a restore of my DB via phpmyadmin...

    btw. Thank you to all who've reported issues...while I in one sense hate getting them :) I need to get any problems fixed asap.
    thank *you* for such a wonderful contrib. I just wish I was more savvy so I could debug too!
    Live again! http://spritelygoods.com Rebuilt on ZC v 1.5.1 from 1.3.0.2

  2. #2
    Join Date
    Jan 2005
    Location
    Waukee, Iowa
    Posts
    206
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    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_

  3. #3
    Join Date
    May 2006
    Posts
    310
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Quote Originally Posted by NotGoddess
    ...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_
    lol
    Boy I know what that's like! when I first started working on my cart, I worked on it until stupid stupid hours....way beyond the point of being productive!

    looking forward to the patch :) (and hopefully the news also that my db is complete ;) )
    Live again! http://spritelygoods.com Rebuilt on ZC v 1.5.1 from 1.3.0.2

 

 

Similar Threads

  1. Newsletter-Only Subscriptions for v1.3x: reinstall problems
    By sharonmiranda in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Nov 2011, 07:43 PM
  2. Newsletter subscriptions in the code
    By fgabrieli in forum General Questions
    Replies: 4
    Last Post: 19 Aug 2010, 03:30 PM
  3. help with newsletter subscriptions page
    By meesh in forum Customization from the Admin
    Replies: 8
    Last Post: 29 Mar 2009, 06:14 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg