Search:

Type: Posts; User: karma-lab

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Re: How to deal with users registering in Cyrillic (unicode)?

    Aah, thank you - I hadn't seen the second page of this discussion and your last post.

    OK, so I tried that. For example:

    SELECT * FROM `zen_address_book` WHERE `entry_street_address` <>...
  2. Re: How to deal with users registering in Cyrillic (unicode)?

    Thanks, I am trying the SQL query. It looks like this:


    SELECT * FROM `zen_address_book` WHERE `entry_street_address` NOT REGEXP '[A-Za-z0-9.,- ]'

    I am getting:


    Error
  3. Re: How to deal with users registering in Cyrillic (unicode)?

    Thanks, but what do you mean by "tables that have potentially invalid data."? How do I know which tables potentially have invalid data?
  4. Re: How to deal with users registering in Cyrillic (unicode)?

    Thanks, it seems that both of you (lat9, mc12345678) have been involved in the latest releases of this converter. Is there any more info you can give me about the comment "CAUTION: If your database...
  5. Re: How to deal with users registering in Cyrillic (unicode)?

    Thanks!

    My configure.php has:


    define('DB_CHARSET', 'utf8'); // 'utf8' or 'latin1' are most common


    While using phpMyAdmin to look at the database shows:
  6. Re: How to deal with users registering in Cyrillic (unicode)?

    I would guess that the answer to "Has it been fully set to handle utf8mb4 type entries?" is NO.

    The store/database has been around for many many years. I'm not sure what was the original first...
  7. How to deal with users registering in Cyrillic (unicode)?

    I am running 1.56c.

    Occasionally I have customers in Russia that create new accounts and type in their information in Cyrillic. What I end up seeing on my end is a bunch of question marks, i.e....
  8. v156 Re: Upgrade from 1.56a to 1.56c - zc_install/index.php step not required?

    DrByte, first let me say I have great respect for what you do here, so thank you for the clarifications. If I may...



    Actually, that's a different question, about the manual MySQL update step...
  9. v156 Upgrade from 1.56a to 1.56c - zc_install/index.php step not required?

    So I'm trying to upgrade from 1.56a to 1.56c (on a backup first, of course).

    I like ZenCart and appreciate the hard work that goes into it, but one of the only real negatives is how difficult it...
  10. v156 Re: Upgrade from 1.56a to 1.56c, manual SQL updates necessary?

    Got it, thanks. Database Engine: MySQL 5.6.44

    (I always forget about this page in the ZenCart admin settings...)
  11. v156 Re: Upgrade from 1.56a to 1.56c, manual SQL updates necessary?

    I don't - shared hosting environment.



    But where does it say in the release announcement that this MySQL patch should be performed no matter what regardless of version of MySQL? It doesn't. It...
  12. v156 Re: Upgrade from 1.56a to 1.56c, manual SQL updates necessary?

    Thank you for taking the time to reply. I'm still confused.

    If I do a phpinfo() on my site, I am told that I have:

    mysqli
    mysqlnd 5.0.12-dev - 20150407

    I am assuming this is my MySQL...
  13. v156 Upgrade from 1.56a to 1.56c, manual SQL updates necessary?

    It says in the release notes for 1.56c:

    "IS THERE A DATABASE UPGRADE STEP FROM v156 to v156c?
    That depends: yes, there is one MANUAL step you must do yourself (and if you didn't do it in 156...
  14. v156 Re: All Paypal/Payflow Modules are missing under ADMIN, Modules, Payment. - NEWBIE

    I found one other undefined constant that was causing "Use of undefined constant PAYPAL_DEV_MODE" errors.

    I have incorporated all the fixes into a new file, and tested it on 1.56a. No more issues...
  15. v156 Re: All Paypal/Payflow Modules are missing under ADMIN, Modules, Payment. - NEWBIE

    Related to the PEAR_LOG_INFO warning:

    I checked back into my older 1.38 store backup, and the file includes/modules/payment/paypal/paypal_curl.php contains these lines, among others:



    /**...
  16. v156 Re: All Paypal/Payflow Modules are missing under ADMIN, Modules, Payment. - NEWBIE

    THANK YOU!!! My website hosting company upgraded to php 7.2.17 last night, and today I woke up to find this exact problem - my paypal modules disappeared from the admin Payment Modules page...
  17. v155 Re: Upgrading from 155 to 156: Support for ".htaccess" files is not enabled.

    Thanks. How true. ;)

    But might I suggest that you include the directions for performing this test in the further information that comes up when you click on this warning?

    Something like:
    ...
  18. v155 Re: Upgrading from 155 to 156: Support for ".htaccess" files is not enabled.

    Thanks. I meant to say I was upgrading 155f to 156a.

    I went ahead and did the upgrade and it completed successfully.

    By running the test, I am indeed getting a 403 error page. So it would seem...
  19. v155 zc_install: Support for ".htaccess" files is not enabled.

    Before attempting to upgrade my existing 155a store to 156, I have a demo version of the default 155a installed, that I am trying the upgrade process on.

    When running the zc_install script, it is...
  20. v155 Re: Is it absolutely necessary to update from 1.55f to use PHP 7.2?

    Thanks. Is there anything special in ZenCart I need to do to enable php errors to the screen? I have display_errors = on in my .ini file, but I'm not seeing anything...yet...
  21. v155 Is it absolutely necessary to update from 1.55f to use PHP 7.2?

    I've seen some threads that say "yes" - however, the reason I'm asking is:

    I am running php 5.6. I recently (maybe 6 months ago) completely upgraded from 1.3.8 to 1.55f in order to fix the paypal...
  22. v155 Re: Specials Display - can this file have an override?

    I found the answer here in this thread:

    https://www.zen-cart.com/showthread.php?156873-Not-a-bug-Can-t-override-pages-specials-main_template_vars-php
  23. v155 Specials Display - can this file have an override?

    main_page=specials

    It appears that some of the html formatting for the Specials page (for each individual product displayed) is done by this file:
    ...
  24. Replies
    3
    Views
    514

    v155 Re: missing php closing tags

    I see. Thanks for explaining this. Now I know that I should not be putting them back in to my edited templates!
  25. Replies
    3
    Views
    514

    v155 missing php closing tags

    I don't know that it matters, since v1.5.5f seems to work, but I have noticed missing closing php tags in several files while customizing my templates.

    For example, take a look at...
  26. v155 Re: How to make all store links go through https

    Thanks!
  27. v155 How to make all store links go through https

    I have SSL enabled on my store (v1.5.5f).

    It goes to https during checkout, login etc.

    I would like to have all store pages go to https, not just login or checkout.

    Is it possible? In...
  28. v155 Does "Payflow for Paypal" module work on 1.5.5?

    I am updating from 1.39a to 1.55f. I am now at the step of reinstalling and configuring payment modules.

    I Use "PayPal Payflow Pro - Gateway". Does anyone know if this module should be OK to...
  29. v155 Upgrading from 1.38a to 1.55 - Payflow Module question

    I'm in the first steps of upgrading my store from 138a to 155f. I have a fresh copy of 155f installed as a demo to take a look at.

    In v138, I am using a module named:
    "PayPal Payflow Pro -...
  30. v138a Re: Upgrading from 1.38 to 1.55 - what next?

    Thanks, but that doesn't really answer my question.
    I've already verified that PHP and mySQL versions etc. are compatible. That's not an issue.

    I AM reading the instructions for rebuild vs....
  31. v138a Upgrading from 1.38 to 1.55 - what next?

    I am going to attempt to upgrade from 1.38a to the latest 1.55f, keeping my products, templates and data.

    I have been consulting the document "How do I rebuild my site on the new version, instead...
  32. v138a Re: PayPal IPN Verification Postback to HTTPS

    With all due respect, I'd like to point out that my first post was addressed to the original poster (another user) - not you or necessarily any ZenCart employees. But I do thank you for joining the...
  33. v138a Re: PayPal IPN Verification Postback to HTTPS

    But it will be back to working fine (for awhile) once I fix that issue. As I have done for other issues. Beats a solid week or more of work.

    But I get it - upgrade, upgrade, upgrade.

    I have...
  34. v138a Re: PayPal IPN Verification Postback to HTTPS

    1. PHP Version: 5.6.28 (Zend: 2.6.0). Is that old/obsolete? My ISP updates it every so often. Maybe the "absolutely incompatible" stuff I'm not using. :)

    2. Here's the thing. I run a one-person...
  35. v138a Re: PayPal IPN Verification Postback to HTTPS

    ferid,
    Did you ever resolve this? I am also using 138a and do not have the resources to upgrade at this time. I also received the similar message from paypal, although they obviously pushed back the...
  36. Re: sort order of featured products - is it broken in 1.3.8a?

    I understand how a forum works. I moderate my own, and have 17,000+ posts on it. So you're free to give any answer you want. But to say your answer was "the proper answer" when it completely ignored...
  37. Re: sort order of featured products - is it broken in 1.3.8a?

    Well, I *did* manually apply all the 1.3.8a security patch updates that were recommended back in the day, for what it's worth. PCI patch, admin patch, config patch, security updates etc. I'm not...
  38. Re: sort order of featured products - is it broken in 1.3.8a?

    Well - your replies weren't helpful, and had nothing to do with the question. I just need to fix the issue; not drop a week of time on an upgrade right now. Nothing personal.

    Thanks lat9, I'll...
  39. Re: sort order of featured products - is it broken in 1.3.8a?

    Thanks for your advice, if I ever have an entire free week to spend on upgrading my heavily customized installation (because I know that's what it will end up taking), I'd love to do it. But that...
  40. sort order of featured products - is it broken in 1.3.8a?

    I've tried changing the default sort order in Configuration > Featured listing. It seems to have no effect whatsoever, regardless of how it is set. There is no change in the display order. I tried...
  41. v138a Re: Payflow integration changes - alert from PayPal

    Thanks! Curious that this thread is from 2009, yet this is the same thing that PayPal is currently alerting me about. It's like they never did it back in 2009, six years ago...


    Yeah, I agree -...
  42. v138a Payflow integration changes - alert from PayPal

    I've been receiving emails recently about upcoming Payflow integration changes. Is there a thread here about this already?

    Anyway, today it says:

    --------------------------
    We want to let you...
  43. Replies
    16
    Views
    2,227

    Re: Contact Us Page - Is this spam?

    I recently also started receiving some of these kinds of spam emails to my customer service email. What I'd like to know, is some of you mention getting the IP address and blocking it - I know how to...
  44. Replies
    6
    Views
    2,613

    Re: Pending orders

    No, it doesn't make sense. If you have 10 orders you received, and you just shipped them all out, it would make sense to be able to process all 10 with one click, not have to manually do each one...
  45. Is it possible to change a bunch of orders from pending to delivered at once?

    When people order something from the store, the orders are set to "pending[1]" by default. Is there some way to change a whole bunch of orders at the same time? Do you actually have to click on each...
  46. Re: Duplicate coupon confirmation message

    Thanks! I implemented it and it seems to work. :)
  47. Re: Confirmation: can't use php in Product Descriptions?

    It really wasn't necessary to quote the entire huge code dump just to ask a one-line question. ;)

    At the time I posted this, I was using 1.3.8a. With a custom theme. As explained. So I cannot...
  48. Re: Coupon Restrictions not working with more than one product!

    Yes it's possible.

    In the Coupon Admin area, once you have created a coupon, it shows up in the list. You click on the "i" icon (info), and to the right side, there is the area that shows info...
  49. Re: Coupon Restrictions not working with more than one product!

    The analogy is not entirely correct. It's more like:

    There has been a fix for electric windows that relates to them staying down. However, I always keep them up all the way and never ever use...
  50. Re: Coupon Restrictions not working with more than one product!

    Sorry for the late response. Yes, I had independently discovered that, but it seems sort of counter-intuitive to me. Is it actually supposed to work that way, or is that sort of a workaround for...
Results 1 to 50 of 134
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR