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.
Printable View
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.
I dont know how to set it to 0755.:confused:
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:)
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?
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.
the file sitting on my kontakt.php file was allready set to 755
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.