1

Topic: Cron job for templates/your_template/temp/ requiered?

Is a Cron job for templates/your_template/temp/ requiered? because when user change there picture dont update in new members only show a emty box after cleare the tmp  folder of the used template everything works fine
doesnt the tmp folder clear himself or chage new in a interval and when yes where i can change this time or is better i make realy a cronjob to cleare the folder every 2 minits?

2

Re: Cron job for templates/your_template/temp/ requiered?

"tmp" folder is for storing compiled templates. You do not need to clear it. If you modify any of the template files, they will automatically recompiled. If you clear it manually through cron every 2 minutes you will cause an unnecessary increased load on your system as it will have to recompile all templates.

Support Staff