Results 1 to 7 of 7
  1. #1
    Join Date
    Oct 2006
    Posts
    6
    Plugin Contributions
    0

    Default Configure.php Error encountered

    I'm very new to install my zen cart to my web server and at first I did had a hard time with the database now when i enter everything right i receive and error like this Error encountered while writing /includes/configure.php more info...
    so I did change the perimissons a thousdands times and still the same thing. So I'm stuck on the database page and it's not going no where here is the link of the file http://www.stephentemple.com/zencart...tall/index.php and maybe you can get by this for me thanks

  2. #2
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Configire.php Error encountered

    Did you change the permissions via the host's control panel or FTP? Sometimes, it's best to change the permissions through an FTP. What permissions are currently set for your configure.php?

  3. #3
    Join Date
    Oct 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: Configire.php Error encountered

    I use my ftp program but when I change it on my control panel it still the same error. Right now i'm set at 777 as the chmod.

  4. #4
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Configire.php Error encountered

    Okay. How about the actual 'includes' folder permissions, what is it set at?

  5. #5
    Join Date
    Oct 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: Configure.php Error encountered

    the perimission file is at 777 I try it again this morning and still not working right I'm still getting the same error

  6. #6
    Join Date
    Oct 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: Configure.php Error encountered

    I delete the files and re upload all of them and I'm still having the same problem with it. I did follow insturctions and nothing happens.

  7. #7
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: Configure.php Error encountered

    It sounds like you don't have permission to make the changes. This sometimes happens when the server is not set up correctly, reserving the right to Apache to make all permissions changes instead of the site user.

    Try this and see if it works. Create a new text file on your computer and rename it to chmod.php (ignore the warning about changing the file type). Put this code into it and upload it to the root level folder and to the 'admin' folder.

    Code:
    <?php
    chmod ("includes/configure.php", 0777);
    ?>
    Then, using your browser, go to each of those addresses, plus /chmod.php

    You won't se anything on your screen, but try the install again. If it now works then you'll still need to contact your host to get them to sort out the permissions issue - as this is a slow and tedious way of changing permissions.

    Once you're done, don't leave those files on the server.

    Vger

 

 

Similar Threads

  1. Error encountered while writing /includes/configure.php
    By jojo81 in forum Installing on a Windows Server
    Replies: 1
    Last Post: 7 Jun 2007, 06:33 PM
  2. Error encountered while writing /includes/configure.php
    By als88 in forum Installing on a Linux/Unix Server
    Replies: 10
    Last Post: 30 May 2007, 05:24 AM
  3. Error encountered while writing /includes/configure.php
    By dez in forum Installing on a Linux/Unix Server
    Replies: 20
    Last Post: 24 Oct 2006, 01:12 PM
  4. Error encountered while writing /includes/configure.php
    By Abe Froman in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 16 Aug 2006, 08:40 AM

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