Page 36 of 47 FirstFirst ... 26343536373846 ... LastLast
Results 351 to 360 of 461
  1. #351
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: FEEDBACK ON BETA of v1.5.5

    I'm 90% certain it's part of the bug we're still working 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.

  2. #352
    Join Date
    Jul 2009
    Posts
    402
    Plugin Contributions
    0

    Default Re: FEEDBACK ON BETA of v1.5.5

    I have uploaded the new 1.5.5 beta copied the new files to a test file set and used the zc_install.
    The result is what cen be seen by the screen captures I made.
    It tells that the db was correctly updated to 1.5.3 but then it says I need to update it because I am on 1.5.2!
    kind of confusing and no way to proceed with the upgrade.
    Please help if possible.
    ThanksClick image for larger version. 

Name:	Catturazen0.jpg 
Views:	43 
Size:	21.4 KB 
ID:	16045Click image for larger version. 

Name:	Catturazen1.jpg 
Views:	53 
Size:	28.3 KB 
ID:	16046

  3. #353
    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 enzo-ita View Post
    I have uploaded the new 1.5.5 beta copied the new files to a test file set and used the zc_install.
    The result is what cen be seen by the screen captures I made.
    It tells that the db was correctly updated to 1.5.3 but then it says I need to update it because I am on 1.5.2!
    kind of confusing and no way to proceed with the upgrade.
    Please help if possible.
    ThanksClick image for larger version. 

Name:	Catturazen0.jpg 
Views:	43 
Size:	21.4 KB 
ID:	16045Click image for larger version. 

Name:	Catturazen1.jpg 
Views:	53 
Size:	28.3 KB 
ID:	16046
    It's very possible that you've triggered a database error during the upgrade. Look in the /logs/ folder for zcInstall-DEBUG.log files, to find out the details.
    .

    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.

  4. #354
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: FEEDBACK ON BETA of v1.5.5

    Dreaded Admin SuperUserName/Password after db update error.

    Install 1.5.5 in subfolder of our sandbox domain which is on a different server/same host.
    1st run, all looked good except no access to Admin after completion. Admin configure created, but zero contents (empty file).
    2nd run of zc-install, all functioned as expected. Looks fine with demo data.
    Drop all db tables
    Import backup 1.5.4 database
    Run zc_install as Upgrade. Don't remember any errors.
    Attempt admin login using 1.5.4 superuser credentials. No good.

    Used this https://www.zen-cart.com/content.php...28i-lost-it%29

    AND that worked. Admin access using Admin/admin.
    However, none of the admin logins from the imported database will function.

    Sandbox: MariaDB 10.0.23/mySQL5.5.5
    Live: mySQL 5.6.29
    PHP both servers: 5.5.30
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  5. #355
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,843
    Plugin Contributions
    11

    Default Re: FEEDBACK ON BETA of v1.5.5

    i have found a small bug in v1.5.4 which seems to carry over to v1.5.5. not sure if it is worthy of a fix, but i thought i would share it.

    in includes/init_includes/init_sanitize.php, on line 72, there is an unset($GLOBALS[$key]).

    if someone tries passing over a "db" variable in the URL, it would unset the $db and then zen-cart would generate some error logs, as now one could no longer access the database.

    perhaps the dev team is already aware of this behavior, and chosen to do nothing about it. perhaps it has already been covered in the forums before (and if so, i do apologize). perhaps it might be worth wild to have a white-list of variables that can not be manipulated by GET variables. i'm not really sure what the way to go would be...

    best.

  6. #356
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by DrByte View Post
    I'm 90% certain it's part of the bug we're still working on.
    Are you still working on this?

    The reason for asking is that I've just downloaded a fresh .zip from github, and I've *not* been able to reproduce
    lucidlee's error/problem.

    This suggests that the problem, if with the zencart/ozpost code was ok on Jan3rd (my previous install date), then got busted with the version lucidlee downloaded, and has been fixed again with the most recent update (Feb 15)

    OR, if this isn't the case, then lucidlee still has a problem specific to lucidee,

    So, I thought I should ask before going any further.

    Cheers
    RodG

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

    Default Re: FEEDBACK ON BETA of v1.5.5

    still working on it
    .

    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. #358
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,760
    Plugin Contributions
    30

    Default Re: FEEDBACK ON BETA of v1.5.5

    includes/modules/payment/paypal.php
    PHP Code:
    /**
       * Used to display error message details
       *
       * @return boolean
        */
      
    function output_error() {
        return 
    false;
      } 
    Should not this function be get_error like all the other payment modules? I don't find anything using it.
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

  9. #359
    Join Date
    Feb 2012
    Posts
    8
    Plugin Contributions
    1

    Default Re: FEEDBACK ON BETA of v1.5.5

    Could more use be made of the new HTML5 types in input forms? e.g. type="email", type="tel", type="number", etc.

    This would make an enormous difference to users on phones and would compliment the new responsive theme. On the iPhone (at least) these type settings cause a modified keyboard to display which makes it easier to enter email addresses, phone numbers and numbers respectively.

    Sorry if this is a feature request and not a bug report.

    Andy

  10. #360
    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 amayze View Post
    Could more use be made of the new HTML5 types in input forms? e.g. type="email", type="tel", type="number", etc.
    v155 does this already
    .

    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.

 

 
Page 36 of 47 FirstFirst ... 26343536373846 ... 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