Search:

Type: Posts; User: JRGoold

Search: Search took 0.01 seconds.

  1. Re: New add-on "product type book" for ZC 1.5

    I believe that, because of security concerns, the “action” value has become a POST variable (i.e. set by a <form>) and hence not visible as part of the URL (which are GET variables). You should still...
  2. Replies
    5
    Views
    1,449

    v155 Re: Font/CSS Not displaying properly

    I am using Firefox 47.0 under Linux Mint 17.3 (Rosa).

    However, DrByte hit the hammer on the nail with the head: Some missing file suffixes in .htaccess.

    One of the things I tried, on my test...
  3. Replies
    3
    Views
    452

    v154 Re: Can't stay logged in to admin

    Have you changed your password? I’m not sure how you could login at all if it is time to change it (that is, without changing it), but I can imagine something funny like this happening.
  4. Replies
    5
    Views
    1,449

    v155 Font/CSS Not displaying properly

    Zen Cart 1.5.5a.

    When editing an order in Admin, the FontAwesome characters are being displayed by the browser as non-displayable characters (a small rectangle with the two-byte hex(?) code inside...
  5. Replies
    6
    Views
    2,999

    v155 Re: Has anyone had download counts go negative?

    IF one were able to set the Download count to unlimited, then it could never go negative. However, there is NO UNLIMITED DOWNLOAD setting, only an UNLIMITED TIME. I do not want one of those settings...
  6. Replies
    6
    Views
    2,999

    v155 Re: Has anyone had download counts go negative?

    Ajeh,

    That is what the comments in the code say it will do, but that is not, what in fact, the code does.

    I checked on our live site and if the expiry days is zero (which we have for ALL...
  7. Replies
    6
    Views
    2,999

    v155 Re: Has anyone had download counts go negative?

    There had been a bug in the downloads code that had the testing of maximum time and maximum downloads wrong. I had fixed it, but I saw that it was fixed in 1.5.5a, so just used the 1.5.5a version.
    ...
  8. Replies
    6
    Views
    2,999

    v155 Has anyone had download counts go negative?

    I discovered, by accident, that some entries in the orders_products_download table have a negative value for download_count. There aren't many, but I want to figure out what is causing this. If the...
  9. v154 Re: mysqli_real_escape_string() expects parameter 2 to be string, array given

    The problem is being caused in the SuperTracker plugin. I have applied a fix described in the Forum thread devoted to SuperTracker, but will need to monitor the live site to see if the problem is...
  10. Re: New add-on "product type book" for ZC 1.5

    Germany :smile:

    Here are a couple of links if you are interested in more about ISBNs, including how they should be formatted:

    For the official specification:...
  11. v155 Re: AdminRequestSanitizer Problem

    Thank you for the link. I shall apply the fixes to both the live and test sites.
  12. Re: New add-on "product type book" for ZC 1.5

    I forgot, in my last post, to mention that the ISBN column I added to the products table referred to the print edition of the book; I also added an ISBN column (actually “isbn” in both cases) to the...
  13. Re: New add-on "product type book" for ZC 1.5

    I had a quick glance back to the beginning of the thread. There was mention of using the “model” for ISBN. That could be made to work.

    The problem I had when I got involved in the project was the...
  14. v154 mysqli_real_escape_string() expects parameter 2 to be string, array given

    Here is the complete "myDEBUG" message of which there are a "bunch" in the log directory:


    [02-Jun-2016 00:59:28 GMT] PHP Warning: mysqli_real_escape_string() expects parameter 2 to be string,...
  15. Re: New add-on "product type book" for ZC 1.5

    I only just stumbled on your thread (I've only just started using the forums again).

    For what it is worth, I support a heavily modified version of Zen Cart used by a publisher who sells e-books...
  16. v155 Re: Admin Not all configuration groups being displayed

    Update

    Last night I started following the documentation, code and database tables. I got things as far as having my menu item show up in the admin Configuration menu. I will follow this through...
  17. v155 Re: Admin Not all configuration groups being displayed

    I read the FAQ linked to by mc12345678 (thank you). This appears to be a significant change (probably for the better). However, I have no idea of the mapping between the old way (ZC 1.3.9h) way of...
  18. v155 Re: Admin Not all configuration groups being displayed

    Either your link needs the "https://" removing or there is a problem with how the forum handles the \ tag. What I see when I hover over it, is “[url]http://https//www.zencart.com/…” but I was able to...
  19. v155 Re: Admin Not all configuration groups being displayed

    Isn’t the Super Tracker plug-in/add-in a red herring? My own modification, is core code so essentially doesn’t have a version and I certainly don’t remember any “registration” process (however, it...
  20. v155 Admin Not all configuration groups being displayed

    Version 1.5.5a (and 1.5.4). After upgrading from 1.3.9h…

    Entries are not showing up in the Admin “Configuration” drop-down menu. Neither the Super Tracker plugin’s entry nor a customized entry...
  21. v155 Re: AdminRequestSanitizer Problem

    It wasn’t necessary to manual change the database. Instead, in Admin, Catalog—>Product Types :smile:

    Wilt: Sorry, I didn’t realize I hadn't posted the sanitizer log. If you want it, I can...
  22. v155 Re: AdminRequestSanitizer Problem

    Hello Wilt,

    I discovered the Admin Sanitizer documentation http://docs.zen-cart.com/Developer_Documentation/v1.5.5/code_docs/admin_sanitization. That allowed me to turn on sanitizer debugging...
  23. v155 Re: AdminRequestSanitizer Problem

    I found your referenced thread after I had posted. The documentation link it has (http://docs.zen-cart.com/Developer_Documentation/v1.5.5/code_docs/admin_sanitization) is particularly helpful as it...
  24. v155 [Done v155a and v155b] AdminRequestSanitizer Problem

    Problem is occurring with ZC 1.5.4 and 1.5.5a (skipped 1.5.5).
    The base Zen Cart is heavily modified; however, this problem is only showing up for one aspect: Reviews. Specifically, my version of...
  25. Replies
    5
    Views
    421

    v155 Re: How to override define_paths.php?

    No apology needed.

    Again, it appears to be a matter of view-point.

    .../includes/extra_configures/ That sounds like exactly what I'm looking for. Perfect. Thank you very much for your help...
  26. Replies
    5
    Views
    421

    v155 Re: How to override define_paths.php?

    I obviously got too enamoured of my own words and allowed the real question (quoted above) to get lost, for which I apologize.

    The question is, “How do I override .../includes/defined_paths.php?”...
  27. Replies
    5
    Views
    421

    v155 Re: How to override define_paths.php?

    .../docs/whatsnew_1.5.5.html (as included in 1.5.5a) says:

    I don’t think it unreasonable to think that last line implies that upgrading from 1.5.4 to 1.5.5 (or 1.5.5a) only requires changes to the...
  28. Replies
    5
    Views
    421

    v155 How to override define_paths.php?

    The defined_paths.php files (either) contain a comment that, “It should NOT be necessary to edit anything here. Anything requiring overrides can be done in override files.” (in the /includes/...) or...
Results 1 to 28 of 32
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR