Thread: SSL Issues

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21
  1. #11
    Join Date
    Jul 2007
    Posts
    71
    Plugin Contributions
    0

    Default Re: SSL Issues

    I keep getting this warning.

    Warning: I am able to write to the configuration file: /home/mdr/public_html/test/includes/configure.php. This is a potential security risk - please set the right user permissions on this file (read-only, CHMOD 644 or 444 are typical). You may need to use your webhost control panel/file-manager to change the permissions effectively. Contact your webhost for assistance.

    This how my config file looks.

    // The next 2 "defines" are for SQL cache support.
    // For SQL_CACHE_METHOD, you can select from: none, database, or file
    // If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache
    // or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder
    // ie: /path/to/your/webspace/public_html/zen/cache -- leave no trailing slash
    define('SQL_CACHE_METHOD', 'database');
    define('DIR_FS_SQL_CACHE', '/home/***/public_html/test/cache');

    ?>

    HELP!

  2. #12
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: SSL Issues

    I keep getting this warning.
    chmod the configure.php files to 444
    Zen-Venom Get Bitten

  3. #13
    Join Date
    Jul 2007
    Posts
    71
    Plugin Contributions
    0

    Default Re: SSL Issues

    Quote Originally Posted by kobra View Post
    chmod the configure.php files to 444


    Like this?

    define('SQL_CACHE_METHOD', 'database');
    define('DIR_FS_SQL_CACHE', '444');

    or like this?

    define('SQL_CACHE_METHOD', '444');
    define('DIR_FS_SQL_CACHE', '/home/***/public_html/test/cache');

  4. #14
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: SSL Issues

    Neither - no change to the content of the file...

    Change the permissions of the file itself - With your FTP client or through your account file manager with your host
    Warning: I am able to write to the configuration file: /home/mdr/public_html/test/includes/configure.php. This is a potential security risk - please set the right user permissions on this file (read-only, CHMOD 644 or 444 are typical). You may need to use your webhost control panel/file-manager to change the permissions effectively. Contact your webhost for assistance.
    Zen-Venom Get Bitten

  5. #15
    Join Date
    Jul 2007
    Posts
    71
    Plugin Contributions
    0

    Default Re: SSL Issues

    Quote Originally Posted by kobra View Post
    Neither - no change to the content of the file...

    Change the permissions of the file itself - With your FTP client or through your account file manager with your host
    On a cPanel thing do you know how I do this?

  6. #16
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: SSL Issues

    Quote Originally Posted by daver1510 View Post
    On a cPanel thing do you know how I do this?
    1. Login to cPanel
    2. Click on File Manager
    3. Navigate to the file
    4. Click File Permissions
    5. Change the permissions, and apply them.

    https://www.zen-cart.com/tutorials/index.php?article=9
    .

    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. #17
    Join Date
    Jul 2007
    Posts
    71
    Plugin Contributions
    0

    Default Re: SSL Issues

    Quote Originally Posted by DrByte View Post
    1. Login to cPanel
    2. Click on File Manager
    3. Navigate to the file
    4. Click File Permissions
    5. Change the permissions, and apply them.
    Navigate to which file?

    Thanks

  8. #18
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: SSL Issues

    Quote Originally Posted by daver1510 View Post
    Navigate to which file?

    Thanks
    I suppose the one you mentioned in your original post:
    Quote Originally Posted by daver1510 View Post
    I keep getting this warning.

    Warning: I am able to write to the configuration file: /home/mdr/public_html/test/includes/configure.php. This is a potential security risk - please set the right user permissions on this file (read-only, CHMOD 644 or 444 are typical). You may need to use your webhost control panel/file-manager to change the permissions effectively. Contact your webhost for assistance.

    This how my config file looks.

    // The next 2 "defines" are for SQL cache support.
    // For SQL_CACHE_METHOD, you can select from: none, database, or file
    // If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache
    // or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder
    // ie: /path/to/your/webspace/public_html/zen/cache -- leave no trailing slash
    define('SQL_CACHE_METHOD', 'database');
    define('DIR_FS_SQL_CACHE', '/home/***/public_html/test/cache');

    ?>

    HELP!
    .

    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. #19
    Join Date
    Jul 2007
    Posts
    71
    Plugin Contributions
    0

    Default Re: SSL Issues

    Quote Originally Posted by DrByte View Post
    I suppose the one you mentioned in your original post:
    I still not sure where to put 644 or 444.

  10. #20
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: SSL Issues

    644 and 444 refer to permissions settings.
    You may have to simply check the boxes to make up the right settings.
    This FAQ explains what the numbers mean:
    https://www.zen-cart.com/tutorials/i...hp?article=148
    .

    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 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. SSL Issues
    By KeystoneAirsoft in forum General Questions
    Replies: 4
    Last Post: 14 Nov 2011, 02:44 AM
  2. SSL Issues
    By z06man in forum General Questions
    Replies: 7
    Last Post: 16 Oct 2010, 09:09 PM
  3. SSL Issues
    By alphatrion in forum General Questions
    Replies: 6
    Last Post: 12 Sep 2007, 02:28 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