hello, the folders under pntemp do not stop to increase of size and i must to delete the cache from the configuration of the theme... what can i do? i do not want to stop the caching.
--
www.ahorradores.net
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- rgasch created topic »Using PageUtil::addVar() to load script code« 11:48 AM
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
the folders under pntemp do not stop to increase of size
-
- Rank: Registered User
- Registered: Feb 28, 2010
- Last visit: May 18, 2010
- Posts: 44
-
- Rank: Registered User
- Registered: Feb 28, 2010
- Last visit: May 18, 2010
- Posts: 44
hello, the problem is in pntemp/xanthia_cache, this folder do not stop to increase... the templates are repeated and repeated in a lot of modules...dizkus, news, crpcalendar, subjects, etc etc.
i use 3TBase - Design by Jami in zikula 1.2. Maybe it is a bug of the theme?
Someone have the same problem? some clue to solve this?
--
www.ahorradores.net -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
On bigger sites with many modules and themes the cache directory can grow big. That's not unusual. How many files do you have there? Is it an option switching caching off?
Edited by dits on Aug 23, 2010 - 02:27 PM. -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
-
- Rank: Registered User
- Registered: Feb 28, 2010
- Last visit: May 18, 2010
- Posts: 44
hello
the duration is 3600 seconds and to switch off slow down the access to the content.
the problem is that when i delete the cache, i have over 100 MB but in 1 month the space ocupied by the cache is 2 GBˇˇˇ
then, could be usual to have the same template several times?
--
www.ahorradores.net -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
2 Gig seems like a lot! What do you mean with 'have the same template several times'?
To track down the problem you could exclude modules from caching to see if a particular module causes the disproportional amount of cached content. -
- Rank: Registered User
- Registered: Feb 28, 2010
- Last visit: May 18, 2010
- Posts: 44
i mean that for example this template is repeated several times:
http%3A%2F%2Fahorradores.net%2F^Dizkus^1e774db6bc8ae120955192f9dea36e85^3
TBase^%%13^132^1321DEDE%%master.htm
i think that this only should to be one time. This happens with other modules too
Edited by mercromina on Aug 23, 2010 - 02:36 AM.
--
www.ahorradores.net -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
I don't understand, you can't have two files with the same filename in one directory. If a file gets written to a directory where a file with the same filename already exists the existing file should be overwritten. Are you sure the filenames are the same? Is this happening on a local machine, or with a hosting provider? -
- Rank: Registered User
- Registered: Feb 28, 2010
- Last visit: May 18, 2010
- Posts: 44
yes i agree, it is not exactly the same name but i mean that master.htm is the same template, for example:
http%3A%2F%2Fahorradores.net%2F^Dizkus^1e774db6bc8ae120955192f9dea36e85^
3TBase^%%13^132^1321DEDE%%master.htm
http%3A%2F%2Fahorradores.net%2F^Dizkus^3935eb58df80ad1c635ee8ea4be61a85^
3TBase^%%13^132^1321DEDE%%master.htm
this is repeated a lot of times with other numbers and letters but is the same template master.htm and the same module dizkus...
Edited by mercromina on Aug 23, 2010 - 07:31 PM.
--
www.ahorradores.net -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
Hmmm, that's interesting. Which exact version of Zikula are you using? 1.2.X? -
- Rank: Registered User
- Registered: Feb 28, 2010
- Last visit: May 18, 2010
- Posts: 44
my version is 1.2.0
good morning by the way
Edited by mercromina on Aug 23, 2010 - 07:32 PM.
--
www.ahorradores.net -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
I looked into the code. The number that you see in between the module name and the theme name is the cache_id. It seems the cache_id basically identifies the unique page using the same theme, module, and template. In other words: there seems nothing is wrong with these filenames.
Have you checked the datestamps of the cache files? Are there files that are older than one hour? Have you checked the directory and file permissions and ownerships? What are they? -
- Rank: Registered User
- Registered: Feb 28, 2010
- Last visit: May 18, 2010
- Posts: 44
yes there are files that are older than one hour...this is a bad new LOL because this means that the files are not deleted in spite of all
--
www.ahorradores.net -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
Sorry, my thinking was wrong: there will be older files as they will only be deleted when they get overwritten by a new cache file. Is it possible to give me access to your pnTemp directory? If so please PM me. I'm wondering if there are particularly big file or anything else out of the ordinary. -
- Rank: Developer
- Registered: Jun 16, 2003
- Last visit: May 29, 2010
- Posts: 1966
- Moderated by:
- Support
