As long as the shebangs in your script/ and public/ directory are correct, you should have no problem. While chmod 777 [myapp] will set the correct permissions on the whole app, it will not recurse into subdirectories. Inside the [myapp]/public/ directory, run this:

chmod +x dispatch*

That should make sure your dispatch scripts are executable.

Sean


dave4c03 wrote:
I froze [myapp] with rake radiant:free:edge which I think put all the code in the [myapp] directory. I did a chown -R [user]:[group] [myapp] to ensure valid ownership. Next I did chmod 777 [myapp] to ensure permissions were not the problem. It did not solve the problem however.

I notice that numerous shebangs in the script and vendor/radiant directories do not properly point to Ruby, could this be the problem? On 4/25/07, * John W. Long* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    dave4c03 wrote:
    > I get the following error message:
    > ----- BEGIN -----
    >
    > #!/usr/local/bin/ruby
    > #
    > # You may specify the path to the FastCGI crash log (a log of
    unhandled
    > # exceptions which forced the FastCGI instance to exit, great for
    > debugging)
    > # and the number of requests to process before running garbage
    collection.
    > ...
    >

    That is not an error message. It's the contents of the fast cgi
    handler
    file. Perhaps the permissions are set wrong on it?

    --
    John Long
    http://wiseheartdesign.com
    _______________________________________________
    Radiant mailing list
    Post:   [email protected]
    <mailto:[email protected]>
    Search: http://radiantcms.org/mailing-list/search/
    Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
    <http://lists.radiantcms.org/mailman/listinfo/radiant>


------------------------------------------------------------------------

_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to