Quote Originally Posted by rk3487 View Post
Yes its been updated here are the first few lines on mailhive.php
PHP Code:
// zencart, xtcommerce
if (!defined('DIR_WS_HTTP_CATALOG')) define('DIR_WS_HTTP_CATALOG''/'); 
have to appologize, for some reason my path-changes did not make it into V1.5...!? (but I thought so)

you have to replace in the following the THE_RIGHT_ZENCART_CONSTANT with - I have to guess since I don't have access to my code at the moment - DIR_WS_CATALOG (?), must be the constant you can find in configure.php which has your path information.
PHP Code:
define('DIR_WS_HTTP_CATALOG'THE_RIGHT_ZENCART_CONSTANT); 
I will fix this with the next release.

cord