Page 40 of 47 FirstFirst ... 303839404142 ... LastLast
Results 391 to 400 of 461
  1. #391
    Join Date
    Jul 2009
    Posts
    402
    Plugin Contributions
    0

    Default Re: FEEDBACK ON BETA of v1.5.5

    There is a mistyping in the preceding message.
    Below how it had to be.
    Quote Originally Posted by enzo-ita View Post
    There is a small bug in /admin/includes/init_includes/init_errors.php

    line 165 is
    PHP Code:
      if (file_exists($check_path) && is__writeable($check_path)) { 
    and should be
    PHP Code:
      if (file_exists($check_path) && is_writeable($check_path)) { 
    ciao from Italy
    enzo

  2. #392
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by enzo-ita View Post
    There is a mistyping in the preceding message.
    Below how it had to be.

    Also, the line number is off... On github this is currently line 52 not 165 for ZC 1.5.5.


    Also there is a ZC function with that name in the filesystem so not necessarily an error.
    Last edited by mc12345678; 8 Mar 2016 at 05:21 PM.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #393
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by mc12345678 View Post
    Also, the line number is off... On github this is currently line 52 not 165 for ZC 1.5.5.


    Also there is a ZC function with that name in the filesystem so not necessarily an error.
    Okay.. Sorry, I looked at several wrong versions of the file... Anyways, there is a function is__writeable that has been added at least to the admin side in includes/functions/general.php which means that the code should work. Not sure how/when line 165 existed to have that content (personally not going to search for that), but the current version does have the function (two underscores) as well as that usage in that file.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #394
    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
    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
    Thanks. Good eye to spot that. However, it is intentional.
    We might rename it to zen_is_writable in 2.0 or something, but for now the double-underscore is intentional.
    .

    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.

  5. #395
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,605
    Plugin Contributions
    0

    Default Re: FEEDBACK ON BETA of v1.5.5

    Fresh new install on a Wamp server. localhost/morrisgiftshop/zc_install/index.php is this an upgrade or new install?

    ERROR:
    500

  6. #396
    Join Date
    Jul 2009
    Posts
    402
    Plugin Contributions
    0

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by DrByte View Post
    Thanks. Good eye to spot that. However, it is intentional.
    We might rename it to zen_is_writable in 2.0 or something, but for now the double-underscore is intentional.
    Well, it is not a matter of good eye. I do not remember what caused it and I can not reproduce this but I got an log file saying that a call was made to a non exsisting function is_writable and I found that that function was written is__writable.
    Now you tell me that i__writable is intentional so I think I need to correct that back. Right?
    Ciao from Italy
    enzo

  7. #397
    Join Date
    Jul 2009
    Posts
    402
    Plugin Contributions
    0

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by mc12345678 View Post
    Okay.. Sorry, I looked at several wrong versions of the file... Anyways, there is a function is__writeable that has been added at least to the admin side in includes/functions/general.php which means that the code should work. Not sure how/when line 165 existed to have that content (personally not going to search for that), but the current version does have the function (two underscores) as well as that usage in that file.
    About the line number, I noticed that a weird problem happens to me. I use notepad++ for editing files. Some files when dwld with livezilla for editing gets added empty lines. If I delete the empty lines then the file becomes unusable. Probably I indicated line 165 becaus of that reason.
    ciao from Italy

  8. #398
    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 mtechama View Post
    Fresh new install on a Wamp server. localhost/morrisgiftshop/zc_install/index.php is this an upgrade or new install?

    ERROR:
    500
    A 500 error is often hard to track down, and typically means a security problem has happened on the server, or PHP has encountered a fatal error.
    If it's a PHP problem, you may find it explained in the /logs/ folder. The logs for zc_install are named zcInstall_xxxxxxxxx.log and if they're reporting a PHP error, they're zcInstall-DEBUG-xxxxxx.log
    .

    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.

  9. #399
    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
    The language-changer in the header's upper-left corner. It's only visible when multiple languages are defined in the store/admin.
    Found and fixed the CSS for this.
    .

    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. #400
    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
    I can't replicate the Products Expected issue on a fresh install of the 155 branch contents downloaded a couple of minutes ago.
    Thanks for the update.
    .

    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 40 of 47 FirstFirst ... 303839404142 ... 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