Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Aug 2013
    Location
    Yelm, WA
    Posts
    8
    Plugin Contributions
    0

    Default Cannot get past license agreement

    When I accept the license agreement, I get the 500 Internal Server Error.

    This is the response I get from my host tech support:

    "Thank you for contacting us regarding scripting errors.

    This appears to be an error with your cart. The logs show this:

    Premature end of script headers: php, referer: "

    Their error log simply is the license agreement page.

    I have read all posts regarding this to no avail, and reinstalled the zc_install directory - also to no avail.

    This is a new installation on an Apache/2.2.3 (Red Hat) Server

    My logs on my site show no entries.

    The cache directory has a new file 26 bytes contaiining: installerConfigKeys|a:0:{}

  2. #2
    Join Date
    Aug 2013
    Location
    Yelm, WA
    Posts
    8
    Plugin Contributions
    0

    Default Re: Cannot get past license agreement

    Here is the problem: there is a file missing. The licensing page script calls for:

    <iframe src="includes/templates/template_default/templates/gpl_license.html"></iframe>

    This file does not exist in the templates directory. As a matter of fact, all files in that directory start with tpl, not gpl.

    Does anyone know where to get this file? And are all of the other file names with tpl correct? Should they be gpl?

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

    Default Re: Cannot get past license agreement

    That file should be on the Server in:
    /zc_install/includes/templates/template_default/templates/
    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: v1.5.5]
    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!

  4. #4
    Join Date
    Aug 2013
    Location
    Yelm, WA
    Posts
    8
    Plugin Contributions
    0

    Default Re: Cannot get past license agreement

    Additional note: all files in this templates directory are .php, not .html

  5. #5
    Join Date
    Aug 2013
    Location
    Yelm, WA
    Posts
    8
    Plugin Contributions
    0

    Default Re: Cannot get past license agreement

    Thanks Ageh,

    It does not exist in the download of 1.5.1 version of the download to my computer either. Again, all files in the templates directory are .php not .html, and all start with tpl not gpl.

  6. #6
    Join Date
    Aug 2013
    Location
    Yelm, WA
    Posts
    8
    Plugin Contributions
    0

    Default Re: Cannot get past license agreement

    Update: the problem is that in license script is pointing to mywebsite/html/mywebsitestore/includes instead of mywebsite/html/mywebsitestore/zc_install/includes. Upon install, the install has to work from the zc_install directory instead of mywebsitestore. The correct gpl_license exists there. Did I install in the wrong directory?

  7. #7
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Cannot get past license agreement

    Quote Originally Posted by Kelan View Post
    Here is the problem: there is a file missing. The licensing page script calls for:

    <iframe src="includes/templates/template_default/templates/gpl_license.html"></iframe>

    This file does not exist in the templates directory. As a matter of fact, all files in that directory start with tpl, not gpl.

    Does anyone know where to get this file? And are all of the other file names with tpl correct? Should they be gpl?
    Quote Originally Posted by Kelan View Post
    Update: the problem is that in license script is pointing to mywebsite/html/mywebsitestore/includes instead of mywebsite/html/mywebsitestore/zc_install/includes. Upon install, the install has to work from the zc_install directory instead of mywebsitestore. The correct gpl_license exists there. Did I install in the wrong directory?
    Yes, of course it has to work from the zc_install directory.
    But, if you're running zc_install/index.php and the iframe on that page points to "includes/something" instead of "/includes/something" then it WILL be looking at the zc_install/includes/ directory.

    "includes/something" looks for "the current directory followed by includes/something"
    whereas
    "/includes/something" looks for "http://your_domain/includes/something"

    So the iframe is indeed expecting the contents to come from the zc_install/includes/ source.
    .

    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.

  8. #8
    Join Date
    Aug 2013
    Location
    Yelm, WA
    Posts
    8
    Plugin Contributions
    0

    Default Re: Cannot get past license agreement

    If I install from the zc_install directory, I get the 500 internal sever error, but I have been able to refresh and get the prerequisites screen and everything is OK. However, when I click install, I get the 500 error again and can not back out. The installation script is pointing to incorrect directories.

  9. #9
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Cannot get past license agreement

    Quote Originally Posted by Kelan View Post
    The installation script is pointing to incorrect directories.
    I thought I just explained that it is actually looking at the correct directories.

    "500 error" is typically caused by file permissions being too generous (ie: 777 on a server whose security rules forbid the use of 777, and want you to use 755 instead).

    With the hundreds of Zen Cart stores I've worked on in the last month, I've never seen a case where the zc_install files didn't work perfectly exactly as they are out-of-the-box.

    Who's your hosting company?
    .

    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.

  10. #10
    Join Date
    Aug 2013
    Location
    Yelm, WA
    Posts
    8
    Plugin Contributions
    0

    Default Re: Cannot get past license agreement

    Hi DrByte,

    Sorry I did not get your posts immediately after you posted. Had to relog in to get them!??

    In any case, I am using web.com on http://2271012.sites.myregisteredsite.com/yelmwormstore. This is a temporary site which will be repointed to yelmworms.com once I get the cart up and running.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 Can't get past the GPL licensing agreement screen
    By 'R Candys in forum Installing on a Linux/Unix Server
    Replies: 21
    Last Post: 19 Sep 2012, 02:24 AM
  2. Can't get past the license section on the installation
    By rternier in forum Installing on a Windows Server
    Replies: 17
    Last Post: 28 Jun 2008, 01:46 AM
  3. Cannot Get Past Liscense Agreement
    By studioonedj in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 16 Jan 2008, 07:20 AM
  4. Not so fast.. can't get past the license page b/c of this error! Stuffit Problem !!!
    By ms paperlicious in forum Installing on a Mac Server
    Replies: 10
    Last Post: 14 Jul 2007, 08:06 PM
  5. Installer doesn't get past license page
    By bvball69 in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 14 Mar 2007, 01:48 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR