Page 39 of 47 FirstFirst ... 293738394041 ... LastLast
Results 381 to 390 of 461
  1. #381
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,356
    Plugin Contributions
    94

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by DrByte View Post
    I know what you're referring to.
    I added another dummy language so that the box would show, and it shows up just fine:
    Attachment 16073Attachment 16074
    I'll admit, I did a "selective" (i.e. copying files) mini-upgrade from a previous download of 155 rather than go through the whole install process. I'll give the full process a go, but an puzzled as to why the difference exists.

  2. #382
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by DrByte View Post
    I know what you're referring to.
    I added another dummy language so that the box would show, and it shows up just fine:
    Attachment 16073Attachment 16074

    Name:  Image1.jpg
Views: 141
Size:  38.0 KB I can confirm, I have the same issue as Lat9

  3. #383
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,356
    Plugin Contributions
    94

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by DrByte View Post
    Lol ... those came directly from the Edit Orders mod.

    Will have to look at those separately.
    The coloring comes from the default color values provided by both the CSS3 Buttons and CSS3 Admin Buttons plugins, not the EO plugin itself.

  4. #384
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,356
    Plugin Contributions
    94

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by DrByte View Post
    This should help with that: https://github.com/zencart/zencart/pull/847


    Unfortunately security analysts would call it a flaw, not a feature.

    Trying to find the balance ...
    That change (at least) doesn't kill the overall styling. I can see how adding a <script> tag could be a-bad-thing, but basic styling like a <span>, <em>, <br> or <strong>? Really?
    Last edited by lat9; 27 Feb 2016 at 04:51 PM. Reason: Remove description of issue that was present in ZC1.5.1, too.

  5. #385
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by lat9 View Post
    That change (at least) doesn't kill the overall styling. I can see how adding a <script> tag could be a-bad-thing, but basic styling like a <span>, <em>, <br> or <strong>? Really?
    It's not mangling the <span>. It was mangling the =" part (ie: in style=" ).

    Anyway, you have the fix.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #386
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,356
    Plugin Contributions
    94

    Default Re: FEEDBACK ON BETA of v1.5.5

    Install using demo products; Catalog->Products Expected date display issue. All dates display as 11/30/2036; the products_date_available values in the database are 0000-00-00 00:00:00.

  7. #387
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by lat9 View Post
    Install using demo products; Catalog->Products Expected date display issue. All dates display as 11/30/2036; the products_date_available values in the database are 0000-00-00 00:00:00.
    What version of PHP and MySQL, and operating system on that server?

    I haven't seen it mangle the dates to be zeros on any Ubuntu or Mac server, using PHP 5.2, 5.3, 5.4, 5.5, 5.6, or 7.0, or MySQL 5.5 or 5.6. And latest cPanel.

    Need to know a lot more details about the specific server you encountered that on.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #388
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,356
    Plugin Contributions
    94

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by DrByte View Post
    What version of PHP and MySQL, and operating system on that server?

    I haven't seen it mangle the dates to be zeros on any Ubuntu or Mac server, using PHP 5.2, 5.3, 5.4, 5.5, 5.6, or 7.0, or MySQL 5.5 or 5.6. And latest cPanel.

    Need to know a lot more details about the specific server you encountered that on.
    It's an XAMPP installation (PHP 5.4.27, mySQL 5.5.36) running Windows 8.1. I'll retry the installation (from fresh) to see if it replicates. This installation started with the very first 1.5.5 beta and has been incrementally updated from there, so it's a bit suspect.

  9. #389
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,356
    Plugin Contributions
    94

    Default Re: FEEDBACK ON BETA of v1.5.5

    I can't replicate the Products Expected issue on a fresh install of the 155 branch contents downloaded a couple of minutes ago.

  10. #390
    Join Date
    Jul 2009
    Posts
    402
    Plugin Contributions
    0

    Default Re: FEEDBACK ON BETA of v1.5.5

    There is a small bug in /admin/includes/init_includes/init_errors.php

    line 165 is
    PHP Code:
      if (file_exists($check_path) && is__[/COLOR]writeable($check_path)) { 
    and should be
    PHP Code:
      if (file_exists($check_path) && is_writeable($check_path)) { 
    ciao from Italy
    enzo
    Last edited by enzo-ita; 8 Mar 2016 at 04:59 PM.

 

 
Page 39 of 47 FirstFirst ... 293738394041 ... LastLast

Similar Threads

  1. v155 BETA feedback for Responsive-Classic in v155-beta
    By picaflor-azul in forum Addon Templates
    Replies: 51
    Last Post: 5 Mar 2016, 09:14 PM
  2. Community feedback invited for v155-beta [now closed]
    By DrByte in forum Zen Cart Release Announcements
    Replies: 1
    Last Post: 11 Feb 2016, 01:38 AM
  3. v1.3.9 (Beta now closed. See official release)
    By DrByte in forum Zen Cart Release Announcements
    Replies: 1
    Last Post: 19 Apr 2010, 05:03 PM
  4. Closed Catagory Tree?
    By Camarilladee in forum Basic Configuration
    Replies: 0
    Last Post: 15 Jul 2006, 04:24 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