Zen Cart Logo
Forums / General Questions / yourstore/cache folder getting to fat

yourstore/cache folder getting to fat

Locked

Views: 2,257

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
25 Jul 2009, 4:09 AM
#1
mb1 avatar

mb1

Totally Zenned

Join Date:
Jun 2006
Posts:
565
Plugin Contributions:
0

yourstore/cache folder getting to fat

what is the cache folder for in zencart my cache folder is pushing 260000+ files and i'm going to hit my file limit with my hosting company because of it can i just delete most of the files in this folder?

25 Jul 2009, 4:18 AM
#2
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: yourstore/cache folder getting to fat

MB1:

what is the cache folder for in zencart my cache folder is pushing 260000+ files and i'm going to hit my file limit with my hosting company because of it can i just delete most of the files in this folder?
You can safely delete them all

25 Jul 2009, 7:10 AM
#3
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: yourstore/cache folder getting to fat

Change both your 'config' files, second last line, to look like this:

define('SQL_CACHE_METHOD', 'none');

1 Aug 2009, 4:04 AM
#4
mb1 avatar

mb1

Totally Zenned

Join Date:
Jun 2006
Posts:
565
Plugin Contributions:
0

Re: yourstore/cache folder getting to fat

you mean this define('DIR_FS_SQL_CACHE', 'change the file location here to none');

1 Aug 2009, 4:30 AM
#5
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: yourstore/cache folder getting to fat

MB1:

you mean this define('DIR_FS_SQL_CACHE', 'change the file location here to none');

NO. That MUST point to a valid path.

1 Aug 2009, 4:31 AM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: yourstore/cache folder getting to fat

If the files you're seeing there are query log or parse time log files, then go to Admin->Configuration->Logging and turn off the Store Page Parse Times To File, and the Store Database Queries options.