Zen Cart Logo
Forums / Basic Configuration / Can not log into Admin Panel.

Can not log into Admin Panel.

Locked

Views: 2,055

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
13 Jul 2006, 05:27
#1
dislex avatar

dislex

New Zenner

Join Date:
Jul 2006
Posts:
3
Plugin Contributions:
0

Can not log into Admin Panel.

I just installed ZenCart and I can go to the actual store link:

http://www.westtexasforums.com/store/

The problem is that I always get Firefox's:

Unable to connect

Firefox can't establish a connection to the server at https://www.westtexasforums.com.

*   The site could be temporarily unavailable or too busy. Try again in a few
      moments.

*   If you are unable to load any pages, check your computer's network
      connection.

*   If your computer or network is protected by a firewall or proxy, make sure
      that Firefox is permitted to access the Web.

I get that error when I click the http://www.westtexasforums.com/store/admin/ link.

What's going on? I have already uninstalled and reinstalled ZenCart twice.

:cry:

13 Jul 2006, 05:30
#2
dislex avatar

dislex

New Zenner

Join Date:
Jul 2006
Posts:
3
Plugin Contributions:
0

Re: Can not log into Admin Panel.

I just now noticed that the Virtual HTTPS Path: https://www.westtexasforums.com/store link is not working.

I'm a newb and I am very lost.

13 Jul 2006, 08:48
#3
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Can not log into Admin Panel.

Your HTTPS / SSL path is incorrect.
You'll need to sort that out with your hosting company.

Meanwhile, tell Zen Cart to ignore it by editing your configure.php files:

includes/configure.php

define('ENABLE_SSL', 'false');

admin/includes/configure.php

define('ENABLE_SSL_CATALOG', 'false');
define('ENABLE_SSL_ADMIN', 'false');