Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2006
    Posts
    57
    Plugin Contributions
    0

    Default I get this Warning message ..

    I have had my store up an running for a couple of weeks now, and everything has been fine, but today I suddanly got this message on the top of the page.

    Warning: I am able to write to the configuration file: /home/monical/public_html/store/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.
    I checked the file in question, and it was set to 644. I changed it to 444 to check, but I still got the same message. Now I have put my store on mainenence mode, but can anyone please help me?

  2. #2
    Join Date
    May 2006
    Location
    Texas
    Posts
    565
    Plugin Contributions
    4

    Default Re: I get this Warning message ..

    Quote Originally Posted by Moncia View Post
    I have had my store up an running for a couple of weeks now, and everything has been fine, but today I suddanly got this message on the top of the page.



    I checked the file in question, and it was set to 644. I changed it to 444 to check, but I still got the same message. Now I have put my store on mainenence mode, but can anyone please help me?
    Did you put it in 444 using FTP? If so.. it may have reverted back to 444. Use this small script instead:

    Code:
    <?php
    chmod("admin/includes/configure.php",0444);
    chmod("includes/configure.php",0444);
    ?>
    Save the file as "chmod.php" and put it into the root of your store. Navigate to it using your browser and it should show up blank (unless your host has restricted CHMOD via php).. and the error should be gone

  3. #3
    Join Date
    Nov 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: I get this Warning message ..

    wow - that was quick and easy. Thanks.

 

 

Similar Threads

  1. Replies: 1
    Last Post: 2 Mar 2016, 07:05 AM
  2. admin warning message can this be moved
    By bn17311 in forum General Questions
    Replies: 1
    Last Post: 28 Nov 2011, 10:07 PM
  3. How I can get rid or this warning message?
    By alhakeem2001 in forum General Questions
    Replies: 5
    Last Post: 13 Oct 2008, 09:43 AM
  4. why I get this warning when I open modules/payment page?
    By zoreli in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 7 May 2007, 10:06 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