Jump to content


Corporate Sponsors


Latest News: (loading..)

clarocque

Member Since 31 Aug 2003
Offline Last Active Mar 15 2011, 03:17
-----

Posts I've Made

In Topic: osCommerce links to categories taking to a wrong page

15 March 2011, 03:17

SEO URls are installed... rules are in htaccess using mod rewrite

In Topic: Getting blank page after clicking Buy Now button

03 March 2011, 06:59

That may or may not work depending on what and where the error is. If the error is on that script the ini will not work as the script will not execute.

In Topic: session cross sub domain compatible

03 March 2011, 05:17

Should be fine with the "." in the front

In Topic: Add to Cart not working

03 March 2011, 05:12

Try
define('HTTP_COOKIE_DOMAIN', '.inseam.com.au');
define('HTTPS_COOKIE_DOMAIN', '.inseam.com.au');

In Topic: Getting blank page after clicking Buy Now button

03 March 2011, 05:07

Look at your PHP logs if you have access. If not enable errors via htaccess. Sounds like there is a PHP error on server.