Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1
    Join Date
    Jun 2007
    Posts
    11
    Plugin Contributions
    0

    help question Error Code : -12263

    I've install zen cart and everything was going fine, but I cannot open my Admin Area.
    It says :

    mydomain.net has sent an incorrect or unexpected message. Error Code; -12263

    What's that?
    And what can I do?

    thanks!

  2. #2
    Join Date
    Jun 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: Error Code : -12263

    I just noticed that I have the same error when I try to log in...

  3. #3
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,691
    Plugin Contributions
    11

    Default Re: Error Code : -12263

    try turning off ssl in your configure files and see if it goes away.
    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.

  4. #4
    Join Date
    Jun 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: Error Code : -12263

    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?

  5. #5
    Join Date
    Jun 2007
    Posts
    5
    Plugin Contributions
    0

    Idea or Suggestion Re: Error Code : -12263

    Hi Elyianha,

    I think this is not the right way to remove problem -12263

    As per the requirement of Zen-cart framework you must have these futures with your application server.
    · Support for HTTPS may be required depending on the payment methods being accepted.

    · SSL certificate for secure online credit card transactions. The use of SSL during account creation and checkout is recommended.

    First you'll active your https server with your domain name then change as give below

    Take some changes with both configuration files which are available in admin/includes and includes folders.

    For Admin configuration file

    define('HTTP_SERVER', 'http://www.your domain name');
    define('HTTPS_SERVER', 'https://www.your domain name');

    define('HTTP_CATALOG_SERVER', 'http://www.your domain name');
    define('HTTPS_CATALOG_SERVER', 'https://www.your domain name');

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

    For Catalog/includes configuration file add

    define('HTTP_SERVER', 'http://www.your domain name');
    define('HTTPS_SERVER', 'https://www.your domain name');

    define('ENABLE_SSL', 'true');


    I think your problem will be remove after these changes.

    Note:- If you don't want to use online payment gateway then you can set the value of ENABLA_SSL with false, for run your application, but after this your application will not behavior as a secure site.

    Dinesh R Vyas
    Software Engineer, India
    Last edited by itpro2oo7; 7 Jul 2007 at 03:30 PM. Reason: For Add some required information

  6. #6
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,691
    Plugin Contributions
    11

    Default Re: Error Code : -12263

    My answer was based on the assumption that there was no SSL in place. The fact that it worked after setting to false shows that I was correct or an SSL is not installed correctly. It's a common mistake in new installs to see the admin security and sya to one's self, "Yep, I'd like the admin secure."

    If you have an SSL, it is not installed correctly. If you don't, there are several things you will need to research before getting an SSL. What is or is not provided by your host, does the host allow both http and https from one directory, etc.

    For now, you can build and research.
    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.

  7. #7
    Join Date
    Jun 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: Error Code : -12263

    there is in fact NO SSL certificate on my server.

    But I disabled the credit card payment, I only work with paypal.

  8. #8
    Join Date
    Jun 2007
    Posts
    5
    Plugin Contributions
    0

    Idea or Suggestion Re: Error Code : -12263

    Hi dbltoe,


    I'm understanding why you want to set false for ENABLE_SSL.

    Zen cart forum provide us a platform where we share our knowledge,
    your suggestion is valuable but problem is that Elyianha want to used paypal payment gateway and we must have a SSL certificate for secure application in which we use online credit card transactions for Paypal, Protx or any other payment gateway.

    I think the server (where Elyianha application hosted ) must have a SSL certificate.

    Elyianha please send a require to your web host admin to map your SSL certificate (If you have) with your live application directory.

    After this, changes in both configuration files.

    Including this you can check other SSL related topics of this forum
    like
    SSL setup - should I duplicate files?

    http://www.zen-cart.com/forum/showthread.php?t=69507

    Regards

    Dinesh R Vyas

  9. #9
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,691
    Plugin Contributions
    11

    Default Re: Error Code : -12263

    I know Kobra and Kuroi have often mentioned my verbosity and we could have a debate over whether or not a merchant had to have an SSL for PayPal but, the primary concern was to get to the admin to build a new cart.

    Once we get to the admin and can start building the site, we can decide which PayPal connection and whethter or not SSL is even required for either.
    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.

  10. #10
    Join Date
    Jun 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: Error Code : -12263

    I've already written to my host to know if they provided secure SSL connection, and they don't...

 

 
Page 1 of 2 12 LastLast

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