Page 1 of 47 12311 ... LastLast
Results 1 to 10 of 461
  1. #1
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Idea or Suggestion [Closed] FEEDBACK ON BETA of v1.5.5

    This thread is for collecting feedback on problems with the v1.5.5 beta code, available at: https://github.com/zencart/zencart/archive/v155.zip

    If you're reporting multiple unrelated issues, please post them in separate replies, as this allows us to reply more easily about specific individual fixes.

    As fixes are made, they will be committed to the github repo directly.

    (If you have fixes you'd like to offer, feel free to submit a pull-request on github, but be sure your github branch is forked from the v155 branch and not the v160 default. More about github and pull-requests here: http://docs.zen-cart.com/Contributing )



    This discussion thread will be closed after v155 is officially released.
    .

    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.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: FEEDBACK ON BETA of v1.5.5

    A couple known-issues we're working on in the new responsive_classic template include:

    - Need to fix uneven margins in desktop 3 column layout. Example: right margin of the center column on every page is wider than the left.
    - Product detail page has a lot of empty space under the product image in desktop layout
    - ...More Info button under product images overlapping in the list view (ie: main_page=featured_products)
    - Refresh icons overlapping Qty. box in main_page=shopping cart in 1024x768 view
    - Automatically turn on the CSS Buttons


    (Yes, I posted these all as one post, but that's because they're being worked on in one batch :) )
    Last edited by Ajeh; 18 Dec 2015 at 02:34 AM.
    .

    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.

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: FEEDBACK ON BETA of v1.5.5

    Initial install (localhost/XAMPP). Created fresh directory and copied distribution zip-files, brand-new database.

    Started the install process. In the "System Inspection" step, I'm presented with the error:
    Code:
    Your configure.php file is an old version and requires updating before we can continue.
    ... but this is a fresh install, so the configure.php file was created as part of the installation process, right? The file's there, it's 0-bytes in length.

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: FEEDBACK ON BETA of v1.5.5

    Admin Setup Phase. Same fresh install as my previous posting. Message appears before the admin directory name that was chosen:
    Code:
    We did not change your admin directory automatically as it already seems to have been changed from the default.
    Well, yes, it was changed from the default ... by the installation process. The message should be reworded as it's going to cause confusion for people that are installing for the first time.

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: FEEDBACK ON BETA of v1.5.5

    Initial admin login! Why was the hit counter started on 11/30/1999?

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: FEEDBACK ON BETA of v1.5.5

    Initial store view. Fresh install with demo products.

    Click the "Test Examples" category link; the product listing page's "Add Selected Products" button is way-too-big.

    Storefront: Shouldn't the responsive template use CSS buttons?

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: FEEDBACK ON BETA of v1.5.5

    Debug-log file created as part of the fresh-install process:
    Code:
    [17-Dec-2015 14:38:46 America/New_York] PHP Warning:  file_put_contents(/includes/configure.php): failed to open stream: No such file or directory in C:\xampp\htdocs\zc155\zc_install\includes\classes\class.zcConfigureFileWriter.php on line 66
    
    [17-Dec-2015 14:38:46 America/New_York] PHP Warning:  file_put_contents(/admin/includes/configure.php): failed to open stream: No such file or directory in C:\xampp\htdocs\zc155\zc_install\includes\classes\class.zcConfigureFileWriter.php on line 66

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by lat9 View Post
    Initial store view. Fresh install with demo products.

    Click the "Test Examples" category link; the product listing page's "Add Selected Products" button is way-too-big.

    Storefront: Shouldn't the responsive template use CSS buttons?
    Yes they should have been turned on by default.


    Update: They are now turned on by default.
    Last edited by DrByte; 18 Dec 2015 at 04:50 AM. Reason: Updated
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: FEEDBACK ON BETA of v1.5.5

    NOTE: The zip has been updated (it's updated in-real-time as commits are made): https://github.com/zencart/zencart/archive/v155.zip
    .

    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.

  10. #10
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: FEEDBACK ON BETA of v1.5.5

    Fresh install.
    The first thing I did once installation was complete was to go to Tools - Banner Manager - then turn all banners off. Result was broken site. Error log reads:

    [17-Dec-2015 23:15:52 America/Phoenix] PHP Fatal error: Call to a member function RecordCount() on a non-object in /home/XXXXXX/public_html/includes/modules/sideboxes/banner_box.php on line 26

 

 
Page 1 of 47 12311 ... 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