Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Login / Register + Images not showing


Cryptor

Recommended Posts

I was wondering if anyone had similar problems as I'am having, if anyone can help please let me know. The link to the store is Our Store

 

Back. Info.: Administration works, product images show up, The whole thing works in almost every way, the below things are the biggest problems :

 

#1. The Login / Register oprtions do not work at all, what I mean is once you click on one of these options the "cannot display page.." message appears. This is fairly strange considering that the store works overall & the login.php ( for example ) is where it should be and has the proper chmod.

 

#2. Some of the images don't show up. It's mostl;y just the buttons of various types. The weird thing is that the product images show up, and you would think that if one of them shows up then all of them would be visible.

Link to comment
Share on other sites

Because you have ssl enable and dont have a ssl certificate install

In both catalog and admin/includes/configure.php change this:

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

to this:

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

 

The_Bear

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...