Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Sep 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Can not install Zen Cart...

    Quote Originally Posted by kobra View Post
    Have you selected "begin installation" in item 1..?
    of course I did...

  2. #12
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Can not install Zen Cart...

    1. Delete the entire /shop/ folder from your server.

    Then re-install, just like the installation instructions:
    2. Re-upload the set of files.
    3. Rename both configure.php files and make them writable
    4. Point your browser to /shop/zc_install/index.php
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #13
    Join Date
    Sep 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Can not install Zen Cart...

    Quote Originally Posted by DrByte View Post
    1. Delete the entire /shop/ folder from your server.

    Then re-install, just like the installation instructions:
    2. Re-upload the set of files.
    3. Rename both configure.php files and make them writable
    4. Point your browser to /shop/zc_install/index.php
    I did the following steps:
    cd /var/www
    sudo rm -R shop
    sudo mkdir ZenCart
    sudo cp -R [source]/* ZenCart
    cd ZenCart
    sudo mv includes/dist-configure.php includes/configure.php
    sudo mv admin/includes/dist-configure.php admin/includes/configure.php
    sudo chmod 777 includes/configure.php
    sudo chmod 777 admin/includes/configure.php

    Then I pointed my browser to 192.168.1.10/ZenCart//zc_install/index.php and result .... the same!

    Do you see any errors in my operations?
    Attached Images Attached Images  

  4. #14
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Can not install Zen Cart...

    According to both of the screenshots you've posted there are two things I note:

    1. The exact problem is being told to you in point #3: /includes/configure.php not found. You should not be ignoring that message.

    2. zc_install doesn't have any facility within it to call the error screen that's being displayed. Thus it's somehow pulling it from the main folder. I'm guessing that this is a symptom of a server which isn't configured to handle relative paths?

    How exactly did you install and configure PHP on this server?
    How exactly did you install and configure the webserver engine on this server? And what permissions does it use? What user does it run as?

    Have you tried using a traditional webserver build by a hosting company who sets up usable webservers on a daily basis? With respect, one very common problem I see with people starting with ecommerce is that they quickly slap together a server thinking everything should just magically work and then we discover after days of painful diagnosis that the problem is their homegrown server, and nothing at all with Zen Cart or the Zen Cart installation instructions.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #15
    Join Date
    Sep 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Can not install Zen Cart...

    Quote Originally Posted by DrByte View Post
    According to both of the screenshots you've posted there are two things I note:

    1. The exact problem is being told to you in point #3: /includes/configure.php not found. You should not be ignoring that message.

    2. zc_install doesn't have any facility within it to call the error screen that's being displayed. Thus it's somehow pulling it from the main folder. I'm guessing that this is a symptom of a server which isn't configured to handle relative paths?

    How exactly did you install and configure PHP on this server?
    How exactly did you install and configure the webserver engine on this server? And what permissions does it use? What user does it run as?

    Have you tried using a traditional webserver build by a hosting company who sets up usable webservers on a daily basis? With respect, one very common problem I see with people starting with ecommerce is that they quickly slap together a server thinking everything should just magically work and then we discover after days of painful diagnosis that the problem is their homegrown server, and nothing at all with Zen Cart or the Zen Cart installation instructions.
    Finally I found the problem... All times before I used source files downloaded and unziped by my Windows computer. When I tried to unzip zip file by using unzip command in Linux server my installation started right away.
    Now I am trying to solve login problem in both admin and customer area. Interesting, that I cannot login from Opera only (security error), but easy can log in from IE8. After some inspection I founded out it is because of different values of variables $_SESSION['securityToken'] and $_POST['securityToken'] . Any ideas?

    According to home built server - you are right. I just try to install ZenCart on my home server for learning purposes. I have access to real working ZenCart e-shop admin and just wanted better to play with home server instead of doing something wrong on real server. My home server is Ubuntu 10.04 server edition with LAMP with default settings installed.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Can Not install Zen Cart 1.5.4
    By kobra in forum Installing on a Linux/Unix Server
    Replies: 10
    Last Post: 23 Jan 2016, 01:35 PM
  2. Can I install Zen Cart on an existing website?
    By jkotuby in forum Installing on a Linux/Unix Server
    Replies: 7
    Last Post: 10 Feb 2010, 10:36 PM
  3. Can I install Zen Cart onto a Custom site?
    By kayanat in forum General Questions
    Replies: 1
    Last Post: 7 Mar 2009, 07:34 AM
  4. can't install zen cart -- please help
    By lrose55 in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 24 Aug 2008, 03:04 AM
  5. Where can i install zen cart??
    By baronsamedi in forum Installing on a Windows Server
    Replies: 3
    Last Post: 1 Mar 2008, 10:42 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