Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Check out pages "Need Help"


phildemarco

Recommended Posts

Posted

OK now that I have my data base problem taken care of I am back to square one with my original problem.Can some PLEASE!!!!!! take a look at www.dndent.com/index.php my checkout pages and tell me what I am doing wrong or how I can fix this mess.This happened when I installed my SSL Certificate so I have three questions I would like to ask some of you SSL gurus out there.

 

1. How do I get all my images to show back up on my https pages?

 

2. How do I get rid of that Security Alert box that pops up in your face telling you this is not a secure page when the SSL Certificate is installed and it is showing yellow pad lock in task bar?

 

3.How do I get rid of that security alert on the top of all my pages?

 

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

 

I have gone to my Cpanel and changed my catalog/includes/configure.php and my admin/includes/configure.php to permission 444 no dice then I tried 644 no dice 755 nop.I have run out of my limited options any ideas? So here you go both configure.php files.

 

<?php

/*

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

// Define the webserver and path parameters

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

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

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

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

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

define('HTTP_COOKIE_DOMAIN', 'www.dndent.com');

define('HTTPS_COOKIE_DOMAIN', 'https://dndent.com');

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '/catalog/');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '/catalog/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', '/home/pd1pd2/public_html/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

// define our database connection

define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers

 

 

<?php

/*

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

// Define the webserver and path parameters

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

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

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

define('HTTP_CATALOG_SERVER', 'http://www.dndent.com');

define('HTTPS_CATALOG_SERVER', 'https://dndent.com');

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

define('DIR_FS_DOCUMENT_ROOT', '/home/pd1pd2/public_html/'); // where the pages are located on the server

define('DIR_WS_ADMIN', '/admin/'); // absolute path required

define('DIR_FS_ADMIN', '/home/pd1pd2/public_html/admin/'); // absolute pate required

define('DIR_WS_CATALOG', '/'); // absolute path required

define('DIR_FS_CATALOG', '/home/pd1pd2/public_html/'); // absolute path required

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');

define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

 

I hope someone can help with this my site has been down for two weeks and I am taking big financial losses not to mention loss of clients Thank you for all you help in advance.

 

Phil

 

:'(

Posted

OK, for starters, your configure files need to be 644 at a minimum, preferably 444. Check you have permission through your ftp to alter these, sometimes your ftp will say its done the change but not actually changed anything.

**Edit** Ok, ignore this, just re-read your post, you're doing it through cPanel anyway...hmmm, interesting. **

 

The pop up box came up because your SSL certificate was issued by an authority that isnt in my trusted list. Who'd you get your cert from? It also say the name on the cert doesnt match the name of your site....I would be having some serious words with your ssl provider.

 

I would recommend amending this:

define('HTTP_CATALOG_SERVER', 'http://www.dndent.com');

define('HTTPS_CATALOG_SERVER', 'https://dndent.com');

put the www in the secure one too. That should sort out your images.

Posted
OK, for starters, your configure files need to be 644 at a minimum, preferably 444. Check you have permission through your ftp to alter these, sometimes your ftp will say its done the change but not actually changed anything.

**Edit** Ok, ignore this, just re-read your post, you're doing it through cPanel anyway...hmmm, interesting. **

 

The pop up box came up because your SSL certificate was issued by an authority that isnt in my trusted list. Who'd you get your cert from? It also say the name on the cert doesnt match the name of your site....I would be having some serious words with your ssl provider.

 

I would recommend amending this:

define('HTTP_CATALOG_SERVER', 'http://www.dndent.com');

define('HTTPS_CATALOG_SERVER', 'https://dndent.com');

put the www in the secure one too. That should sort out your images.

 

Tony,

I got my SSL Certificate from a company by the name of SSL Certificates Limited at www.flexissl.com they claim it is secured by Geotrust. I will call tommorow and see what is up thanks.

Phil

Posted

OK I got my images working but I still have had no success removing this security alert.

 

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

 

nothing I do changing permissions works FTP OR CPANEL I have tried 444 644 744 nothing removes the warning on my pages ANY IDEAS PLEASE HELP!!!!!!!!!! also there is a new problem can someone look at this page www.dndent.com/index.php try to purchase something.When you select a item it shows up when you click on the buy button but when you continue to check out the shopping cart tells you it is empty does any kind soul Know what is causing this problem PLEASE!!!!!! Phil is about to go insane from all these shopping cart problems.Thank you so much in advance for your help.

 

Phil :wacko:

Archived

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

×
×
  • Create New...