Page 1 of 1
No files in tmp directory ...?
Posted: Tue Jul 25, 2006 6:25 am
by pinkbat
Hi,
I am using the "trunk" files via subversion.
I believe (according to installation instructions) that there should be something in the "tmp" directory?
- tmp/templates_c
- tmp/cache
But I never get any sub-directories of that name when checking out the trunk.
Is this a problem? Or is it simply a matter of creating these directories?
Re: No files in tmp directory ...?
Posted: Tue Jul 25, 2006 7:05 am
by westis
Hi pinkbat,
Those files are only created when a release has been built. If you use subversion you have to create those directories yourself.
Re: No files in tmp directory ...?
Posted: Tue Jul 25, 2006 9:04 am
by pinkbat
Cool!
Now I have another problem: I'm on FreeBSD, Apache2 and PHP5, and the first installation screen under Recommended Settings says:
Checking PHP memory limit (min 12M, recommend 16M) -- You have "128M"
That doesn't look like below the required min. value to me ...?
Re: No files in tmp directory ...?
Posted: Tue Jul 25, 2006 7:18 pm
by Dee
Patch can be found here (for a day):
http://cmsmadesimple.org/pastebin/89 (will be committed to/implemented in svn later today)
As a work-around you can set (temporarily, during install) PHP's memory_limit (in php.ini) to a value below 100M
Re: No files in tmp directory ...?
Posted: Wed Jul 26, 2006 4:41 am
by Dee
Fix is now in SVN.
Re: No files in tmp directory ...?
Posted: Wed Jul 26, 2006 6:57 am
by pinkbat
Brilliant!
Thanks so much - I really appreciate it.
Awesome setup routine. I'm really looking forward to exploring this CMS.
And thanks also for making Subversion anonymous access available.