Thread: ssl setup

Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2009
    Posts
    5
    Plugin Contributions
    0

    Default ssl setup

    I am using 1.37 and runing on a lunix server. I make the cahnges to config file as shown in the FAQ
    when I try to load the zen card I get this error

    Parse error: syntax error, unexpected T_STRING in /hermes/bosweb/web016/b168/sl.edgarturk/public_html/the_pocket_angel/pocketangelshop/includes/configure.php on line 23

    Line 23 define('DIR_WS_CATALOG', '/pocketangelshop/');

    I am not should what I should change?

    Ed

  2. #2
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: ssl setup

    Looks like your path is wrong.

    According to the error msg. you provided it should be:

    define('DIR_WS_CATALOG', '/the_pocket_angel/pocketangelshop/');

  3. #3
    Join Date
    Jun 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: ssl setup

    I make these changes and now I have no page found.

    define('HTTP_SERVER', 'http://www.thepocketangel.com');
    define('HTTPS_SERVER', 'https://www.thepocketangel.com');
    define('HTTP_CATALOG_SERVER', 'http://www.thepocketangel.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.thepocketangel.com');

    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'true');

    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    define('DIR_WS_ADMIN', '/the_pocket_angel/pocketangelshop/admin/');
    define('DIR_WS_CATALOG', '/the_pocket_angel/pocketangelshop/');
    define('DIR_WS_HTTPS_ADMIN', '/the_pocket_angel/pocketangelshop/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/the_pocket_angel/pocketangelshop/');



    define('HTTP_SERVER', 'http://www.thepocketangel.com');
    define('HTTPS_SERVER', 'https://www.thepocketangel.com');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');

    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    define('DIR_WS_CATALOG', '/the_pocket_angel/pocketangelshop/');
    define('DIR_WS_HTTPS_CATALOG', '/the_pocket_angel/pocketangelshop/');

  4. #4
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: ssl setup

    define('HTTP_SERVER', 'http://www.thepocketangel.com');
    define('HTTPS_SERVER', 'https://www.thepocketangel.com');
    define('HTTP_CATALOG_SERVER', 'http://www.thepocketangel.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.thepocketangel.com');

    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'true');

    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    define('DIR_WS_ADMIN', '/pocketangelshop/admin/');
    define('DIR_WS_CATALOG', '/pocketangelshop/');
    define('DIR_WS_HTTPS_ADMIN', '/pocketangelshop/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/pocketangelshop/');



    define('HTTP_SERVER', 'http://www.thepocketangel.com');
    define('HTTPS_SERVER', 'https://www.thepocketangel.com');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');

    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    define('DIR_WS_CATALOG', '/pocketangelshop/');
    define('DIR_WS_HTTPS_CATALOG', '/pocketangelshop/');
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

 

 

Similar Threads

  1. SSL Setup Problem
    By matthewrossser in forum Basic Configuration
    Replies: 2
    Last Post: 29 Apr 2010, 03:28 AM
  2. SSL Setup
    By CabinetGuy in forum General Questions
    Replies: 1
    Last Post: 24 Nov 2008, 11:42 PM
  3. SSL setup
    By Rickmann08 in forum General Questions
    Replies: 14
    Last Post: 18 Nov 2008, 10:47 PM
  4. SSL setup
    By awk_grep in forum General Questions
    Replies: 3
    Last Post: 26 Jan 2007, 05:33 AM
  5. SSL setup
    By _d1ZZy_ in forum Basic Configuration
    Replies: 6
    Last Post: 3 Jun 2006, 10:41 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