Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Please help,


Mett

Recommended Posts

Posted

Hello

Please tell me why i receive this error? i think my configuration files are ok, but here is what i see in main page:

 

Warning: fopen(/home/rointer/public_html/cumpara/cache/_cumpara_index.phpcPath=1&osCsid=ed0b52e7e49fb6e6865b42703b743729.cache): failed to open stream: Permission denied in /home/rointer/public_html/cumpara/includes/classes/page_cache.php on line 181

 

Warning: fwrite(): supplied argument is not a valid stream resource in /home/rointer/public_html/cumpara/includes/classes/page_cache.php on line 182

 

Warning: fclose(): supplied argument is not a valid stream resource in /home/rointer/public_html/cumpara/includes/classes/page_cache.php on line 183

 

seems like after cache everything goes wrong: _cumpara_index (no ? sign)cPath......??

 

here is my configuration file:

 

define('HTTP_SERVER', 'http://www.ro-internet.com'); // 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', 'wwww.ro-internet.com');

define('HTTPS_COOKIE_DOMAIN', '');

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

define('HTTPS_COOKIE_PATH', '');

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

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/');

// begin mod for Wishlist v2.2

define('MAX_DISPLAY_WISHLIST_PRODUCTS', '6');

// How many wishlist items to show per page on the main wishlist.php file

define('MAX_DISPLAY_WISHLIST_BOX', '4');

// How many wishlist items to display in the infobox before it changes to a counter

// end mod for Wishlist v2.2

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

define('DIR_FS_CATALOG', '/home/rointer/public_html/cumpara/');

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

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

 

 

 

Thanks

Carpe Diem

Posted

it works with the english language selection . ..

Posted

now i see what you mean. the message is way at the bottom of the page, and you must scroll to see it.

 

do you have a proper path setup in your logging and sessions selection in the admin area of the store?

and is the tmp directory set to 777?

should work at 700 however some servers require 777

Posted
it works with the english language selection . ..

 

 

Not in my case...i ask some of my friends to visit my site..same error....i use IE 6, that could be problem?

Carpe Diem

Posted
Not in my case...i ask some of my friends to visit my site..same error....i use IE 6, that could be problem?

 

 

 

here is my session area:

 

Session Directory /tmp

Force Cookie Use False

Check SSL Session ID False

Check User Agent False

Check IP Address False

Prevent Spider Sessions False

Recreate Session False

 

 

but my session are database based, not file based

Carpe Diem

Archived

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

×
×
  • Create New...