Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Modules values not storing


monolift

Recommended Posts

I have an osCommerce installation with STS 4...

 

It is not storing any of the settings for any of the modules. If I change a setting it goes back to the default.

 

Help!

I have same problem; trying to figure it out, what php version you using? Im using php5.1.6 im going to install php4.4.4 and see what happens it may be a php5 issue.

Link to comment
Share on other sites

It's more likely the problem relates to permissions on the folders the modules are in, which should be set to 755.

 

The new version of osCommerce 2.2 MS2 should work fine with php 5, but versions before November of last yer won't.

 

Vger

Link to comment
Share on other sites

It's more likely the problem relates to permissions on the folders the modules are in, which should be set to 755.

 

The new version of osCommerce 2.2 MS2 should work fine with php 5, but versions before November of last yer won't.

 

Vger

 

its not permissions I have it set to 755 even tried 777 it may be a issue with the new php5 Im going to find out in a few secs since im going to install php4

Link to comment
Share on other sites

its not permissions I have it set to 755 even tried 777 it may be a issue with the new php5 Im going to find out in a few secs since im going to install php4

 

Its very strange I cant update it at all permissions are 777 heres my config.php

 

// Define the webserver and path parameters

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

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

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

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

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

define('HTTP_COOKIE_DOMAIN', 'www.absolutelyreef.com:81');

define('HTTPS_COOKIE_DOMAIN', '');

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '');

define('DIR_WS_HTTP_CATALOG', '/');

define('DIR_WS_HTTPS_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', '/srv/www/htdocs/absolutelyreef/catalog/');

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

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

define('DB_SERVER_USERNAME', 'root');

define('DB_SERVER_PASSWORD', 'password');

define('DB_DATABASE', 'oscommerce');

define('USE_PCONNECT', 'false'); // use persistent connections?

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

?>

Link to comment
Share on other sites

Hi,

Yes have exactly the same problem - and I know permissions are OK as it is running on my local server.

Also runnin php 5.1.6.

Is that the cause of the problem?

 

thanks

Serge

Link to comment
Share on other sites

Hi,

Yes have exactly the same problem - and I know permissions are OK as it is running on my local server.

Also runnin php 5.1.6.

Is that the cause of the problem?

 

thanks

Serge

 

Again i have the same problem as you guys, any one have a solution??

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...