[Radiant] /admin problems

Sean Cribbs seancribbs at gmail.com
Wed Nov 29 08:39:44 CST 2006


The metaprogramming doesn't really affect or deal with the tmp/ directory per
se (There's no compilation so you don't have to rewrite class-files when you
add to a class or change something).  However, it is used to store session
files, IPC sockets (for FCGI, etc), and the page/fragment cache -- all of
which are transient data that a running app needs.

Sean

On 11/29/06, Ruben D. Orduz <aminox at gmail.com> wrote:
>
> Yup. I usually use the recursive flag because I'm sure with all
> metaprogramming Rails does it probably uses tmp directories a lot. Not
> to mention session storage and management. So even though this time
> was easy to isolate to /tmp/sesh it's just better to chmod the whole
> folder and its children.
>
>
>
> On 11/29/06, Sean Cribbs <seancribbs at gmail.com> wrote:
> >
> >  I usually get that problem with new Rails applications when the tmp/
> > directory doesn't exist (especially if I checked them out of an SVN
> repo).
> > Go to the root of your Radiant installation and run `rake tmp:create`
> .  If
> > it's already there, you may have to chmod -R.
> >
> >  Sean Cribbs
> >  seancribbs.com
> >
> >
> >  Daniel Sheppard wrote:
> >  Actually, it needs read/write access to tmp/sessions (actually, all of
> > tmp)
> >
> >
> >
> >  -----Original Message-----
> > From: radiant-bounces at lists.radiantcms.org
> > [mailto:radiant-bounces at lists.radiantcms.org] On Behalf Of
> > Ruben D. Orduz
> > Sent: Wednesday, 29 November 2006 2:23 PM
> > To: radiant at lists.radiantcms.org
> > Subject: Re: [Radiant] /admin problems
> >
> > It seems that you need to give Apache read/write access to the script
> > folder. sudo chmod -R 755 ./script should help.
> >
> > On 11/28/06, John Furfey <jfurfey at mbl.edu> wrote:
> >
> >
> >  Here it is:
> >
> > Permission denied -
> > script/../config/../tmp/sessions//ruby_sess.b794dd418e29357b
> >
> >  _______________________________________________
> > Radiant mailing list
> > Post: Radiant at lists.radiantcms.org
> > Search: http://radiantcms.org/mailing-list/search/
> > Site: http://lists.radiantcms.org/mailman/listinfo/radiant
> >
> >
> >
> >
> > _______________________________________________
> > Radiant mailing list
> > Post:   Radiant at lists.radiantcms.org
> > Search: http://radiantcms.org/mailing-list/search/
> > Site:
> > http://lists.radiantcms.org/mailman/listinfo/radiant
> >
> >
> _______________________________________________
> Radiant mailing list
> Post:   Radiant at lists.radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.radiantcms.org/pipermail/radiant/attachments/20061129/80395a05/attachment.html


More information about the Radiant mailing list