Search:

Type: Posts; User: DrByte

Page 1 of 10 1 2 3 4

Search: Search took 0.31 seconds.

  1. v157 Re: importing data base error and general question about zen

    In addition to the notes above about the many unpaid volunteers who generously offer support and help write code, there are still very real costs associated with getting Zen Cart into your hands for...
  2. Re: PHP Deprecated: Creation of dynamic property ups::$quotes

    One of the things that's getting more and more strict in ongoing PHP versions is this issue of creating variables on-the-fly without first declaring them (by stating they exist or giving them a...
  3. v158 Re: nightmere upgrading - Products not showing up in their categories

    Also, how many tables are in your database? How many of them are named "admin" but with different prefixes? like "zen_admin", "admin", "v155_admin", etc? If you have more than one set of tables,...
  4. v158 Re: Retrieving the last ` LAST_INSERT_ID();` on a SQL Patch

    I just ran this in SQL Patch without problem (only difference from yours was changed the last comma to a semicolon):


    INSERT INTO `product_types` (`type_name`, `type_handler`,...
  5. v158 Re: PHP Fatal error: Undefined constant MODULE_PAYMENT_PAYPALDP_MERCHANT_COUNTRY

    The patch which is going into v2.0.0, and can safely be applied to v1.5.8 is: https://github.com/zencart/zencart/pull/6144/files
  6. Replies
    2
    Views
    427

    Re: Zen Cart 2.0 Update

    Fair question, as it helps with planning upgrades etc.

    Not entirely certain on a date. A few key things need completing yet.
    Definitely not in January.
    Maybe March.
  7. Replies
    12
    Views
    3,061

    v155 Re: Problems with your MySQL (mysqli) support

    Some of the latest cPanel updates are not providing "mysqli" as an extension. (Those same cPanel updates are also progressively pushing forward with things that will eventually make your old ZC 1.5.4...
  8. Re: Site Crashed U_ILLEGAL_ARGUMENT_ERROR

    I updated my "fix" with adding UTF-8 fallback, just in case.
    (FYI The hyphenated uppercase en_US.UTF-8 works on my dev site, where the en_US.utf8 lowercase without hyphen shows as invalid when used...
  9. Re: Site Crashed U_ILLEGAL_ARGUMENT_ERROR

    My bad. Turns out 'en' alone isn't "valid" either. And that's what I had in my clipboard when I pasted. Doh!

    EDITED: now recommending:


    @setlocale(LC_TIME, ['en_US', 'en_US.UTF-8', 'en-US']);...
  10. Re: Site Crashed U_ILLEGAL_ARGUMENT_ERROR

    Hmmm. Investigating ...
  11. Replies
    2
    Views
    602

    v158 Re: U_illegal_argument_error

    Affects 8.1.25, 8.2.12, and 8.3.0RC3+

    Ongoing discussion at: Site Crashed U_ILLEGAL_ARGUMENT_ERROR
  12. Re: Site Crashed U_ILLEGAL_ARGUMENT_ERROR

    Yes, the latest updates to PHP (PHP 8.1.25 and 8.2.12) added a sudden fatal error when the locale is not explicitly configured on the server.
    They claim to be backing it down in subsequent PHP 8.1...
  13. Replies
    4
    Views
    713

    v155 Re: Upgrade thinks my ZC version is 1.54

    In upgrades, several database changes get made. The upgrader inspects a couple of those to see whether it is reasonable to believe that all of those changes were done. If for some reason you (or some...
  14. Re: Old zen-cart shop completely broken from old age- possible to salvage the databas

    Fortunately the zc_install utility that comes with each version of Zen Cart is capable of taking your existing database and upgrading its content to whatever new structure is required for that new...
  15. v157 Re: security issue with shared cart url/link

    You will need to force cookie use for the zenid to disappear from the URL for regular shoppers. If the customer blocks cookies in their browser (which can be done in various ways, including some uses...
  16. Replies
    22
    Views
    2,523

    v158 Re: Upgrade Completes BUT

    First thing that comes to mind is whether it's pointed at the correct database, in the admin configure.php
  17. Replies
    6
    Views
    1,381

    v157 Re: Missing store name

    The field is named "store name and address" as an invitation for you to put your store name and address into it.
    If you only put the address then, well, that's all it will display.
  18. Replies
    15
    Views
    3,525

    Re: black asterisiks form placeholder

    The HTML placeholder attribute is only styled/colored via CSS.

    If you want to remove the placeholder and put text outside of the field, be aware that it will require more screen space so you will...
  19. v157 Re: Password Expired - New Password Rejected - Always No Matter What

    There's no "forced password change" for a store's customers. Only the Admin.
  20. Replies
    15
    Views
    3,525

    Re: black asterisiks form placeholder

    Not a bug.

    Those are symbols denoting "required field". You can remove the asterisk via the language file.
  21. Replies
    6
    Views
    1,381

    v157 Re: Missing store name

    I assume you're referring to the Contact Us page, where the store address can optionally be displayed above the form.
    The address displays exactly what address you enter in the Admin. If you want...
  22. Replies
    4
    Views
    1,746

    v157 Re: html contact us plain text

    I still don't understand why people want a contact-us email to come as HTML, when the customer's message isn't HTML anyway. (and if it were then it shouldn't be trusted, since any link in it are most...
  23. Replies
    1
    Views
    1,215

    v157 Re: Plugin Installer

    Fixes applied in GitHub
  24. v157 Re: prices wont update after a certain line number with script i am running

    Feel free to zip it up and attach it here. Someone may spruce it up a bit.
  25. v157 Re: prices wont update after a certain line number with script i am running

    No, it won't affect things visually.

    It just increases the amount of RAM that PHP must allocate (an CPU cycles to do so) in order to handle the number of possible input values that could be sent...
  26. Replies
    8
    Views
    1,586

    v155 Re: Website not replying to Shipstation

    Yes, I agree, that should work fine.
  27. Replies
    1,197
    Views
    268,936

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    While the original "product listing grid" mod had a user-selectable format choice, its implementation was clunky, so it was excluded.

    While one can find lots of sites that offer user-selectable...
  28. Replies
    11
    Views
    1,091

    v157 Re: PHP Notice: Undefined offset: 1

    Done! https://github.com/zencart/zencart/commit/e54348a0a2f4a59c769e628d84344184969e218d
  29. v157 Re: Duplicate File warnings while uploading

    Excellent choice in my opinion. I always prefer WinSCP over FileZilla. Way more secure, way friendlier to use.
    That's if you're stuck on Windows of course.
  30. v157 Re: Duplicate File warnings while uploading

    If something is off and you're uploading all files into "one" directory instead of into all the expected subdirectories, then there will definitely be duplicates, because many ZC files do indeed...
  31. Re: Automated Importing of Amazon Sellercentral Orders via gmail API?

    NO! That token is basically a password alternative.
    Never put a sensitive file like that in the root of your site! Bots are always crawling for those kinds of things hoping to find something they...
  32. Replies
    4
    Views
    1,193

    v157 Re: GZip Extension while loading new store

    The implementation of gzip support uses the ob_start() and related functions from the output_buffering features of PHP, hence why the legacy test for whether gzip can be supported has been based on...
  33. v157 Re: Make admin configuration translatable to other languages?

    It's already possible to do very simply, directly in your own language-pack:

    For example, for spanish, add to your admin/includes/languages/spanish/configuration.php
    all the necessary defines,...
  34. Replies
    1,197
    Views
    268,936

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    In most browsers, on most templates, this is an issue. Other than setting those fields as non-autofill (which would cause some customer complaints), I'm not sure what could be done within the...
  35. Replies
    264
    Views
    63,972

    Re: Backup MySQL Database

    Interestingly, the "1.5d" update in 2018 specifically aimed to resolve the "1045 access denied" issue, by escaping the pass word credential with escapeshellcmd(). I suppose you could try removing...
  36. Replies
    39
    Views
    6,731

    v139h Re: Show one left in stock message?

    There's a built-in feature to show Out Of Stock (or "Sold Out") when qty is 0:
    Admin->Configuration->Stock->Show Sold Out Image in place of Add to Cart
  37. v157 Re: Upload file extension being stripped from .jpeg files

    Is the .jpeg file's filename equally wrong in the "files_uploaded" table?

    I suspect the issue may be occurring in this part of the code, in the shopping_cart.php class:


    if...
  38. Replies
    31
    Views
    6,424

    v157 Re: Some issues when upgrading

    If those were their exact words then they're probably talking geek-speak without getting into specifics.
    It's "possible" that they mean "server permissions don't let you-the-non-server-owner import...
  39. v157 Re: Linking the music product Artist extra internally

    /includes/modules/pages/product_music/main_template_vars_product_type.php
    Change




    /*
    * extract info from queries for use as template-variables:
    */
    $products_artist_name =...
  40. v150 Re: Google Merchant Center Feeder for ZC v1.5.x [Support Thread]

    Looks like there's nothing in the code to make it "simple".
    You'll have to alter the code to make sure those fields are pulled from the database, and then also make sure they're output using the...
  41. Replies
    31
    Views
    6,424

    v157 Re: Some issues when upgrading

    Those would appear to be related to tables added by something other than original Zen Cart.
    Does the output show the table names too? Or clues to what table it was operating on before/after the...
  42. v157 Re: Linking the music product Artist extra internally

    In which file? (There's no artist link in that file.)
  43. v157 Re: [Warning] Using a password on the command line interface can be inse

    What MySQL version are you using? (Admin->Tools->Server Info)

    For example, on my localhost mine is:
    "Database Engine: MySQL 5.5.5-10.5.9-MariaDB"

    and if I go to a command-prompt and type...
  44. v157 Re: Linking the music product Artist extra internally

    This might work:
    Near the end of tpl_product_music_info_display.php is this section of code:


    <!--bof Product URL -->
    <?php
    if (zen_not_null($products_record_company_url)) {
    if...
  45. Replies
    3
    Views
    1,660

    v157 Re: Super Orders 5.0 and Batch

    I'll add: if your only reason for using Super Orders is to "batch update the status of several orders at once", then the "all invoices" plugin is much more lightweight and typically accomplishes the...
  46. Replies
    31
    Views
    6,424

    v157 Re: Some issues when upgrading

    Hmmm. I can't replicate it. Maybe it's a different MySQL version.

    Does making the changes added here help get rid of most of those errors? https://github.com/zencart/utf8mb4-converter/pull/5/files
  47. v157 Re: [Warning] Using a password on the command line interface can be inse

    Um, no, there's no built-in backup in v1.5.7c.
    It's probably there from the old version you upgraded from.
    Thus, best to check whether your plugin is up to date.
  48. Replies
    31
    Views
    6,424

    v157 Re: Some issues when upgrading

    Yikes! Looks like we forgot to update that plugin with a patch fix regarding those defaults.

    Do you have a backup from before running that script? If not, there's a "fix" utility in the updated...
  49. v157 Re: [Warning] Using a password on the command line interface can be inse

    1. The question by lat9 is relevant. Are you using the latest version of the plugin?
    2. The " [Warning] Using a password on the command line interface can be insecure." warning is only a warning. It...
  50. v155 Re: Can *I* offer a gift certificate to a customer?

    To apply it retroactively would require using a module like Edit Orders to apply it and change all the order totals after-the-fact. And you'd have to manually refund the difference. Or you could...
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR