I'm using the SQL Cahce Method and my hosting server is shutting me down after a three days or so because the cahce folder takes up too much hard drive space. Is there a way I can limit the amount of drive space it takes up?
I'm using the SQL Cahce Method and my hosting server is shutting me down after a three days or so because the cahce folder takes up too much hard drive space. Is there a way I can limit the amount of drive space it takes up?
set cache to DB or set to none
Zen cart PCI compliant Hosting
/includes/configure.php
and
/admin/includes/configure.php
Code:// For SQL_CACHE_METHOD, you can select from: none, database, or file // If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache // or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder // ie: /path/to/your/webspace/public_html/zen/cache -- leave no trailing slash define('SQL_CACHE_METHOD', 'none');
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thank you for your help.