Page 47 of 117 FirstFirst ... 3745464748495797 ... LastLast
Results 461 to 470 of 1165
  1. #461
    Join Date
    May 2007
    Posts
    2
    Plugin Contributions
    0

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

    Hello. I'm using the mod 2.0.6 in ZC 1.3.0.2, and it works perfect but only one problem, after i push the button in the sidebox i get the comfirmation text but my sideboxes in the right go outside the design

    http://www.prime-records.com/shop/

    somehow is to wide, is any way to fix this problem

    THX

  2. #462
    Join Date
    Feb 2005
    Location
    Youngsville, NC
    Posts
    36
    Plugin Contributions
    0

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

    Has a solution for removing subscribers been found yet? I have to remove subscribers manually using PHPmyAdmin. When you try to delete someone via the software, it asks you if you wish to delete, and when you confirm, goes back to the list as though it deleted them, but it does not remove them.

    Anyone have an idea?

  3. #463
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

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

    Delete subscriber works fine in all systems on which I have it installed. The only test in the code is for admin 'demo' mode, i.e. whether the person requesting the delete is a full admin or not. If true the delete is ignored.

  4. #464
    Join Date
    Feb 2005
    Location
    Youngsville, NC
    Posts
    36
    Plugin Contributions
    0

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

    Thats odd. I am a full admin, and this has never worked from the time it was installed. Every other function works fine, but deleting subscribers via the admin interface never has.

    Where in the code is the 'demo' mode info? I went through all the code, and couldn't even find where it did the SQL to remove the subscriber.......thats why I'm puzzled.

  5. #465
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

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

    What version are you using, I'm assuming 2.06 or 2.07?
    Look in /admin/subscription_manager.php, case statement lines 110-129.

  6. #466
    Join Date
    Feb 2005
    Location
    Youngsville, NC
    Posts
    36
    Plugin Contributions
    0

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

    Quote Originally Posted by Chuckl View Post
    What version are you using, I'm assuming 2.06 or 2.07?
    Look in /admin/subscription_manager.php, case statement lines 110-129.
    I'm using 2.06. Is there a 2.07? I didn't see it in the downloads or on the website. Found the code. I noticed it was checking subscription date, and my DB had the zero subscription date, so I updated that in my database to 1-1-2007.

    I went in again to admin. The first email on the list happened to be a test email I subscribed today to test this. I selected it, and told it to delete, and it removed it from the list showing. Good stuff. So I searched for the second one to delete, found it, and with that the only one showing (from the search). Deleted it, and then searched it again. It was still there. So I searched the first one I deleted. Also still there.

    I am hugely puzzled here. I have no errors in my server logs, and no error returns in Zencart. It *looks* like it is deleting, but a search after deleting shows the record still there.

    I never get the success message when deleting. All subscribers are showing confirmed, and have sub dates of 1-1-2007. I am the admin on the site, admin demo is off.

    Just to make sure it wasn't something I did, I reloaded all the original 2.06 code from the zip file, right down to the email templates before I did all this........

  7. #467
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

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

    Yes there is a 2.07, may well be a beta release however, don't remember to be honest, and minimally different to 2.06.
    Minor point, I never see a success message, but the entry disappears from the list. Could just be refreshing too quickly.
    At the risk of stating the obvious, does your Zen Cart DB user have delete priviledges/permissions on that table in that database?
    Other than that, all I can think of is caching or persistent connections or similar. The code is hardly very complicated, just - if confirmed and not demo set, delete the entry.

  8. #468
    Join Date
    Feb 2005
    Location
    Youngsville, NC
    Posts
    36
    Plugin Contributions
    0

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

    Quote Originally Posted by Chuckl View Post
    Yes there is a 2.07, may well be a beta release however, don't remember to be honest, and minimally different to 2.06.
    Minor point, I never see a success message, but the entry disappears from the list. Could just be refreshing too quickly.
    At the risk of stating the obvious, does your Zen Cart DB user have delete priviledges/permissions on that table in that database?
    Other than that, all I can think of is caching or persistent connections or similar. The code is hardly very complicated, just - if confirmed and not demo set, delete the entry.
    Yep, I've got delete/create/etc. permissions (I'm the site designer). I don't know about refreshing too quickly, I just let the site do that when I delete the entries. I know what you mean about the code, it *is* simple! I haven't made any gross changes to the Zen Cart code, and definitely didn't mess with persistent connections. Caching? I'm not sure how that would affect it.

    ::sigh:: Frustrating!!!

  9. #469
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

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

    By refreshing too quickly, I meant that the server I was testing on was 2 yards away on a direct network connection, so any message would have flashed by too quickly for me to see.
    On the caching side - clutching at straws really, the thought that it might be returning a cached page with the info still there, or that the DB writes are writing to cache, but not propagating out to the DB.
    A couple of judiciously placed debug writes or echo statements to ensure that the code is being executed?

  10. #470
    Join Date
    Dec 2006
    Posts
    189
    Plugin Contributions
    0

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

    I tested newsletter subscribe and received a confirmation email which required me to confirm. For some reason the link took me back to my home page and not a confirmation page. Am I missing a file?

    Thanks
    http://www.foxxydiva.com/fashions

 

 
Page 47 of 117 FirstFirst ... 3745464748495797 ... LastLast

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR