Page 1 of 3 123 LastLast
Results 1 to 10 of 25
  1. #1
    Join Date
    Jul 2007
    Posts
    15
    Plugin Contributions
    0

    Default Enabling SSL - Just changed cofigure.php files and now I'm getting an error

    I changed the URLs to enable SSL in the configure.php files in both the includes dir and the admin/includes dir.

    Now when i go to access the cart, I'm getting an error that says:

    The requested URL /catalog/zc_install/index.php was not found on this server.

    PLEASE HELP!!!!!!!!!!!!!!!

    Bloome

  2. #2
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Enabling SSL - Just changed cofigure.php files and now I'm getting an error

    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.

  3. #3
    Join Date
    Jul 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Enabling SSL - Just changed cofigure.php files and now I'm getting an error

    I read that article and followed the instructions. When I did, I got the error.

    Bloome

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

    Default Re: Enabling SSL - Just changed cofigure.php files and now I'm getting an error

    What are the permissions you have on the configure files? Are you sure you got the right one in the right place? The error is trying to find the installer because it can't read the configs.
    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.

  5. #5
    Join Date
    Jul 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Enabling SSL - Just changed cofigure.php files and now I'm getting an error

    They are set as 644

  6. #6
    Join Date
    Jul 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Enabling SSL - Just changed cofigure.php files and now I'm getting an error

    This is the error I get when I try to access the admin


    Warning: main(/includes/autoload_func.php) [function.main]: failed to open stream: No such file or directory in /home/mille/public_html/catalog/admin/includes/application_top.php on line 147

    Warning: main(/includes/autoload_func.php) [function.main]: failed to open stream: No such file or directory in /home/mille/public_html/catalog/admin/includes/application_top.php on line 147

    Fatal error: main() [function.require]: Failed opening required '/includes/autoload_func.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mille/public_html/catalog/admin/includes/application_top.php on line 147

  7. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Enabling SSL - Just changed cofigure.php files and now I'm getting an error

    Is this a private or shared SSL Cert?
    Who are you hosted with?
    What is your configure.php htpps:// entry?
    Zen-Venom Get Bitten

  8. #8
    Join Date
    Jul 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Enabling SSL - Just changed cofigure.php files and now I'm getting an error

    It is a private cert

    httpme.com is the host

    Here is the entry

    admin/includes/configure.php

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

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

    includes/configure.php

    define('HTTP_SERVER', 'http://tsilaorganics.com/catalog');
    define('HTTPS_SERVER', 'https://tsilaorganics.com/catalog');

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

  9. #9
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Enabling SSL - Just changed cofigure.php files and now I'm getting an error

    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.

  10. #10
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Enabling SSL - Just changed cofigure.php files and now I'm getting an error

    Probably should be:
    Code:
    admin/includes/configure.php
    
    define('HTTP_SERVER', 'http://www.tsilaorganics.com/catalog');
    define('HTTPS_SERVER', 'http://tsilaorganics.com/catalog');
    define('HTTP_CATALOG_SERVER', 'http://www.tsilaorganics.com/catalog');
    define('HTTPS_CATALOG_SERVER', 'https://www.tsilaorganics.com/catalog');
    
    // secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'false');
    
    includes/configure.php
    
    define('HTTP_SERVER', 'http://tsilaorganics.com/catalog');
    define('HTTPS_SERVER', 'https://tsilaorganics.com/catalog');
    
    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');
    Zen-Venom Get Bitten

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Replies: 0
    Last Post: 23 Mar 2012, 10:22 PM
  2. reinstall php via yum, now getting this error in zencart
    By bangsters in forum General Questions
    Replies: 1
    Last Post: 31 Aug 2009, 03:52 AM
  3. Changed my config.php files, now can't login to store
    By tedvieira in forum General Questions
    Replies: 11
    Last Post: 27 Mar 2008, 10:25 PM
  4. enabling ssl in configure.php I get a error message
    By OCB in forum Basic Configuration
    Replies: 1
    Last Post: 26 Oct 2007, 12:41 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