Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

3 Minor problems!!


dakkon

Recommended Posts

Hi All!!

Finally i was able to install the program but now i have 3 new minor problems :o

 

1?- The modules are empty and i can?t bring them back, when i installed it on a localhost it worked fine but now after the upload they were gone. <_<

 

2?-Something is wrong with the ssl setup, it?s not working and i don?t know why.

 

3?-It seems that some images are gone too, i don?t know if it is something wrong with configure.php from the admin or with the other configure.php (catalog/includes/).

 

Here is the catolog/admin/includes/configure.php:

 

p

/*

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://*****.paginafacil.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTP_CATALOG_SERVER', 'http://*****.paginafacil.com');

define('HTTPS_CATALOG_SERVER', 'http://*****.paginafacil.com');

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

define('DIR_FS_DOCUMENT_ROOT', '/www/catalog/'); // where the pages are located on the server

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

define('DIR_FS_ADMIN', '/catalog/admin/'); // absolute pate required

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

define('DIR_FS_CATALOG', '/catalog/'); // 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/');

 

// define our database connection

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

define('DB_SERVER_USERNAME', '*');

define('DB_SERVER_PASSWORD', '*');

define('DB_DATABASE', '*');

define('USE_PCONNECT', 'true'); // use persisstent connections?

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

?>

 

Thanks in advance for any help!!

Dakkon

Link to comment
Share on other sites

by going to your site, i believe that ssl is not enabled on the server. go to the admin section and under tools, click on server info, take a look at the php version and search for ssl

Link to comment
Share on other sites

Hi Mibble,

 

This is what i should be looking for??

openssl

OpenSSL support enabled

OpenSSL Version OpenSSL 0.9.7a Feb 19 2003

 

Because this is enabled, so it its supposed to accept ssl right??

Link to comment
Share on other sites

Hey Mibble, i changed the language to english so it would be easier to look around, if you want you can enter the admin panel and see the problems.

 

In the Catalgog menu of admin i have this "Error: Catalog images directory does not exist: /www/catalog/images/"

 

Than in Modules i have this: "Module Directory: /www/catalog/includes/modules/payment/" And there is no modules, they are gone.

 

Dakkon

Link to comment
Share on other sites

YEAH!!! :D

 

Thanks Mibble, i finally fix the image and modules problem!!! Now i can start to build my "store"!!

 

I have two last questions, after that i will leave you alone for a weak deal?? :lol:

 

1?- What i need to make the ssl work?? I need to install an additional program for that, or it should be working if i had enable it when i installed the oscommerce??

 

2?-How can i stop other people to access the admin tab?? Put some kind of password or something like that??

 

Dakkon

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...