Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Hybrid View

  1. #1
    Join Date
    May 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: another configure.php

    This is the exact error, looks like the zencart install already accessed the file. It can't verify. I already tried deleted the entire zen cart and reuploading it.

    While attempting to save your settings, Zen Cart™ Installer was unable to verify successful writing of your configure.php file settings. Please check to be sure that your webserver has full write permissions to the configure.php files shown below.

    - /includes/configure.php
    - /admin/includes/configure.php

  2. #2
    Join Date
    Sep 2006
    Location
    Ruckersville, VA, USA
    Posts
    286
    Plugin Contributions
    0

    Default Re: another configure.php

    I apologize - I am sorry - you are correct, the information I provided allows you to RESET the permissions. I am wrong.

    However I do not understand your configure.php file - it shows this path for your catalog:
    define('DIR_FS_CATALOG', '/home/content/t/i/d/tidusdesign/html/');

    and above that is another the http path is:
    define DIR_WS_CATALOG, '/';
    am I confused about the location of your 'catalog?'


    For my site it looks like this:
    define('DIR_FS_CATALOG', 'e:/web/public_html/mysite/store/');
    and the http path is:
    define('DIR_WS_CATALOG', '/store/');

    NOTE: store is the name of my 'catalog'.

    SUMMARY
    I apologize for the wrong chmod info... however; it looks like the path to configure is incorrect - the 'local path' does not match the 'virtual path' - and I am out of my league (smile).

    Respectfully,
    jund

  3. #3
    Join Date
    May 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: another configure.php

    I have the entire zencart directory in my root directory instead of in a folder like catalog. Thats what my zencart template instructions told me to do. Do I have to upload the zencart files into a folder, or can they reside in the root directory?
    That /home/content/t/i/d/tidusdesign/html/ points to my home directory on the server. The zencart files reside right in the home directory. The define DIR_WS_CATALOG, '/'; represents the home directory with a / I assume?

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

    Default Re: another configure.php

    I have the entire zencart directory in my root directory instead of in a folder like catalog. Thats what my zencart template instructions told me to do. Do I have to upload the zencart files into a folder, or can they reside in the root directory?
    Root install is fully acceptable (what I prefer), your config entries look correct for a web root install
    Zen-Venom Get Bitten

  5. #5
    Join Date
    May 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: another configure.php

    Is there any way disable this part of the script kinda like when you disable the part when it gives you the warning that you can write to the config files.

  6. #6
    Join Date
    May 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: another configure.php

    I feel like an idiot. Anyone using Godaddy can have them setup the entire Zen Cart for you using metropolis (hostingmetropolis.com/). They use wierd settings for the config file. Now to deal with templatemonster problems =/ Thanks for the replies though.

  7. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: another configure.php

    Now to deal with templatemonster problems
    Sorry to hear that you might have purchased this as a template...

    Search here for them and view the issues that are prevalent in their templates
    Zen-Venom Get Bitten

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

    Default Re: another configure.php

    Yes, you can place Zen Cart in the root - that shouldn't be a problem at all.

    Vger

  9. #9
    Join Date
    Sep 2006
    Location
    Ruckersville, VA, USA
    Posts
    286
    Plugin Contributions
    0

    Default Re: another configure.php

    Are you up and running yet?

    ++++++++++++++++++++++++++++++++
    I was looking at your configure.php file (copied below)

    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
    // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
    define('http://www.personalcareunlimited.com', 'http://www.personalcareunlimited.com');
    define('https://www.personalcareunlimited.com', 'https://www.personalcareunlimited.com');

    +++++++++++++++++++++++++++++++++++

    QUESTIONS:
    Why are there two entries on each of the define lines here?
    define('http://www.personalcareunlimited.com', 'http://www.personalcareunlimited.com');

    and here
    define('https://www.personalcareunlimited.com', 'https://www.personalcareunlimited.com');


    Mine have always had only one per line (example below of recent install):
    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
    // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
    define('HTTP_SERVER', 'http://jundwebs.com');
    define('HTTPS_SERVER', 'https://jundwebs.com');

    ++++++++++++++++++++++

    Hope you have solved it...
    Respectfully,
    jund

  10. #10
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: another configure.php

    Good catch jund ... went right past me on that one ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 9
    Last Post: 1 Sep 2012, 03:13 AM
  2. Can't rename dist-configure.php because there is already a configure.php
    By mamasylvia in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 17 Mar 2008, 06:57 AM
  3. how to configure my configure.php file
    By vr4indian in forum Basic Configuration
    Replies: 4
    Last Post: 30 Oct 2006, 04:00 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