Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,691
    Plugin Contributions
    11

    Default Re: Error Code : -12263

    SSL can be added from several vendors. First of all, you may want to investigate whether or not your PayPal connection even requires it.
    Depending on your product, customers may be okay with non-secure login. Using express checkout, they won't need to register and will be using PayPal's secure servers.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  2. #12
    Join Date
    Feb 2007
    Posts
    19
    Plugin Contributions
    0

    help question Re: Error Code : -12263

    I have this same error. I am trying to use SSL only in the admin area (don't need it in catalogue).
    My host does support SSL and I have a Key & Certificate in place on the server.
    My admin configure.php file has the following...

    Code:
    define('HTTP_SERVER', 'http://www.myserver');
      define('HTTPS_SERVER', 'https://www.myserver');
      define('HTTP_CATALOG_SERVER', 'http://www.myserver');
      define('HTTPS_CATALOG_SERVER', 'https://www.myserver');
    
      // Use secure webserver for catalog module and/or admin areas?
      define('ENABLE_SSL_CATALOG', 'false');
      define('ENABLE_SSL_ADMIN', 'true');
    HELP please... any suggestions welcome

  3. #13
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Error Code : -12263

    Quote Originally Posted by jcgkiwi View Post
    I have this same error. I am trying to use SSL only in the admin area (don't need it in catalogue).
    My host does support SSL and I have a Key & Certificate in place on the server.
    what happens if you go to https://myserver.com ? (not the admin)
    Do you get the same error ? If so, it's your SSL certificate setup that's the problem. You'll need to talk to your hosting company about that.
    .

    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.

  4. #14
    Join Date
    Apr 2007
    Posts
    22
    Plugin Contributions
    0

    Default Re: Error Code : -12263

    I am getting this same error with my site hardwoodcanes.com turns out it's my host's fault. They'll fix it tomorrow.

  5. #15
    Join Date
    Apr 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Error Code : -12263

    Try to upgrade your apahce..

  6. #16
    Join Date
    Apr 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Error Code : -12263

    Quote Originally Posted by Elyianha View Post
    I just noticed that I have the same error when I try to log in...
    Quote Originally Posted by myf0691 View Post
    Try to upgrade your apahce..

  7. #17
    Join Date
    Oct 2007
    Location
    las vegas
    Posts
    18
    Plugin Contributions
    0

    Default Re: Error Code : -12263

    Quote Originally Posted by Elyianha View Post
    Thanks!!

    I've turned "false" in include/configure.php
    WHERE
    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'false');

    AND

    admin/include/configure.php
    WHERE
    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'false');


    Is that ok?
    Well it works now! ;)
    Thanks you very much!

    Should I change the SSL for false in the 2 configures files or in only one?
    THIS is a winner. Thank you very much.
    hd2o.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Error code:-12263 new install
    By genesis in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 6 Mar 2008, 12:20 PM
  2. Error 12263 what does this mean?
    By penster in forum General Questions
    Replies: 2
    Last Post: 25 Jan 2008, 04:32 PM
  3. ZenCart database setup error -12263 and Could not fetch schema tables
    By Xulayman in forum Installing on a Windows Server
    Replies: 4
    Last Post: 21 Aug 2007, 07:11 AM
  4. Error -12263 with 2checkout module- not returning - anyone seen this ?
    By sergiogold in forum Addon Payment Modules
    Replies: 1
    Last Post: 31 Jul 2007, 06:43 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