in reply to Catalyst error

manne:

Well, the error clearly tells you that the problem is a permissions problem during file creation. So either you--or the account running your script---doesn't appear to have permissions to the /tmp/app/cinema directory. So I'd suggest:

  1. Getting the permissions set to allow your application to use that directory, or
  2. reconfiguring Catalyst (I don't know how, I don't use it) to use a directory that you do have permissions for.

...roboticus

When your only tool is a hammer, all problems look like your thumb.

Replies are listed 'Best First'.
Re^2: Catalyst error
by manne (Novice) on Dec 06, 2010 at 18:21 UTC
    Hi roboticus, The testing server was running from different users and ther is a permissions problem. Thankyou for the suggestion and as 'your mother' said it was session problem with the users.