Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Jan 2008
    Posts
    11
    Plugin Contributions
    0

    Default Warning: I am able to write to the configuration file:

    Hi everyone one well I installed zen cart.
    I tried to fix the problem I did like the message said I should do I CHMOD the /myzencart/includes/configure.php
    to 644 but I still see the error message.
    I think the error message is wrong because I have CHMOD the directory like
    it said I should do but I still see the message.
    What should I try next.
    I know how to CHMOD and set the files to the right CHMOD I do it all the time.
    #################################
    Any one have idea how get rid of Warning message?
    #################################
    I have read the info at https://www.zen-cart.com/tutorials/index.php?article=90
    and have done all of them but still see this error message.

    I have this message at the top of my page.
    Warning Warning: I am able to write to the configuration file: /home/madecool/public_html/shopcart/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. See this FAQ
    Last edited by rodney-blue; 7 Jan 2008 at 05:04 AM.

  2. #2
    Join Date
    Nov 2007
    Location
    USA
    Posts
    874
    Plugin Contributions
    5

    Default Re: Warning: I am able to write to the configuration file:

    Try both the admin/config and the catalog/config files at 777.

    Did you rename the dist-configure to configure?

    Click recheck.

    Go Green!
    Cheers!
    v2.0+

  3. #3
    Join Date
    Jan 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Warning: I am able to write to the configuration file:

    Well I dicided to try also to CHMOD all these files to 644

    /admin/configuration.php
    /admin/includes/configure.php

    /includes/configure.php
    /includes/dist-configure.php

    But it did not get rid error message.

    I going to try and CHMOD them to 777 see what happens.

    I did not see a catalog directory and I did not rename anything.

    My cart is at:
    http://www.madecool.com/shopcart/

  4. #4
    Join Date
    Jan 2008
    Posts
    11
    Plugin Contributions
    0

    Default I need tget rid of the message Warning: I am able to write to the configuration file:

    I need to get rid of the message Warning: I am able to write to the configuration file:
    my web site is at http://www.madecool.com/shopcart/
    I trying get rid of that error message on top.
    I have set the CHMOD to 644 but still get the error message.
    So i need to CHMOD like it says and have done that. But i still see the error message. Even though I did like it said.
    I refresh my browser but still see error message.
    Now what.

  5. #5
    Join Date
    Jan 2008
    Posts
    11
    Plugin Contributions
    0

    Default See ERROR message says: Warning: I am able to write to the configuration file:

    Quote Originally Posted by rodney-blue View Post
    Hi everyone one well I installed zen cart.
    I tried to fix the problem I did like the message said I should do I CHMOD the /myzencart/includes/configure.php
    to 644 but I still see the error message.
    I think the error message is wrong because I have CHMOD the directory like
    it said I should do but I still see the message.
    What should I try next.
    I know how to CHMOD and set the files to the right CHMOD I do it all the time.
    #################################
    Any one have idea how get rid of Warning message?
    #################################
    I have read the info at https://www.zen-cart.com/tutorials/index.php?article=90
    and have done all of them but still see this error message.

    I have this message at the top of my page.
    Warning Warning: I am able to write to the configuration file: /home/madecool/public_html/shopcart/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. See this FAQ
    See ERROR message says: Warning: I am able to write to the configuration file:

  6. #6
    Join Date
    Jan 2008
    Posts
    11
    Plugin Contributions
    0

    Default SEE ERROR SAYS Re: Warning: I am able to write to the configuration file:

    I CHMOD all files back to 444
    /admin/configuration.php
    /admin/includes/configure.php

    /includes/configure.php
    /includes/dist-configure.php

    Still see error message are more files to CHMOD to 444?

  7. #7
    Join Date
    Jan 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: see Warning: I am able to write to the configuration file:

    I going sleep on it

  8. #8
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Warning: I am able to write to the configuration file:

    Make sure that your using your control panel to chmod to 444
    most dont allow this through ftp

  9. #9
    Join Date
    Nov 2007
    Location
    USA
    Posts
    874
    Plugin Contributions
    5

    Default Re: Warning: I am able to write to the configuration file:

    I'm so sorry. I saw unable rather than able.

    Listen to Merlin, chmod too high.

    Make sure both the admin/configure.phhp and catalog/configure.php pages are 444 or 644.

    If it still doesn,'t work then clear your cache and delete cookies.
    Cheers!
    v2.0+

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

    Default Re: Warning: I am able to write to the configuration file:

    Sounds like your Hoster is running PHP as CGI, which would explain all the chmod problems you've been having.

    Make a blank file and inside put the following code:

    <?php
    chmod("includes/configure.php", 0444);
    chmod("admin/includes/configure.php", 0444)
    ?>

    Note: if you renamed the 'admin' directory then change "admin" to whatever you renamed it to and you're good to go.


    Save the file as "chmod.php", upload it to the same directory where these files are:
    ipn_main_handler.php - nddbc.html

    Now load the URL into your Browser: http://yoursite.com/chmod.php

    You will see a blank page and that is OK. Use your Browser to load your Zen Cart "index" page and verify Error msg. is gone.

    Delete the 'chmod.php' page.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Warning: I am able to write to the configuration file:
    By 4lex in forum Basic Configuration
    Replies: 11
    Last Post: 6 Aug 2011, 03:59 AM
  2. Warning: I am able to write to the configuration file:
    By dpet102 in forum General Questions
    Replies: 9
    Last Post: 29 Jun 2009, 06:49 PM
  3. Warning: I am able to write to the configuration file...
    By Ozewolf in forum General Questions
    Replies: 9
    Last Post: 15 Jan 2009, 01:23 PM
  4. Warning: I am able to write to the configuration file
    By milobloom in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Jul 2008, 02:14 PM
  5. Warning: I am able to write to the configuration file
    By snarfy in forum Installing on a Linux/Unix Server
    Replies: 14
    Last Post: 20 Apr 2008, 11:26 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