Results 1 to 9 of 9
  1. #1
    Join Date
    Nov 2004
    Posts
    24
    Plugin Contributions
    0

    Default Can't accept licence agreement

    I'm trying to install V1.5, but during the installation process I select to accept the terms and conditions, hit continue, and the page just reloads with the default "I don't accept" reselected.

    I've downloaded the zip file twice, and uploaded to my server twice. The result is the same each time.

    Server has:
    PHP version 5.2.17
    MySQL version 5.0.95

    I can't complete the installation because I can't accept the License agreement - any help, please?

  2. #2
    Join Date
    Jun 2005
    Location
    Hertfordshire, UK
    Posts
    9,916
    Plugin Contributions
    3

    Default Re: Can't accept licence agreement

    Quote Originally Posted by traciemc View Post
    I'm trying to install V1.5, but during the installation process I select to accept the terms and conditions, hit continue, and the page just reloads with the default "I don't accept" reselected.

    I've downloaded the zip file twice, and uploaded to my server twice. The result is the same each time.

    Server has:
    PHP version 5.2.17
    MySQL version 5.0.95

    I can't complete the installation because I can't accept the License agreement - any help, please?
    More info required:

    WHAT TYPE of server (windoze, linux, other)
    HOW did you send the program files to the server?
    Did you SET UP A DATABASE first?
    Did my post help you fix something? You can show your gratitude by buying the the dev team coffee.

  3. #3
    Join Date
    Nov 2004
    Posts
    24
    Plugin Contributions
    0

    Default Re: Can't accept licence agreement

    Thanks for your help - more information as requested:

    Linux, running Apache 2.2.22. Unzipped on my local computer, uploaded to server via FTP, using BlazeFTP. Database was setup before running install.

    I've installed Zencart many times over the past 8 years, and this was done in exactly the same way as I've always done it previously, I've never had a problem in the past, so this is very strange.

  4. #4
    Join Date
    Nov 2004
    Posts
    24
    Plugin Contributions
    0

    Default Re: Can't accept licence agreement

    Additional information, which I'm wondering is connected:

    This client already has a Zencart running on their server, v1.3.9h - has been running fine for over 12 months, but has now spontaneously (ie without changes made to the cart) started having the issue of not being able to add anything to the shopping cart, combined with the "security error when trying to login" message.

    I have tried to locate a fix to this, but none of the FAQs or threads that I've read have helped yet, and I decided that if I was going to be spending time working on the cart that I may as well just upgrade to 1.5 instead of spending time trying to fix the problem we currently have with 1.3.9h.

    So, I am trying to install 1.5 in a different directory so that I can get that up and running before upgrading.

    I don't know if the issues with 1.3.9h and the problem with trying to install 1.5 are linked to something that's changed in the server settings, perhaps?

  5. #5
    Join Date
    Nov 2004
    Posts
    24
    Plugin Contributions
    0

    Default Re: Can't accept licence agreement

    I have now also tried an installation of v1.5 using the automatic installation in cPanel (something I normally avoid doing).

    After doing an automatic installation, any attempts to login to the admin area just result in the login page reloading. Any attempts to create a customer account also results in the account creation form just reloading, with nothing being submitted and no account being created.

    Any thoughts, anyone? Is this a sessions issue? I'm happy to go back to my hosting provider, but I would like to have some idea of what the problem is so that they don't just brush me off.

  6. #6
    Join Date
    Nov 2004
    Posts
    24
    Plugin Contributions
    0

    Default Re: Can't accept licence agreement

    Well after much troubleshooting, I have discovered the problem, although don't understand the reason why - could anyone please explain it to me?

    My client has recently had an SEO company working on their site, and I discovered that a .htaccess file was added. I removed this file, and hey presto! Everything works normally with the site again.

    However, I don't really understand what the settings in the .htaccess file are doing and why they would stop the cart working. I would like to go back to the client and to the SEO company and tell them what has happened so that they don't repeat it, but need some help working out what it is to tell them - please?

    Here is the .htaccess file, I've removed the server paths and website address, and noted this. Can anyone please tell me what these settings are doing and why they would interfere with the cart working?

    The cart is installed in a subdirectory on the server, so the reference to index.php is not to the index.php for the cart, but for the main website.

    I'm more than happy to PM the full .htaccess file to anyone who could offer advise, and it would be much appreciated.

    Options +FollowSymLinks
    RewriteEngine On

    RewriteCond %{HTTP_HOST} ^(removed path)
    RewriteRule ^(.*)$ (removed website address)$1 [R=301,L]

    RewriteCond %{THE_REQUEST} ^.*/index.php
    RewriteRule ^(.*)index.php$ (removed website address)$1 [R=301,L]

  7. #7
    Join Date
    Jan 2004
    Posts
    58,283
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Can't accept licence agreement

    Those rewrite rules may not be compatible with how you've chosen to set up Zen Cart. Those rules are trying to force a certain format of URLs and if they don't match then they intercept them and mangle them before forcing the user to a different address. When a so-called "SEO" person (many of them are just experimenting) stuffs those into .htaccess it's because they can't figure out any smarter way to make the rest of the stuff on your site work consistently. And they're only doing those things to try to force search engines into a certain experience, which has nothing to do with normal operation of your website with human visitors. Be careful how much you pay those folks.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    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.

  8. #8
    Join Date
    Nov 2004
    Posts
    24
    Plugin Contributions
    0

    Default Re: Can't accept licence agreement

    Thanks DrByte :)

    It's not my site, and I'm not employing these people :) I built the site for a client, and she has since employed this SEO company (and it is a commercial SEO company, not an individual, so I imagine they are charging her a pretty penny). It looks like they have made changes to the .htaccess file without at least having the courtesy of informing me that changes have been made.

    I'm fairly angry right now, had I at least been told that they had made changes to the .htaccess file, then it's something I would have looked at earlier, rather than wasting hours trying to fix a problem that was nothing to do with my setup of zencart or with the hosting provided by my supplier!

  9. #9
    Join Date
    Jun 2005
    Location
    Hertfordshire, UK
    Posts
    9,916
    Plugin Contributions
    3

    Default Re: Can't accept licence agreement

    Quote Originally Posted by traciemc View Post
    Thanks DrByte :)

    It's not my site, and I'm not employing these people :) I built the site for a client, and she has since employed this SEO company (and it is a commercial SEO company, not an individual, so I imagine they are charging her a pretty penny). It looks like they have made changes to the .htaccess file without at least having the courtesy of informing me that changes have been made.

    I'm fairly angry right now, had I at least been told that they had made changes to the .htaccess file, then it's something I would have looked at earlier, rather than wasting hours trying to fix a problem that was nothing to do with my setup of zencart or with the hosting provided by my supplier!
    We have had similar issues when a client employs a 3rd-party, gives them access to the server, then phones US to complain when things are broken.

    We do this now:

    1. In our INITIAL CONTRACT, we have a clause dealing with what happens if the client gives such access to a 3rd-party.
    2. The day we hand over the site, we do a full backup of it, and we send a COPY of the backup to the client (usually on a flash-drive these days).
    3. If the site breaks as a result of 3rd-party interference, we charge double-time rates to repair it, plus an audit fee of no less than £500.

    You should now submit an invoice to your client for all the time you have spent on this, and also advise her that her "so-called SEO Experts" came within a whisker of not only breaking the site, but sending confused info to the search engines.

    Core zencart DOES NOT HAVE a HTACCESS file in the root of the installation. If there is ever a htaccess file there, it is because someone has deliberately put it there...
    Did my post help you fix something? You can show your gratitude by buying the the dev team coffee.

 

 

Similar Threads

  1. receiving blank page once I accept the license agreement
    By dinowrangler in forum Installing on a Windows Server
    Replies: 1
    Last Post: 30 Jul 2010, 10:32 PM
  2. Can no longer accept new customers
    By PatF in forum General Questions
    Replies: 0
    Last Post: 21 Apr 2010, 01:37 PM
  3. How can we accept money in Japan?
    By anewstone in forum Addon Payment Modules
    Replies: 0
    Last Post: 14 Dec 2009, 02:16 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
  •