
Originally Posted by
jwhalley
... and from the admin page to view my site, however its blank!
I have tried /index.php etc.. but still blank!
Admin part works fine just I cant see anything on the customer front... any ideas?
This suggests that some of the settings in your /admin/includes/configure.php file are incorrect.
I recommend checking these for accuracy:
Code:
define('HTTP_CATALOG_SERVER', 'http://www.your_domain.com');
define('HTTPS_CATALOG_SERVER', 'https://www.your_domain.com');
define('DIR_WS_CATALOG', '/store/');
define('DIR_WS_HTTPS_CATALOG', '/store/');
define('DIR_FS_CATALOG', '/actual/physical/path/to/zencart/store/');
Maybe you need to post both your /includes/configure.php and /admin/includes/configure.php file contents here for feedback (don't post your password though).