[TYPO3-english] typo3temp on 4.2 - major problem

Russel Anderson dkages at hotmail.com
Tue Jul 21 12:08:52 CEST 2009


I too had to use a cron job for deleting those files:

find /home/username/www/typo3temp/ -type f -mtime +3 -name 
'javascript_*.js' -print0 | xargs -0 rm -f

Can't remove all files or else my menus won't work.

Also on this topic (?):

http://typofree.org/article/archive/2009/june/title/removing-the-unused-blurlink-related-javascript/

Regards,

Russel


La Farge Douglas wrote:
> I used:
> 
> find . -name "*.js" -print | xargs rm -f
> 
> That cleared out about half a million files.
> 
> 
> 10 minutes later I get:
> -rw-r--r--  1 apache apache     674 Jun  9 17:42 javascript_15f08c23f4.js
> -rw-r--r--  1 apache apache     674 Jun  9 17:40 javascript_3ca7463ab2.js
> -rw-r--r--  1 apache apache     674 Jun  9 17:50 javascript_4fbc85af4a.js
> -rw-r--r--  1 apache apache     674 Jun  9 17:51 javascript_627eb52131.js
> -rw-r--r--  1 apache apache     674 Jun  9 17:41 javascript_7c46649959.js
> -rw-r--r--  1 apache apache     674 Jun  9 17:46 javascript_7c75205431.js
> -rw-r--r--  1 apache apache     674 Jun  9 17:44 javascript_7f41b0c9d5.js
> -rw-r--r--  1 apache apache     674 Jun  9 17:52 javascript_8f13f0e13d.js
> -rw-r--r--  1 apache apache     674 Jun  9 17:44 javascript_b4a55f4a1f.js
> -rw-r--r--  1 apache apache     674 Jun  9 17:42 javascript_b57d349c59.js
> -rw-r--r--  1 apache apache     674 Jun  9 17:51 javascript_d4dd2ab112.js
> -rw-r--r--  1 apache apache     674 Jun  9 17:52 javascript_f31064279f.js
> 
> 
> Looks like it makes a new file once or twice a minute.  Great.
> 
> var browserName=navigator.appName;var 
> browserVer=parseInt(navigator.appVersion);var version="";var 
> msie4=(browserName=="
> Microsoft Internet 
> Explorer"&&browserVer>=4);if((browserName=="Netscape"&&browserVer>=3)||msie4||browserName=="Konqueror 
> 
> "||browserName=="Opera"){version="n3";}else{version="n2";}
> function blurLink(theObject){if(msie4){theObject.blur();}}
> function T3_onmousemoveWrapper(e){GL_getMouse(e);GL536002_getMouse(e);}
> function T3_onmouseupWrapper(e){GL_mouseUp('536002',e);}
> function T3_onloadWrapper(e){GL_initLayers();GL_restoreMenu("536002");}
> document.onmousemove=T3_onmousemoveWrapper;document.onmouseup=T3_onmouseupWrapper;document.onload=T3_onloadWrapper; 
> 
> 
> 
> doug
> 
> 
> On Jun 9, 2009, at 2:45 PM, Georg Ringer wrote:
> 
>> Hi,
>>
>> IMO it is from a LAYER menu. is that possible? I never used them for
>> ages but search should find something (imo bug introduced with 4.2.x)
>>
>> Georg
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.netfielders.de
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
> 
> -+-+-+-+-+-+-+-+-+-+-+-+-+
> Doug La Farge
> GCN Publishing, Inc.
> 203.665.6211 x209
> 928.699.0663 (cell)
> Internet Software & Services For Today's Media Companies
> www.gcnpublishing.com * www.bg2go.com
> 


More information about the TYPO3-english mailing list