Results 1 to 10 of 17

Hybrid View

  1. #1
    Join Date
    Dec 2006
    Posts
    11
    Plugin Contributions
    0

    Default Re: System Setup Error

    This is admin/includes/configure.php chmod is 777 on server.

    Looks like nothing has been written to it. Converted to .txt for upload
    Attached Files Attached Files

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

    Default Re: System Setup Error

    I would start with trying to reload the files ...

    It appears that some of the files may not have loaded to your server properly ...

    Let's see if uploading the files helps on this ...
    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!

  3. #3
    Join Date
    Dec 2006
    Posts
    11
    Plugin Contributions
    0

    Default Re: System Setup Error

    A new download from a different mirror, unzip, upload to server, mods as required produces the same results, same error message. I do have a copy of my server phpinfo if you think that would help in your debugging.

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

    Default Re: System Setup Error

    Either the server is not set up correctly, or else it's one of those servers which uses two sets of pathways and zen is finding and using one set of pathways when the server requires another. For instance a server running on RedHat Enterprise Linux can use either of these two sets of pathways, but only one is correct for zen cart:
    /var/www/html/ (correct)
    /home/virtual/yourdomain.com/var/www/html/ (incorrect)

    Try this:

    1. Create a text file and rename it to cwd.php, and put this code in it:
    Code:
    <?php
    $p = getcwd();
    echo $p;
    ?>
    Upload the file to the folder or level where zen cart is being installed and then go to it in your browser. For example http://www.yourdomain.com/cwd.php

    This will print out the file pathway on the screen Make a note of it and then delete that file from the server.

    Start the Zen Cart install and see if the pathway you have matches what Zen Cart shows you. Use the pathway given by cwd.php if there's a difference.

    Vger

  5. #5
    Join Date
    Dec 2006
    Posts
    11
    Plugin Contributions
    0

    Default Re: System Setup Error

    Thanks for your response, Vger. Running cwd.php gets the same path that the install screen is producing for actual path. I'm still at the same place as before.

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

    Default Re: System Setup Error

    Set the site up manually. Run the zen cart database using phpMyAdmin and edit the two configure.php files manually. See if that works.

    Vger

  7. #7
    Join Date
    Dec 2006
    Posts
    11
    Plugin Contributions
    0

    Default Re: System Setup Error

    Vger,
    Success for now. I haven't tried everything, but I do have the admin page. I still have to work with the urls in the config files. I'm not able to get to all the pages just yet. I'll keep trying.

    Thanks

 

 

Similar Threads

  1. System Setup HTTP 406 Error
    By kscully1 in forum Installing on a Linux/Unix Server
    Replies: 14
    Last Post: 11 Jul 2007, 12:20 PM
  2. System setup - HTTP error 403
    By bexford in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 28 May 2007, 01:56 PM
  3. System setup - HTTP error 403
    By bexford in forum Installing on a Linux/Unix Server
    Replies: 0
    Last Post: 28 May 2007, 10:15 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