Results 1 to 3 of 3

Thread: Permissions issue on generated forms?

  1. #1
    Poynton is offline Senior Member
    Join Date
    Mar 2009
    Posts
    75

    Default Permissions issue on generated forms?

    Hi.

    Im using CE6 and am having an issue that I need a quick fix to!

    I'm using the web to lead form generator and getting to the point of saving the form fine.

    On trying to save the form my server throws a permission denied error. both cache and the generated_forms folder have permissions set to 775.

    I've tried 777

    it doesn't work.

    Are there permissions that need to be set elsewhere i'm missing? Any thoughts gratefully received!
    Last edited by Poynton; 2010-07-14 at 06:40 PM.

  2. #2
    manuel2283 is offline Junior Member
    Join Date
    Jul 2009
    Posts
    4

    Default Re: Permissions issue on generated forms?

    Changing the permissions to 777 might not be enough make sure that the group ownership and user ownership of the file or folder is set properly usually to the username of the hosting account. If you are able to access the webserver via ssh you may do so very easily.

    I had an issue before where the file permissions were 777 but the file was owned by nobody and the group permissions were set to nobody. Once I logged as the root user for that server and changed the group and user permissions it all worked.

    Example: You can use the following command if you are logged in via SSH to update the user and group permissions.

    Code:
    chown -R yourusername cache
    chgrp -R yourusername cache
    For a more in depth look check this link out it helped me in the past.

    http://mason.gmu.edu/~montecin/UNIXpermiss.htm

  3. #3
    Poynton is offline Senior Member
    Join Date
    Mar 2009
    Posts
    75

    Thumbs up Re: Permissions issue on generated forms?

    SOLVED

    Hi

    Thanks for this. The permissions were not the prioblem in the end, I had set them correctly.

    The error was due to a server/ hosting issue with the server seeing the form insertion as a potentila php injection attack, and killing it!

    Fixes

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 2008-12-29, 05:09 AM
  2. Permissions Issue
    By Shoregeek in forum Help
    Replies: 2
    Last Post: 2006-03-03, 11:44 AM
  3. Installation Issue with Permissions
    By KMulligan in forum Help
    Replies: 1
    Last Post: 2005-09-19, 07:32 AM
  4. config.php permissions issue
    By smueller72 in forum Help
    Replies: 0
    Last Post: 2005-07-29, 08:12 PM
  5. Another Permissions issue
    By gavin in forum Help
    Replies: 4
    Last Post: 2005-02-24, 03:20 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •