
Originally Posted by
pinkboxer
Hi cord,
I just installed Mailbeez and got through the installation OK. However, when I click on View Mail (text or html) or Send Test Email, all it does is bring up a blank white box. I installed version 1.5 on Zencart. Do you know what might be wrong here?
Thanks,
Melissa
hi melissa,
try to add
Code:
define('GZIP_LEVEL', '0');
in you [shop]\mailhive.php like this:
Code:
// disable Gzip compression
define('GZIP_COMPRESSION', 'false');
define('GZIP_LEVEL', '0');
does it help?
if not you can try to disable popups in you mailhive-config module (first module in mailbeez)
please let me know what worked for you.
regards
cord
Bookmarks