^^ First of all, I know the purpose for "cache" and "bmz_cache".
*Cache is an error log.
*bmz_cahe is "like a RAM for PC" (or internet temp, or Browser cache --> it stores image files, to speed things up)
----------------------------------
I know that is "sort of" B*******t delete log files. But there was so many. It prevent me from connecting to server. Cron was only solution. I am a novice in "this PHP-zencart-servers-world" and you must understand that it is frustrating not have a quick solution for impatient customer.
I read every log file, that appear. I was solid in debugging. Only error i had to debug was that "charset thing".
Everything was working on page, therefore i decided to delete logfiles. (I have another errorlogfile in webadmin in our webhost, i see every error on server, therefore i decided that too)

To debug that error (from what i read)
You mean like this?
**error log
HTML Code:
charset `windows-1250' not supported, assuming iso-8859-1 in .../bmz_image_handler.class.php on line 690
Change code FROM this
PHP Code:
$alt = addslashes(htmlentities($alt, ENT_COMPAT, CHARSET));
TO this
PHP Code:
$alt = addslashes(htmlentities($alt, ENT_COMPAT, cp1251));
?
(if yes, good ^^ --> log file stoped to appear (not caused by cron, it was turned off))
----------------------------------
bmz_cahe is important, but complete clear bmz_cache one per week is not that bad idea. (for customer which do not know "how point and click on -- imagehandler/admin/clear cache" is cron better idea) ... me think...
Bookmarks