Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Posts
    4
    Plugin Contributions
    0

    red flag Warning: I am able to write configuration file:

    I get the Warning: I am able to write to the configuration file: 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.

    If I change everything should the warning disappear? If so when?

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

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

    What did you use to set your permissions?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

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

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

    You should be able to use your Hosting Control Panel to change permissions to 444.

    Or

    Make a blank file and inside put the following code:

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

    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:
    index.php - ipn_main_handler.php - nddbc.html

    Now load the URL into your Browser: http://yoursite.com/chmod.php
    You will see the 'Completed' msg. and can then load your Zen Cart "index" page to verify Error msg. is gone.
    Now delete the 'chmod.php' page.

  4. #4
    Join Date
    Mar 2008
    Location
    Canada
    Posts
    23
    Plugin Contributions
    0

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

    Worked like a champ, THANKS! I put in a ticket to my host, however I was able to fix it right away with this help. I also gave my host a heads up on it, hopefully it will stop some support tickets.

    Thanks again!
    Ted

  5. #5
    Join Date
    Aug 2007
    Location
    Eugene, OR
    Posts
    162
    Plugin Contributions
    0

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

    Quote Originally Posted by TedNigma View Post
    Worked like a champ, THANKS! I put in a ticket to my host, however I was able to fix it right away with this help. I also gave my host a heads up on it, hopefully it will stop some support tickets.

    Thanks again!
    Ted
    Strange. I had the same problem. Tried to change permissions as I normally do with WS_FTP, and it would appear for a second as 444, but when I reloaded the WS_FTP screen, it would be mysteriously back to 644. I then adjusted it through my host control panel's file manager. I was able to change it that way, and then the warning message disappeared.

 

 

Similar Threads

  1. Warning: I am able to write to the configuration file:
    By rikkidegraz in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 9 Jul 2008, 06:11 PM
  2. 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
  3. Warning: I am able to write to the configuration file:
    By rodney-blue in forum Installing on a Linux/Unix Server
    Replies: 11
    Last Post: 7 Jan 2008, 11:05 PM
  4. Warning: I am able to write to the configuration file
    By lapowerlifter242 in forum General Questions
    Replies: 9
    Last Post: 3 Nov 2007, 06:16 PM
  5. Warning: I am able to write to the configuration file
    By robertbob in forum Installing on a Linux/Unix Server
    Replies: 16
    Last Post: 26 Jan 2007, 04:22 PM

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