Search:

Type: Posts; User: Tick

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Re: Unsupported call to htmlspecialchars()

    Du-oh! I scanned through the bug reports and didn't see it. Like a typical user I did not RTFM (or release notes thread in this case).

    Thanks!
  2. [Duplicate] Unsupported call to htmlspecialchars()

    Hello,

    I finally got around to updating to 1.3.9h, and noticed that the list of customer fields on the admin/index.php page contained dates but no names. Upon further investigation, I found that...
  3. [N/A] Error in instructions for global_xss_whitelist

    Hello all,

    There is an error in the instructions in admin/includes/init_includes/init_sanitize.php.

    The instructions read:

    /**
    * process all $_POST terms
    * Notes to contribution...
  4. Replies
    0
    Views
    778

    [Done] (Trivial) Typefilter Handling Error

    Hello all,

    I have stumbled across a bug in the way zen_get_index_filters_directory() handles typefilters that do not exist. The default file name provided on a file not found condition is not...
  5. Re: Quick Question re: EMAIL_STYLESHEET in functions_email.php

    I also had to go back to tables. After some tinkering I managed to get the stylesheet set up in such a way that (most) mail clients didn't mangle the formatting. However, the deal-breaker was that...
  6. Thread: Query Cache v1.0

    by Tick
    Replies
    135
    Views
    33,538

    Re: Query Cache v1.0

    Yes. shopping_cart->calculate and shopping_cart->get_products() both perform queries inside of a loop that iterates through each product, and then another inner loop that iterates through each...
  7. Replies
    27
    Views
    4,864

    Re: search not working

    I'm not sure what you mean by "search item starts with." What exactly are you doing? Can you provide an example?

    When you say that it shows no result, does it return that no items matched or do...
  8. Replies
    27
    Views
    4,864

    Re: search not working

    You're most welcome! I'm glad you found the post helpful. Honestly, I would recommend changing all of the tables. I know it's a lot of work, but I think it will come back to bite you if you don't....
  9. Replies
    27
    Views
    4,864

    Re: search not working

    You can certainly give it a try. However, it may be worth it to put in the time up front rather than chase problems around later.

    At a minimum, do the customers table (if you haven't already)....
  10. Replies
    27
    Views
    4,864

    Re: search not working

    No problem at all. Glad I could help. This forum really is one of the best reasons to use Zen Cart. There are a whole host of people here willing to help all of us out when we get stuck.

    Don't...
  11. Replies
    27
    Views
    4,864

    Re: search not working

    I think we may have found it -- the case sensitivity issue, anyway. Your provider's script set up the database wrong. MySQL treats binary collations as case sensitive, meaning "Nintendo" would not be...
  12. Replies
    27
    Views
    4,864

    Re: search not working

    Getting very close to being stumped. I have no idea why the DS search isn't working. The capitalization issue may be from the collation settings in your products_description table.

    Can you go into...
  13. Replies
    27
    Views
    4,864

    Re: search not working

    Weird. Do you have any languages installed other than English? Are all the products of the "Product - General" product type?
  14. Replies
    27
    Views
    4,864

    Re: search not working

    I looked at this a little more and I don't think it's a file issue. I think the Nintendo DSi product got corrupted in the database somehow. It doesn't come up no matter what you search on. If you...
  15. Replies
    27
    Views
    4,864

    Re: search not working

    Are you using MySQL for the backend? If so, what version? Have you changed any system settings on MySQL? Normally, database searches are not case-sensitive.
  16. Replies
    27
    Views
    4,864

    Re: search not working

    One other thing: Your template doesn't set up you language defines correctly. You should not be seeing the "HEADING_TITLE" on the home page.
  17. Replies
    27
    Views
    4,864

    Re: search not working

    I would go back and check to make sure no files were modified for advanced_search_result, including:

    includes/modules/pages/advanced_search_result/header_php.php...
  18. Replies
    4
    Views
    3,123

    Re: Changing IP Address on Same Server

    This is almost certainly a DNS issue. You are accessing the main page by IP, but you are unable to load the images, stylesheets, etc, because Zen is giving a hostname in the links. When you go to a...
  19. Re: Help, how do you capture funds from within ZC 1.3.8? (PayPal Express)

    First of all, thank you very much to everyone who has contributed to this thread. We just decided to start doing authorizations instead of payments and experienced this issue. This thread saved me...
  20. Re: Quick Question re: EMAIL_STYLESHEET in functions_email.php

    Fantastic! Thanks!
  21. Quick Question re: EMAIL_STYLESHEET in functions_email.php

    Hello all,

    In the course of wanting to add some custom content to my newsletter template, I found the following line in functions_email.php:



    // if ($block['EMAIL_STYLESHEET']=='') ...
  22. Re: Virtual Carts not Handled Correctly with Paypal WPP

    Yes, sir.
  23. Re: Virtual Carts not Handled Correctly with Paypal WPP

    Ok, I just checked my Zen config and you are correct. The payment module is "PayPal Express Checkout." The file being called is paypalwpp.php. My apologies, I made an assumption based on the...
  24. Re: Virtual Carts not Handled Correctly with Paypal WPP

    Hi Dr. Byte,

    Yes, for an Express Checkout that is true. However, this isn't an express checkout, just a normal PayPal transaction. (I logged in using an existing account.) For virtual carts, the...
  25. Virtual Carts not Handled Correctly with Paypal WPP

    Hello all,

    While enabling gift certificates today I ran into a strange issue while trying to pay for them with PayPal Website Payments Pro. For orders with a pure virtual cart (only gift...
  26. Replies
    3
    Views
    2,235

    Re: Problem with "credit_covers"

    Hi Wilt,

    I've also done some preliminary testing and this works for me as well. I plan to add some logging statements to it and move it to production this week. I'll let you know if I run into any...
  27. Replies
    3
    Views
    2,235

    Re: Problem with "credit_covers"

    Thanks, Wilt! I will apply this to my development site tonight and do some test runs

    Can I make a suggestion for 1.4? Perhaps the (returned) output from the process() function should be...
  28. Replies
    3
    Views
    2,235

    [Done v1.3.9] Problem with "credit_covers"

    Hello all,

    I think I've stumbled across a bug in Zen where credit order total modules do not get handled correctly if they apply a credit that is near the order total.

    Steps to reproduce (on a...
  29. Replies
    39
    Views
    12,126

    Re: Sales tax calculations incorrect.

    Ok, we have two possibilities:


    I did not reproduce the steps of your test accurately.
    Something is different between my stock install of Zen and your setup.

    I think I reproduced your test...
  30. Replies
    52
    Views
    22,146

    Re: PayPal IPN issues with Auto Return

    Do you have logging turned on for both paypalwpp and paypaldp? Would you mind posting the logs of the transaction (after removing customer info)?

    Were any of the items purchased on sale or special?
  31. Replies
    39
    Views
    12,126

    Re: Sales tax calculations incorrect.

    I believe it calculates correctly in both instances. You are referring to the cart calculation and the order total, correct? I've attached a screenshot so we can be sure we're on the same page.
  32. Replies
    39
    Views
    12,126

    Re: Sales tax calculations incorrect.

    I can't reproduce your error on a stock 1.3.8 cart. I've added a product worth $1.00 and setup one tax zone at 8.75%. If I put two of the items in my cart and proceed to checkout, my order total is...
  33. Re: Tax/Special Price Calculations Problems and PayPal Errors

    Crap. Why is it you notice things like this after you've submitted your post. DO NOT USE THE functions_prices.php FILE IN MY LAST POST. I missed a very important line. (It gives away products for...
  34. [Done v1.3.9] 1.3.8 Tax/Special Price Calculations Problems and PayPal Errors

    Hello all,

    While troubleshooting a PayPal issue where orders are charged at PayPal but don't show up in Zen, I ran across the following bug: items on special reduced by a percentage do not total...
  35. Replies
    52
    Views
    22,146

    Re: need for tracking incomming IPN transactions

    After an hour of looking through logs trying to troubleshoot the Direct Payment Error (discussed in http://www.zen-cart.com/forum/showthread.php?t=85903), it looks like this is the cause of that...
  36. Thread: Innodb mysql

    by Tick
    Replies
    2
    Views
    946

    Re: Innodb mysql

    My guess is that there wouldn't be any performance gain. Also, since Zen isn't presently set up to use transactions, rollback, etc, there is really no reason (at least that I can see) to make the...
  37. Replies
    32
    Views
    21,857

    Re: ALERT: PayPal Direct Payment Error ( )

    After looking through the logs posted by Stagebrace, it appears we two issues (three, if you take into account the 1 normal failure in his logs).

    The normal failure was generated by a "Gateway...
  38. Replies
    32
    Views
    21,857

    Re: ALERT: PayPal Direct Payment Error ( )

    We may be having different errors. In my case, the PayPal tech would be incorrect. No transaction ID is being returned. Their Apache server is returning a 500 error. There is no way Zen would be able...
  39. Replies
    32
    Views
    21,857

    Re: ALERT: PayPal Direct Payment Error ( )

    Hello all,

    I think we are having a similar problem. The strange thing is that it has only started happening in the last 24 hours. PayPal is charging the customers' credit card, but returning an...
  40. Paypal Sandbox: Error #81251 - Internal Service Error

    Quick Question:

    Is anyone else experiencing this issue on the PayPal sandbox when using Direct Pay? I've been having the issue since yesterday, but suspect it may be a network issue on my test box...
  41. Replies
    10
    Views
    5,039

    Re: Website Payments Pro - 1.3.8 Problem

    Yeah, now there's a surprise...

    I solved that issue by migrating to a new hosting provider and would encourage anyone else experiencing the issue to do the same.
  42. Replies
    10
    Views
    5,039

    Re: Website Payments Pro - 1.3.8 Problem

    If I were to guess, this sounds like a network issue. I've seen that error in the past when Zen tries to access an outside service (PayPal, USPS, etc) and it takes too long. The error occurs because...
  43. Replies
    13
    Views
    4,236

    Re: Go Daddy and Zen Cart?

    As mentioned in another post GoDaddy has finally acknowledged that they are having issues with the proxy server. They emailed me 2 hours ago admitting to that. My issue is that it's 27 hours after I...
  44. Re: Errors reported. Shopping cart no longer functioning

    It's an issue with GoDaddy. The topic was previously discussed here: http://www.zen-cart.com/forum/showthread.php?t=67772.

    I spent an hour on the phone with GoDaddy support this morning. They've...
  45. Replies
    18
    Views
    12,273

    Re: 2013 Lost connection to MySQL server during query

    Just an FYI... This has been fixed for our site. That seems to have been the case since Sunday.

    Also, "Dennis R." is incorrect. While the connect timeout on the server may be 60 seconds, you are...
  46. Replies
    18
    Views
    12,273

    Re: 2013 Lost connection to MySQL server during query

    Is your hosting provider GoDaddy? We are having a similar issue and had to disable the USPS module. I spent an hour on the phone with them yesterday and am told the issue has been escalated to the...
  47. Replies
    9
    Views
    3,147

    Re: Name/Email/Password *only* Registration

    Hello all,

    I've modified my site to do this as well. Just a head's up: there is a huge caveat to the mod. In quite a few places Zen expects to find records in the address_book table for each...
  48. Replies
    6
    Views
    1,434

    Re: Wordpress & checkout

    One last thing: if your server extremely busy, edit the memory_limit setting at your own peril. It may very well bring the box to its knees. Make sure your server can handle the change before...
  49. Replies
    6
    Views
    1,434

    Re: Wordpress & checkout

    When I encountered this in my development environment it was due to an out of memory condition. Check the php error log (if you have one set up). If not, an easy experiment would be to increase the...
  50. Replies
    3,931
    Views
    1,026,700

    Re: Google Checkout module for Zen Cart (beta)

    Hello everyone,

    I've been hacking on Google Checkout for fun (and hopefully profit) and ran into a few questions I was hoping someone could help me out with:
    First, I notice that 1.4 is in...
Results 1 to 50 of 64
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR