Re: Mailbeez After Sales Modules
hi lankeeyankee,
good to hear you like mailbeez, hope it will be of great value for your business :smile:
by default zencart is not giving any warnings etc at all, it seems also depending on the server environment. So I activated the error reporting, which in you case also gives (harmless) notice information.
you can disable it by out-commenting a setting like following:
go to admin/mailbeez.php, find in the very top
PHP Code:
define('STRICT_ERROR_REPORTING', true);
and change it to
PHP Code:
// define('STRICT_ERROR_REPORTING', true);
go to mailbeez.php, find in the very top
PHP Code:
define('STRICT_ERROR_REPORTING', true);
and change it to
PHP Code:
// define('STRICT_ERROR_REPORTING', true);
now all notice out put shoud be disappear?
cord
Re: Mailbeez After Sales Modules
Thanks, that did it! For others wanting to do the same thing, you need to comment out the line mentioned in admin/mailbeez.php and /mailhive.php (not /mailbeez.php since there isn't one).
Re: Mailbeez After Sales Modules
Quote:
Originally Posted by
lankeeyankee
in admin/mailbeez.php and /mailhive.php (not /mailbeez.php since there isn't one).
:oops:
you got me - copy & paste error :wink:
Re: Mailbeez After Sales Modules
Quote:
Originally Posted by
mailbeez
hi lankeeyankee,
good to hear you like mailbeez, hope it will be of great value for your business :smile:
by default zencart is not giving any warnings etc at all, it seems also depending on the server environment. So I activated the error reporting, which in you case also gives (harmless) notice information.
you can disable it by out-commenting a setting like following:
go to admin/mailbeez.php, find in the very top
PHP Code:
define('STRICT_ERROR_REPORTING', true);
and change it to
PHP Code:
// define('STRICT_ERROR_REPORTING', true);
go to mailbeez.php, find in the very top
PHP Code:
define('STRICT_ERROR_REPORTING', true);
and change it to
PHP Code:
// define('STRICT_ERROR_REPORTING', true);
now all notice out put shoud be disappear?
cord
I just tried this and screwed the whole thing up. When I try to go to it in tools now I get this:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Re: Mailbeez After Sales Modules
I also tried reloading all of the files and that didn't fix it either.
Re: Mailbeez After Sales Modules
Another thing, my store is not in a folder named "catalog". It is directly in the root. Does that matter? I just deleted ALL of the files and I'll start over. Will that work?
Re: Mailbeez After Sales Modules
Alright. I got it back on but it will not send me a test e-mail for the birthday or the feedback. Only the version check :(
Re: Mailbeez After Sales Modules
Mailbeez is great! I have been using this and like it very much. Just one issue with mine, it only sends the copy emails to me as txt. How do I know for certain my customers are getting html emails? I have my cart configured to send email as html.
Re: Mailbeez After Sales Modules
Quote:
Originally Posted by
BigG-n-Tn
Alright. I got it back on but it will not send me a test e-mail for the birthday or the feedback. Only the version check :(
hi,
sounds strange - looks like your mailbeez installation works (since you can send a testemail for version check)
what does the screen say with the other modules?
cord
Re: Mailbeez After Sales Modules
Quote:
Originally Posted by
j2adams
Mailbeez is great! I have been using this and like it very much. Just one issue with mine, it only sends the copy emails to me as txt. How do I know for certain my customers are getting html emails? I have my cart configured to send email as html.
hi j2adams,
good to hear! look at mailbeez com support faq regarding txt/html format
cord