Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Suggested Updates to: 1.readme_installation.html

    FTP Program

    It is mentioned that certain FTP programs should not be used to prevent timeouts, when uploading a new install and the many files involved. Instead, I suggest mentioning that people should "stagger" their uploads. First upload the "admin" dir. and when that is finished then the "includes" then whatever is left. This is much more effective as a fair number of Hosters place timeout restrictions based on file number and/or amount of MBs being uploaded, within a certain period of time. Staggering the upload will also help to cut down on corrupted files, due to the Server not properly handling the files being uploaded.

    Also, CoreFTP (http://coreftp.com/) is a good FTP program and well worth the recommendation. Comes in Free and Pay For versions but only available for Windows.


    Directory and File Permissions

    In reading the file I noticed it was still being stated that certain directories / files need permission changed to 777. That is incorrect, especially for v1.5 which is PA compliant.

    Keeping in line with PCI and PA compliancy, 777 permissions are not allowed anywhere. A PCI compliant Linux Server will either disallow changing to 777 or if it does allow 777 will not allow the dir. / file to work properly. Either way, stating to use 777 permissions is just going to cause a lot of problems.


    Off-topic

    What's up with the "mcs_learn_more.html" file? Never did figure out why it is included or where that is used. Figured now was a good time to ask.

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

    Default Re: Suggested Updates to: 1.readme_installation.html

    Thanks. We'll probably delete that file altogether since the information is covered in much more detail in the Implementation Guide.

    Quote Originally Posted by Website Rob View Post
    a fair number of Hosters place timeout restrictions based on file number and/or amount of MBs being uploaded, within a certain period of time.
    Must be something new, since I can't say I've ever seen that with any of the hosts I've ever used.

    Quote Originally Posted by Website Rob View Post
    What's up with the "mcs_learn_more.html" file?
    The mcs_learn_more file is for MasterCard SecureCode, and only used when you have enabled a module that uses 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.

  3. #3
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Suggested Updates to: 1.readme_installation.html

    Quote Originally Posted by DrByte View Post
    Thanks. We'll probably delete that file altogether since the information is covered in much more detail in the Implementation Guide.
    Where can this "Implementation Guide" be found?

  4. #4
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Suggested Updates to: 1.readme_installation.html

    As per the original release announcement, it's in the /docs/ folder and also online.
    .

    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. #5
    Join Date
    Aug 2008
    Posts
    448
    Plugin Contributions
    0

    Default Re: Suggested Updates to: 1.readme_installation.html

    I've already changed the dirs to 777 per instructions. Should I changed them back?

  6. #6
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Suggested Updates to: 1.readme_installation.html

    Quote Originally Posted by ebaobao View Post
    I've already changed the dirs to 777 per instructions. Should I changed them back?
    The folders need to be writable. So use whatever is required by your hosting company's server configuration to accomplish that.
    The Implementation Guide explains it in more detail, and so do the online FAQs.
    .

    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.

  7. #7
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Suggested Updates to: 1.readme_installation.html

    Quote Originally Posted by DrByte View Post
    As per the original release announcement, it's in the /docs/ folder and also online.
    Cannot find any file by that name nor does any file use the phrase "Implementation Guide".

    As to the online file, if you are referring to http://www.zen-cart.com/docs/impleme...guide-beta.pdf then that file was not included within 'docs' dir. for v1.5. In fact, no PDFs are included, if there should be more than one.
    Last edited by Website Rob; 30 Jul 2011 at 06:55 PM.

  8. #8
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Suggested Updates to: 1.readme_installation.html

    Through another thread I just found out there is a new release for zc-v1.5.0BETA-07292011.zip
    http://www.zen-cart.com/download/zc-...A-07292011.zip

    The 'docs' dir. does include a "implementation-guide-beta.pdf" file, which previous releases did not. Perhaps we need to start using version / release numbers to make things easier? There have been 3 releases in 3 day and at the kind of pace, things can get confusing... real fast.

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

    Default Re: Suggested Updates to: 1.readme_installation.html

    The pdf was included in all the release zips except the *one* that you were referring to.

    There is indeed a release number: the name of the zip file. It doesn't need to be any more sophisticated than that.
    .

    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
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Suggested Updates to: 1.readme_installation.html

    Within this thread, I was the only one to mention any release number and that was for the most current one todate, zc-v1.5.0BETA-07292011.zip. I also was the only one to provide URLs.

    Anyway, no need to go on as that file was forgotten to be included in the zc-v1.5.0BETA-07282011 release and was corrected.


    Also, although it's easy to say "it's in the original release announcement" or "included in the current release", without providing a release number and/or URL you are going to confuse a lot of people. People make mistakes and the more information / reference one has the better. This would apply to all threads, not just this one.

    You Dev's will be altering, adding and removing many files in the next few weeks/months and a mistake here 'n there is bound to happen. Don't shoot the Messenger.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Html email not working on order updates?
    By philip937 in forum General Questions
    Replies: 1
    Last Post: 29 May 2011, 01:46 PM
  2. Cant seem to find /docs/1.readme_installation.html anywhere
    By angelicdezigns in forum Upgrading from 1.3.x to 1.3.9
    Replies: 3
    Last Post: 29 Apr 2007, 01:31 PM

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