Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

include path broken


jackrussel4

Recommended Posts

I can usually figure anything out, but not so much this one. Seems like my site's include paths are not working and hence boxes, modules and just about everything. Admin looks like MAIN_TITLE_HERE with almost no (but some) links working. Rechecked both configures again and again. Has anyone else had a problem such as this?

 

Oscommerce 2.2 MS heavily modded store behind a load balancer. MYSQL 5.0 patches have been applied. I'm at a total loss!

Link to comment
Share on other sites

I can usually figure anything out, but not so much this one. Seems like my site's include paths are not working and hence boxes, modules and just about everything. Admin looks like MAIN_TITLE_HERE with almost no (but some) links working. Rechecked both configures again and again. Has anyone else had a problem such as this?

 

Oscommerce 2.2 MS heavily modded store behind a load balancer. MYSQL 5.0 patches have been applied. I'm at a total loss!

 

Would help to see your configure code with out the passwords and maybe a link to see the site.

Link to comment
Share on other sites

I can usually figure anything out, but not so much this one. Seems like my site's include paths are not working and hence boxes, modules and just about everything. Admin looks like MAIN_TITLE_HERE with almost no (but some) links working. Rechecked both configures again and again. Has anyone else had a problem such as this?

 

Oscommerce 2.2 MS heavily modded store behind a load balancer. MYSQL 5.0 patches have been applied. I'm at a total loss!

If they were working, did you change them, or change directory structure?

Link to comment
Share on other sites

Would help to see your configure code with out the passwords and maybe a link to see the site.

 

<?php

define('HTTP_SERVER', 'http://72.55.160.14');

define('HTTPS_SERVER', 'http://72.55.160.14');

define('ENABLE_SSL', false);

define('HTTP_COOKIE_DOMAIN', '72.55.160.14');

define('HTTPS_COOKIE_DOMAIN', '72.55.160.14');

define('HTTP_COOKIE_PATH', '/futonworld.com/');

define('HTTPS_COOKIE_PATH', '/futonworld.com/');

define('DIR_WS_HTTP_CATALOG', '/futonworld.com/');

define('DIR_WS_HTTPS_CATALOG', '/futonworld.com/');

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/www/futonworld.com/');

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

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

 

define('DB_SERVER', 'xxx');

define('DB_SERVER_USERNAME', 'xxx');

define('DB_SERVER_PASSWORD', 'xxx');

define('DB_DATABASE', 'xxx');

define('USE_PCONNECT', 'xxx');

define('STORE_SESSIONS', 'xxx');

?>

 

thats configuration from catalog side

 

link to site 72.55.160.14/futonworld.com

 

i am moving to a faster pipe web host. I even tried making the exact same directory structure with the same effect. Ive fixed some very complicated oscommerce problems but this one is making me break things :()

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...