Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Login page not loading?


pixelheather

Recommended Posts

In your shop/includes/configure.php set

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.pixelheather.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://www.pixelheather.com'); // eg, https://localhost - should not be empty for productive servers

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

 

If you want to use ssl you'll have to use the shared ssl but unfortunately for you its certificate is expired.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

How do I renew it? Do I need to change false to something else?

It was already set to false? I don't think so.

 

If it was check for another configure.php in /includes/local.

 

If you find one rename it but make sure the settings in /includes/configure.php are correct first.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

So all I have to do is change false to true, right?

 

I changed the true to false, and now people can login. :D But now I have an error on top of the pages. How do I fix that? >_< :(

Set your catalog/includes/configure.php file to read only to remove the error

( WARNING )

I think I know what Im talking about.

BACK UP BACK UP BACK UP BACK UP

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...