Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

little help plz


Richy-G

Recommended Posts

hi ive jus installed oscommerce to my site, changed logo etc , but when i click my account (account.php) it is displaying page cannot be found , same goes for login.php and create_account.php , is it because i havnt set up my bank details etc yet?

 

any help much apreciated :blush:

Link to comment
Share on other sites

hi ive jus installed oscommerce to my site, changed logo etc , but when i click my account (account.php) it is displaying page cannot be found , same goes for login.php and create_account.php , is it because i havnt set up my bank details etc yet?

 

any help much apreciated  :blush:

 

no, you have enabled ssl and you don't have it.

Treasurer MFC

Link to comment
Share on other sites

sorry im v.new to this , is there a way round this? if i dont have ssl

 

In your configure files ensure that you have define ssl turned to false.

 

your inclides/configue should be

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

 

and your admin/includes/configure should be

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

REMEMBER BACKUP, BACKUP AND BACKUP

Link to comment
Share on other sites

In your configure files ensure that you have define ssl turned to false.

 

your inclides/configue should be

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

 

and your admin/includes/configure should be

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

 

Just check the URL that is is searching for whe you click the link.If its HTTPS then you have set define('ENABLE_SSL', true); so change it as stated previously.

 

If not then you need to see the URL and cross with the config file on where you defined wrong values.

 

Satish Mantri

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Link to comment
Share on other sites

i chaged define('ENABLE_SSL', true) to false , i now get this error across the top

 

 

Warning: I am able to write to the configuration file: /shop/includes/configure.php. This is a potential security risk - please set the right user permissions on this file.

Link to comment
Share on other sites

To edit your configure.php file you had to change permissions to write to it - now you need to change the permissions back to what they were so that the file is not writeable.

 

Vger

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...