Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Need Help With Contact Flash Form

  1. #11
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Hm, looks OK to me. Safe mode doesn't usually affect mail usage. What are the permissions on your script? This is the most common cause of server errors I know. Set it to 0755.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  2. #12
    Join Date
    Nov 2007
    Location
    Denmark
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I dont know how to set it to 0755.
    all i know is that the hosting server had php in safe mode, and here are what they linked to me when i asked what php i safe mode ment ...
    servers PHP configuretion...http://one-docs.com/php5/

    But i'm glad to here u think my script looks okay now

  3. #13
    Join Date
    Nov 2007
    Location
    Denmark
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Missing htaccess file?

    or can it be becuz ther ons was a a htaccess file in the list were i could see all the files i had uploaded to my site, and now there isnt one of thos?

  4. #14
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Using an FTP client (filezilla, cuteFTP, etc..) you can right click on the file and choose "attributes" or "file settings" to CHMOD from 644 (or whatever it may be) to 755.

    This is what Twey was referring too. You can also do it through your web host Admin panel or if you have nice web hosts you can ask them to chmod that file for you.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  5. #15
    Join Date
    Nov 2007
    Location
    Denmark
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    the file sitting on my kontakt.php file was allready set to 755

  6. #16
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Was just looking over it again...

    Is your submit button inside another movie clip? I went to the kontact page but found no forms or buttons there (first post link).

    If so you are using _parent.MCname to give the var's for.

    You would need to use _ParentMC._childMC, etc.

    Also, if you are using multiple frames and multiple instances use _root. instead of _parent.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

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
  •